Alerts to Hunt no longer working - Version 2.3.130 #8158
-
I have found that the solution in several other threads references this field expansion matches too many fields tail in sensoroni shows the following timestamp=2022-06-20T17:24:48.19106688Z level=warn message="Shard failure" reason="failed to create query: field expansion for [*] matches too many fields, limit: 3500, got: 4678" type=query_shard_exception Several solutions state to add the indices.query.bool.max_clause_count, I have added this to global.sls, but I'm not sure if I am adding this to the right place? elasticsearch: I'm not sure where to add this to the global.sls, I see it referenced in the documentation, but it doesn't say specifically where to add it. When I check the elastic YML file, it just states 3500, but that is overridden whenever a SALT call is made |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The correct syntax in global.sls is
Works fine for me. |
Beta Was this translation helpful? Give feedback.
-
The Elasticsearch customization section of our documentation has been updated to address this: |
Beta Was this translation helpful? Give feedback.
The Elasticsearch customization section of our documentation has been updated to address this:
https://docs.securityonion.net/en/2.3/elasticsearch.html#customization