File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
x-pack/plugins/security_solution/server/endpoint/utils Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ import { doesLogsEndpointActionsIndexExist } from '../utils';
34
34
const actionsIndices = [ AGENT_ACTIONS_INDEX , ENDPOINT_ACTIONS_INDEX ] ;
35
35
// search all responses indices irrelevant of namespace
36
36
const responseIndices = [ AGENT_ACTIONS_RESULTS_INDEX , ENDPOINT_ACTION_RESPONSES_INDEX_PATTERN ] ;
37
- export const logsEndpointActionsRegex = new RegExp ( `(^\ .ds-\ .logs-endpoint\ .actions-default-).+` ) ;
37
+ export const logsEndpointActionsRegex = new RegExp ( `(^.ds-.logs-endpoint.actions-default-).+` ) ;
38
38
// matches index names like .ds-.logs-endpoint.action.responses-name_space---suffix-2022.01.25-000001
39
39
export const logsEndpointResponsesRegex = new RegExp (
40
- `(^\ .ds-\ .logs-endpoint\ .action\ .responses-\\w+-).+`
40
+ `(^.ds-.logs-endpoint.action.responses-\\w+-).+`
41
41
) ;
42
42
const queryOptions = {
43
43
headers : {
You can’t perform that action at this time.
0 commit comments