Skip to content

Commit

Permalink
[octobus-query-exporter] switch to 20-15m range for audit_source
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuckkuck committed May 27, 2024
1 parent a1e0054 commit b5a0159
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ QueryJson = {
{
"range": {
"@timestamp": {
"gt": "now-5m",
"format": "epoch_millis"
"gte": "now-20m",
"lte": "now-15m"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ QueryJson = {
{
"range": {
"@timestamp": {
"gt": "now-5m",
"format": "epoch_millis"
"gte": "now-20m",
"lte": "now-15m"
}
}
}
Expand Down

0 comments on commit b5a0159

Please sign in to comment.