Skip to content

Commit d4e4812

Browse files
cleanup
1 parent a104409 commit d4e4812

File tree

3 files changed

+2
-90
lines changed
  • x-pack/plugins/security_solution

3 files changed

+2
-90
lines changed

x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ export enum HostsQueries {
1818
details = 'details',
1919
firstLastSeen = 'firstLastSeen',
2020
hosts = 'hosts',
21-
overview = 'overview',
21+
overview = 'overviewHost',
2222
uncommonProcesses = 'uncommonProcesses',
2323
}

x-pack/plugins/security_solution/common/search_strategy/security_solution/network/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export * from './top_n_flow';
1313

1414
export enum NetworkQueries {
1515
http = 'http',
16-
overview = 'overview',
16+
overview = 'overviewNetwork',
1717
tls = 'tls',
1818
topCountries = 'topCountries',
1919
topNFlow = 'topNFlow',

x-pack/plugins/security_solution/public/overview/containers/overview_network/_index.tsx

Lines changed: 0 additions & 88 deletions
This file was deleted.

0 commit comments

Comments
 (0)