2020-10-16 11:09 AM
I am receiving a Meta Overflown in Index Slice for the meta value “sid”. When I review the index-concentrator-custom.xml and the index-concentrator.xml I do not see a meta value line for “sid”. Is there a recommended key description line available for the meta value "sid"?
2020-10-16 11:25 AM
Hello Jed. The value is "SLD" for Second Level Domain from the TLD Lua parser. You're on the right track by looking through the index files. You can either increase the ValueMax, change your slice save.session.count, or simply issue an indexSave operation via the explore view if you think this is unlikely to occur again. https://community.rsa.com/docs/DOC-81122
2020-10-16 11:25 AM
Hello Jed. The value is "SLD" for Second Level Domain from the TLD Lua parser. You're on the right track by looking through the index files. You can either increase the ValueMax, change your slice save.session.count, or simply issue an indexSave operation via the explore view if you think this is unlikely to occur again. https://community.rsa.com/docs/DOC-81122
2020-10-16 11:33 AM
Jed
That metakey is sld and not sid..
You can find that value in the index-concentrator.xml file
<key description="Second Level Domain" name="sld" format="Text" level="IndexValues" valueMax="250000"/>
If you want to change it, copy the line and place in the index-concentrator-custom.xml file with the new values
Dave
2020-10-16 11:40 AM
Hi Daniel. You're right...it is "sld". I was able to find that and I'm making the adjustments. Thanks for your help.
2020-10-16 11:41 AM
Hi Dave. It is sld and not sid. Thanks for your help.