mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
* session view process events index will now match on prefixed index
* revised index pattern
Co-authored-by: Karl Godard <karlgodard@elastic.co>
(cherry picked from commit b0b36d06b0
)
This commit is contained in:
parent
75d6865cd7
commit
9ee4596360
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ export const PROCESS_EVENTS_ROUTE = '/internal/session_view/process_events_route
|
|||
export const ALERTS_ROUTE = '/internal/session_view/alerts_route';
|
||||
export const ALERT_STATUS_ROUTE = '/internal/session_view/alert_status_route';
|
||||
export const SESSION_ENTRY_LEADERS_ROUTE = '/internal/session_view/session_entry_leaders_route';
|
||||
export const PROCESS_EVENTS_INDEX = 'logs-endpoint.events.process-*';
|
||||
export const PROCESS_EVENTS_INDEX = '*:logs-endpoint.events.process*,logs-endpoint.events.process*'; // match on both cross cluster and local indices
|
||||
export const PREVIEW_ALERTS_INDEX = '.preview.alerts-security.alerts-default';
|
||||
export const ENTRY_SESSION_ENTITY_ID_PROPERTY = 'process.entry_leader.entity_id';
|
||||
export const ALERT_UUID_PROPERTY = 'kibana.alert.uuid';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue