-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
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
Add DeDot in add_docker_metadata processor #9505
Changes from all commits
aed6cc6
07c4fa5
ff52365
5f9f575
09d8b97
141277e
276a1de
38b004e
47f142c
2f902cf
4483afa
1568b2b
abf967d
3fe5a85
1e7bf04
9b1b7be
9e9db0b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -848,6 +848,7 @@ processors: | |
#match_source_index: 4 | ||
#match_short_id: true | ||
#cleanup_timeout: 60 | ||
#labels.dedot: false | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Just wanted to comment that we so far use There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Oh, I see There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also not sure, both works for me. |
||
# To connect to Docker over TLS you must specify a client and CA certificate. | ||
#ssl: | ||
# certificate_authority: "/etc/pki/root/ca.pem" | ||
|
@@ -885,6 +886,9 @@ for container ID. It defaults to 4 to match | |
`cleanup_timeout`:: (Optional) Time of inactivity to consider we can clean and | ||
forget metadata for a container, 60s by default. | ||
|
||
`labels.dedot`:: (Optional) Default to be false. If set to true, replace dots in | ||
labels with `_`. | ||
|
||
[[add-host-metadata]] | ||
=== Add Host metadata | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,4 +48,4 @@ | |
"service": { | ||
"name": "elasticsearch" | ||
} | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder how this was related to this PR?