You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Dedot for Kubernetes labels and annotations (#9939)
* Never default to a qualifier when none of them are set. (#9148)
Remove default version qualifier and rename the environment variable to set it from `BEAT_VERSION_QUALIFIER` to `VERSION_QUALIFIER` this will align with other parts of the stack.
**Tested with filebeat.**
```
❯ ./filebeat version [08:39:01]
filebeat version 7.0.0 (amd64), libbeat 7.0.0 [0a0c267 built 2018-11-19 13:38:15 +0000 UTC]
```
**Without the patch**
```
❯ ./filebeat version [08:40:07]
filebeat version 7.0.0-alpha1 (amd64), libbeat 7.0.0-alpha1 [b007837 built 2018-11-19 13:39:59 +0000 UTC]
```
Fixes: #8384
* Add Dedot for Kubernetes labels and annotations
* Add dedot options in libbeat kubernetes metadata
* Update changelog
* Refactor TestGenerateMapStrFromEvent
* Update shared-autodiscover.asciidoc with dedot params
* Add names for each unit test case in event_test.go
* Fix rebase errors
0 commit comments