Skip to content

Commit

Permalink
[8.16] [Observability Onboarding] fix docker integration double detec…
Browse files Browse the repository at this point in the history
…tion (#199237) (#199266)

# Backport

This will backport the following commits from `main` to `8.16`:
- [[Observability Onboarding] fix docker integration double detection
(#199237)](#199237)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Joe
Reuter","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-11-07T09:08:27Z","message":"[Observability
Onboarding] fix docker integration double detection (#199237)\n\nCloses
https://github.com/elastic/kibana/issues/195912\r\n\r\nSee:\r\nhttps://github.com/elastic/kibana/issues/195912#issuecomment-2460870604","sha":"4c61876a3a8abb8471cba3e2848cf603351a78ad","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","ci:project-deploy-observability","Team:obs-ux-logs","Feature:
Observability Onboarding","v8.16.0","v8.17.0"],"title":"[Observability
Onboarding] fix docker integration double
detection","number":199237,"url":"https://github.com/elastic/kibana/pull/199237","mergeCommit":{"message":"[Observability
Onboarding] fix docker integration double detection (#199237)\n\nCloses
https://github.com/elastic/kibana/issues/195912\r\n\r\nSee:\r\nhttps://github.com/elastic/kibana/issues/195912#issuecomment-2460870604","sha":"4c61876a3a8abb8471cba3e2848cf603351a78ad"}},"sourceBranch":"main","suggestedTargetBranches":["8.16","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/199237","number":199237,"mergeCommit":{"message":"[Observability
Onboarding] fix docker integration double detection (#199237)\n\nCloses
https://github.com/elastic/kibana/issues/195912\r\n\r\nSee:\r\nhttps://github.com/elastic/kibana/issues/195912#issuecomment-2460870604","sha":"4c61876a3a8abb8471cba3e2848cf603351a78ad"}},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Joe Reuter <[email protected]>
  • Loading branch information
kibanamachine and flash1293 authored Nov 7, 2024
1 parent 5d1e095 commit d75024f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ read_open_log_file_list() {
"^\/var\/log\/redis\/"
"^\/var\/log\/rabbitmq\/"
"^\/var\/log\/kafka\/"
"^\/var\/lib\/docker\/"
"^\/var\/log\/mongodb\/"
"^\/opt\/tomcat\/logs\/"
"^\/var\/log\/prometheus\/"
Expand Down

0 comments on commit d75024f

Please sign in to comment.