Skip to content

Commit

Permalink
Set default for querying against the threat list to be *:*
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankHassanabad committed Sep 30, 2020
1 parent e6ead56 commit ea66ac8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const stepDefineDefaultValue: DefineStepRule = {
saved_id: undefined,
},
threatQueryBar: {
query: { query: '', language: 'kuery' },
query: { query: '*:*', language: 'kuery' },
filters: [],
saved_id: undefined,
},
Expand Down

0 comments on commit ea66ac8

Please sign in to comment.