Log do not appear in filters, they only appear in inputs

my logs are not appearing in filters (search), appear only in Inputs > Show received messages.

And on the screen I have the following error.

Does anyone know how I can fix it?

Hello @yumibad86,

Within the Opensearch config under /etc/opensearch/opensearch.yml do you have the ‘action.auto_create_index: false’ option?

If not add this and restart the Opensearch service.

is it in opensearch or elasticsearch
I found it in
“/etc/elasticsearch/elasticsearch.yml” this line is commented out.

Running the command “curl -XGET localhost:9200/_cat/shards?h=index,shard,prirep,state,unassigned.reason| grep UNASSIGNED”
Show

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.