We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I used the tag in the form of a map, but the following warn occurred. We have a config:
<source> @type beats tag ${record['level']} </source>
/var/log/td-agent/td-agent.log
2020-09-17 15:34:24 +0900 [warn]: #0 no patterns matched tag="${record['level']}" 2020-09-17 15:34:24 +0900 [warn]: #0 no patterns matched tag="${record['level']}" 2020-09-17 15:34:24 +0900 [warn]: #0 no patterns matched tag="${record['level']}"
Is the tag map type currently not supported? Or is there a way to use tag as a map type?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I used the tag in the form of a map, but the following warn occurred.
We have a config:
/var/log/td-agent/td-agent.log
Is the tag map type currently not supported? Or is there a way to use tag as a map type?
The text was updated successfully, but these errors were encountered: