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
Maybe an issue with quote escaping?
This string:
# 50 a + 1 + 50 b = 101 chars - credentials_json: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
is dumped (by diagnostics collect) as:
diagnostics collect
- credentials_json: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
This string (in elastic-agent.yaml config file):
elastic-agent.yaml
# 60 a + 1 + 60 b = 121 chars - credentials_json: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
- credentials_json: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
The text was updated successfully, but these errors were encountered:
Closing as outdated / not relevant.
Sorry, something went wrong.
No branches or pull requests
Ref: #178
Maybe an issue with quote escaping?
This string:
is dumped (by
diagnostics collect
) as:This string (in
elastic-agent.yaml
config file):is dumped (by
diagnostics collect
) as:The text was updated successfully, but these errors were encountered: