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 ?