does fluentd plugin support creation of dynamic data streams in opensearch ? #4563
moharana-subhashree
started this conversation in
General
Replies: 1 comment
-
hi, can someone please help addressing the above asked query ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to make fluentd ingesting the container logs to opensearch data streams.
The expectation is that while creating data stream it has to append the current date to the data stream name.
If I use below configurations in match section, i:e logstash_format is true and include_timestamp is true , I expect data stream name shall be created with data stream name appended with timestamp values, as it works for normal index creations in opensearch.
but I find the data stream name is only getting created as
.ds-<data stream name>-000001
only as it is configured in the match section even though logstash_format is true and include_timestamp is true is configured.below configuration used:
does these properties hold good for creating a data stream also?
Beta Was this translation helpful? Give feedback.
All reactions