Replies: 4 comments 1 reply
-
Is HOSTFQDN a chunk key? Just using ’$HOSTFQDN’ or ’${HOSTFQDN}’ becomes an error? |
Beta Was this translation helpful? Give feedback.
-
2025-07-05 14:27:34 +0000 [info]: adding match pattern="fluentbit.forwarded" type="opensearch" |
Beta Was this translation helpful? Give feedback.
-
I'm not sure, but it might help what you want(if it's not placeholder): |
Beta Was this translation helpful? Give feedback.
-
Looks like it is a placeholder. - match:
$type: ...
...
buffer:
$type: file
$arg: (chunk keys)
... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
previously we were working with config file format now while migrating to yaml format
here i got stuck at one point
@type opensearch
host $HOSTFQDN
...
what will equivalent yaml for this $HOSTFQDN
Beta Was this translation helpful? Give feedback.
All reactions