Skip to content

Commit

Permalink
[ML] Reinstating cold and frozen tier filters for linux and windows s…
Browse files Browse the repository at this point in the history
…ecurity modules (#153222)

The cold and frozen query filters which were added
[here](#116696) were
accidentally removed in this
[PR](#131166)
  • Loading branch information
jgowdyelastic authored Mar 22, 2023
1 parent 28a70da commit daaa4a7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,15 @@
}
}
}
]
],
"must_not": {
"terms": {
"_tier": [
"data_frozen",
"data_cold"
]
}
}
}
},
"jobs": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,15 @@
]
}
}
]
],
"must_not": {
"terms": {
"_tier": [
"data_frozen",
"data_cold"
]
}
}
}
},
"jobs": [
Expand Down

0 comments on commit daaa4a7

Please sign in to comment.