Hi,
I can see that junk indexes are getting created in elasticsearch node. What
can be the possible reason ? I am sure its not an issue with my code.
Thanks,
Govind
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com .
For more options, visit https://groups.google.com/groups/opt_out .
Ivan
(Ivan Brusic)
November 7, 2013, 10:48pm
2
Elasticsearch enables automatic index creation on by default, so you are
probably indexing documents to these junk indexes. Try disabling the
feature (action.auto_create_index) and see if the problem persists,
Power insights and outcomes with the Elasticsearch Platform and AI. See into your data and find answers that matter with enterprise solutions designed to help you build, observe, and protect. Try Elasticsearch free today.
Cheers,
Ivan
On Thu, Nov 7, 2013 at 2:31 PM, Govind Kothari govindkothari@gmail.com wrote:
Hi,
I can see that junk indexes are getting created in elasticsearch node.
What can be the possible reason ? I am sure its not an issue with my code.
Thanks,
Govind
--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com .
For more options, visit https://groups.google.com/groups/opt_out .
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com .
For more options, visit https://groups.google.com/groups/opt_out .
You can also check es log. IIRC by default it logs about new index creation
and the reason behind it (api call or automatic).
Lukáš
Dne 7.11.2013 23:48 "Ivan Brusic" ivan@brusic.com napsal(a):
Elasticsearch enables automatic index creation on by default, so you are
probably indexing documents to these junk indexes. Try disabling the
feature (action.auto_create_index) and see if the problem persists,
Elasticsearch Platform — Find real-time answers at scale | Elastic
Cheers,
Ivan
On Thu, Nov 7, 2013 at 2:31 PM, Govind Kothari govindkothari@gmail.com wrote:
Hi,
I can see that junk indexes are getting created in elasticsearch node.
What can be the possible reason ? I am sure its not an issue with my code.
Thanks,
Govind
--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com .
For more options, visit https://groups.google.com/groups/opt_out .
--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com .
For more options, visit https://groups.google.com/groups/opt_out .
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com .
For more options, visit https://groups.google.com/groups/opt_out .