While inserting data to elastic search I got the below error.
{
"error": {
"root_cause": [
{
"type": "illegal_argument_exception",
"reason": "Limit of total fields [1000] in index [my_index] has been exceeded"
}
],
"type": "illegal_argument_exception",
"reason": "Limit of total fields [1000] in index [my_index] has been exceeded"
},
"status": 400
}
Now I want to remove fields which are created wrongly.
Please provide me the procedure to delete/remove the wrongly created fields from the existing index
Eg:
I want to delete the fields which are highlighted in attached image
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.