Skip to content

Commit

Permalink
Merge pull request #420 from finnegancarroll/birdknight
Browse files Browse the repository at this point in the history
Term query for '/var/log/messages/fuschiashoulder' has no hits
  • Loading branch information
rishabh6788 authored Sep 26, 2024
2 parents 39de781 + 3b2dbe8 commit 1dab4b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions big5/operations/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"query": {
"term": {
"log.file.path": {
"value": "/var/log/messages/fuschiashoulder"
"value": "/var/log/messages/birdknight"
}
}
}
Expand Down Expand Up @@ -371,7 +371,7 @@
"operation-type": "search",
"request-timeout": 7200,
"index": "{{index_name | default('big5')}}",
"body":
"body":
{
"track_total_hits": false,
"size": 0,
Expand Down
4 changes: 2 additions & 2 deletions big5/queries/term.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"query": {
"term": {
"log.file.path": {
"value": "/var/log/messages/fuschiashoulder"
"value": "/var/log/messages/birdknight"
}
}
}
}
}

0 comments on commit 1dab4b9

Please sign in to comment.