I am experiencing a weird problem with Elasticsearch. Some logs are being ingested and some are not to a particular index. All other indexes are working perfectly fine.
I thought the problem was with index.mapping.total_fields.limit and changed it to 2000 using,
PUT my_index/_settings
{
"index.mapping.total_fields.limit": 2000
}
I don't have index template. Do I need to include one? Please let me know what the issue could be?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.