Index pattern not creating

In Elasticsearch yml i have provided the code to create index pattern named production
When opening kibana its not reflecting.
here is the code i ahve injected in elasticsearch

action.auto_create_index: .monitoring*,.watches,.triggered_watches,.watcher-history*,.ml*,Production

This means that something can make a request to Elasticsearch to create an index pattern called Production, it doesn't mean that an index pattern will be created by Elasticsearch once you start it.

I am integrating elasticsearch and kibana with another application(UiPath).
Still its not writing logs even after running a process

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