Replies: 1 comment 3 replies
-
Hi, could you share more details? I’m a bit surprised, as the KV JSON model typically doesn’t contain as many as 1000 fields. Could it be related to https://www.elastic.co/guide/en/elasticsearch/reference/current/subobjects.html ? Do you see any other specific error messages in Elasticsearch? I don't see any errors with my quick lab described here https://github.com/dmachard/go-dnscollector/blob/main/docs/_integration/elasticsearch/README.md |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, in the very first versions (0.1.xx) the fluentd worker record format was packed as json, now in recent versions it's flat-json. I guess this is not an issue, but when fluentd output is Opensearch or Elasticsearch, then with flat-json the number of fields quickly reaches limits (1000 by default). Anyone in similar setup ?
Beta Was this translation helpful? Give feedback.
All reactions