2023-01-22 03:26 PM
I'm trying to index a meta key but it appears as "Not Index", anyway If I do a query using the meta and a value the query shows the info as well, looks like an aesthetic issue.
I followed this guide: https://community.netwitness.com/t5/netwitness-platform-online/create-custom-meta-keys-using-custom-feed/ta-p/669171
This is the key added to index-concentrator-custom.xml file:
<key description="disposition" name="disposition" format="Text" singleton="true" level="IndexValues" valueMax="10000000"/>
I restarted the concentrator service and logged out/in to validate.
Any Ideas?
@Anonymous ?
2023-01-24 12:06 AM
Try adding entry in index-broker-custom.xml and restart broker service.
2023-01-22 03:29 PM
@LuisBernal1 any ideas?
2023-01-23 04:59 AM
It's on broker only or on concentrator also you're getting same issue.
2023-01-23 05:43 PM - edited 2023-01-23 07:43 PM
I was checking on the Broker only, but I checked on the concentrator and it looks good!, so, how can I fix that for the broker?
2023-01-24 12:06 AM
Try adding entry in index-broker-custom.xml and restart broker service.
2023-01-26 01:01 PM
Thank you @KaramveerSingh !