Limit of total fields [1000] in index [metricbeat-2017.05.09] has been exceeded

I'm getting the following error:

java.lang.IllegalArgumentException: Limit of total fields [1000] in index [metricbeat-2017.05.09] has been exceeded

The issue is temporarliy resolved with the following:

PUT metricbeat-*/_settings
{
"index.mapping.total_fields.limit": 2000
}

However, it starts up again the next day, how can I make the change persist to the next day ?

You can update/create an index template

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