Skip to content

Commit

Permalink
[Security Solution] Change default index pattern
Browse files Browse the repository at this point in the history
Add `logs-*` to the Security Solution default index pattern. This should
allow the app to recognize events from the Elastic Endpoint.
  • Loading branch information
oatkiller committed Jul 6, 2020
1 parent d12a80e commit 3b458ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/security_solution/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export const DEFAULT_INDEX_PATTERN = [
'filebeat-*',
'packetbeat-*',
'winlogbeat-*',
'logs-*',
];

/** This Kibana Advanced Setting enables the `Security news` feed widget */
Expand Down

0 comments on commit 3b458ff

Please sign in to comment.