Skip to content

Commit

Permalink
[8.x] Logs settings: Remove sample data from default (#202981) (#203010)
Browse files Browse the repository at this point in the history
# Backport

This will backport the following commits from `main` to `8.x`:
- [Logs settings: Remove sample data from default
(#202981)](#202981)

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

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

<!--BACKPORT [{"author":{"name":"Joe
Reuter","email":"johannes.reuter@elastic.co"},"sourceCommit":{"committedDate":"2024-12-04T19:33:18Z","message":"Logs
settings: Remove sample data from default (#202981)\n\nCloses
https://github.com/elastic/kibana/issues/195867","sha":"a6f5017623874d858bd3aa3567764599eedeef0f","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.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","v8.18.0"],"title":"Logs
settings: Remove sample data from
default","number":202981,"url":"https://github.com/elastic/kibana/pull/202981","mergeCommit":{"message":"Logs
settings: Remove sample data from default (#202981)\n\nCloses
https://github.com/elastic/kibana/issues/195867","sha":"a6f5017623874d858bd3aa3567764599eedeef0f"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/202981","number":202981,"mergeCommit":{"message":"Logs
settings: Remove sample data from default (#202981)\n\nCloses
https://github.com/elastic/kibana/issues/195867","sha":"a6f5017623874d858bd3aa3567764599eedeef0f"}},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Joe Reuter <johannes.reuter@elastic.co>
  • Loading branch information
kibanamachine and flash1293 authored Dec 7, 2024
1 parent 68a94b7 commit cae5444
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
* 2.0.
*/

export const DEFAULT_LOG_SOURCES = ['logs-*-*', 'logs-*', 'filebeat-*', 'kibana_sample_data_logs*'];
export const DEFAULT_LOG_SOURCES = ['logs-*-*', 'logs-*', 'filebeat-*'];

0 comments on commit cae5444

Please sign in to comment.