2014-04-04 11:31 AM
After tried add custom meta keys and duplicate exist in index-concentrator.xml meta key device.ip to index-concentrator-custom.xml with level="IndexKeys" I receive error at Investigation tab "Failed to retrieve meta keys". In System tab concentrator - Initialization Error. When try manual Start Aggregation:
Aggregation failed to start.:
The server encountered an internal error: _aggregator
Maybe somebody know how recovery concentrator?
2014-04-04 11:52 AM
can share your index-concentrator-custom.xml? did you put the full xml syntax?
2014-04-04 11:59 AM
Now:
<key description="Vulnerability Name" format="Text" level="IndexValues" name="vuln.name" valueMax="256" />
<key description="Vulnerability Severity" format="Init16" level="IndexValues" name="vuln.sev" valueMax="10" />
<key description="CVE ID" format="Text" level="IndexValues" name="cve.id" valueMax="256" />
Concentrator die after:
<?xml version="1.0" encoding="utf-8"?>
<language level="IndexNone" defaultAction="Auto">
<key description="Device IP" level="IndexKeys" name="device.ip" format="IPv4" valueMax="100000" defaultAction="Open"/> <key description="Vulnerability Name" format="Text" level="IndexValues" name="vuln.name" valueMax="256" /> |
<key description="Vulnerability Severity" format="Init16" level="IndexValues" name="vuln.sev" valueMax="10" />
<key description="CVE ID" format="Text" level="IndexValues" name="cve.id" valueMax="256" />
</language>
I try use blank index-concentrator-custom.xml, but this not help me too.
2014-04-04 12:05 PM
31560 | 2014-Apr-05 01:04:04 | Engine | warning | Module concentrator failed to load: Language key vuln.sev in file '/etc/netwitness/ng/index-concentrator-custom.xml' has undefined format |
31561 | 2014-Apr-05 01:04:04 | Engine | warning | Module concentrator failed to load: Diagnostic information: Throw in function static void nw::LanguageManager::loadLanguageExtensions(const string&, nw::LanguagePtr) Dynamic exception type: nw::Exception std::exception::what: Language key vuln.sev in file '/etc/netwitness/ng/index-concentrator-custom.xml' has undefined format [boost::errinfo_at_line_*] = 523 |
2014-04-04 12:08 PM
try to change:
<key description="Vulnerability Severity" format="UInt16" level="IndexValues" name="vuln.sev" valueMax="10" />
2014-04-04 12:18 PM
For me help only:
<key description="Vulnerability Severity" format="Text" level="IndexValues" name="vuln.sev" valueMax="10" />
My problem - I tried use different format for optimizing stored, but not come back to text format.
2014-04-04 12:25 PM
so after you changed, everything is working?
2014-04-04 12:30 PM
Yes, thank you for helping. But open question - what format preferred to stored digital?