Index Management Increase total fields limit

I am trying to import a jsonl file through the elastic cloud and kibana interface. ( Machine Learning -> data visualizer)

I ran into the error 'Limit of total fields [1000] in index [my_index] has been exceeded',
so in an attempt to resolve this issue i was going to create a custom index template (Elastic search -> Index management), after i changed the total fields limit in the mapping field i went to create the template and received the following error '[mapper_parsing_exception] Root mapping definition has unsupported parameters:'
I tried to up the limit to 10000 and 2000 instead of the default 1000 but still received the error.

What is the best way to go about changing the total fields limit within an index through the Elastic cloud Kibana?

Thanks

anyone?

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