Skip to content

Commit 723de21

Browse files
committed
update indices and tests
1 parent 9f60d27 commit 723de21

6 files changed

Lines changed: 1 addition & 39 deletions

File tree

x-pack/plugins/security_solution/common/constants.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,7 @@ export const APP_HOST_ISOLATION_EXCEPTIONS_PATH =
173173
export const APP_BLOCKLIST_PATH = `${APP_PATH}${BLOCKLIST_PATH}` as const;
174174

175175
// cloud logs to exclude from default index pattern
176-
export const EXCLUDE_ELASTIC_CLOUD_INDICES = [
177-
'-*elastic-cloud-logs-*',
178-
'-.ds-logs-elastic_agent*',
179-
'-.ds-logs-system-*',
180-
];
176+
export const EXCLUDE_ELASTIC_CLOUD_INDICES = ['-*elastic-cloud-logs-*'];
181177

182178
/** The comma-delimited list of Elasticsearch indices from which the SIEM app collects events */
183179
export const INCLUDE_INDEX_PATTERN = [

x-pack/plugins/security_solution/public/common/components/drag_and_drop/__snapshots__/drag_drop_context_wrapper.test.tsx.snap

Lines changed: 0 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x-pack/plugins/security_solution/public/common/containers/source/__snapshots__/index.test.tsx.snap

Lines changed: 0 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x-pack/plugins/security_solution/public/timelines/components/side_panel/__snapshots__/index.test.tsx.snap

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x-pack/plugins/security_solution/public/timelines/components/side_panel/host_details/__snapshots__/expandable_host.test.tsx.snap

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x-pack/plugins/security_solution/public/timelines/components/timeline/body/column_headers/__snapshots__/index.test.tsx.snap

Lines changed: 0 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)