Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
Browse files Browse the repository at this point in the history
…-fix'
  • Loading branch information
kibanamachine committed Oct 30, 2024
1 parent 9637d50 commit 5acbbe2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions x-pack/plugins/session_view/public/methods/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ const SUPPORTED_PACKAGES = [
CLOUD_DEFEND_DATA_SOURCE,
AUDITBEAT_DATA_SOURCE,
];
const INDEX_REGEX = new RegExp(
`([a-z0-9_-]+\:)?[a-z0-9-.]*(${SUPPORTED_PACKAGES.join('|')})`,
'i'
);
const INDEX_REGEX = new RegExp(`([a-z0-9_-]+\:)?[a-z0-9-.]*(${SUPPORTED_PACKAGES.join('|')})`, 'i');

export const DEFAULT_INDEX = 'logs-*';
export const CLOUD_DEFEND_INDEX = 'logs-cloud_defend.*';
Expand Down

0 comments on commit 5acbbe2

Please sign in to comment.