I installed elasticsearch latest version (7.6) and added the below in the elasticsearch.yml file.
cluster.name: graylog
action.auto_create_index: false.
For some reason, it doesn’t like the action.auto_create_index setting and due to this, it won’t come up. If I comment it out, it comes up but getting this error when I click on received messages. I do see in/out and also can see the messages being received but this error shows up when i click on received messages. And due to this, I can’t create extractor.
While retrieving data for this widget, the following error(s) occurred:
- Unable to perform search query: [query_string] query does not support [use_dis_max].
Can you please help on this? Thanks.