Hello all,
I am using the ECS mapping template generator to create the relevant components so we can start using the ECS fields. I cloned GitHub - elastic/ecs: Elastic Common Schema and generated essentially the default v8.8.0 json files to create the component templates and and the relevant mapping template.
When creating each component template, they all get successfully created apart form one of them that results in the following error message.
ecs_8.8.0_process
{"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"Limit of total fields [1000] has been exceeded"}],"type":"illegal_argument_exception","reason":"Limit of total fields [1000] has been exceeded"},"status":400}
Does this make sense to you?
What am I doing wrong?
My elasticsearch version is 8.8.0.
Thanks in advance,
BV