Skip to content

Commit

Permalink
Nicer demo (#120)
Browse files Browse the repository at this point in the history
- Remove annoying errors with timestamp
- Add reasonable defaults for full-text search
  • Loading branch information
jakozaur authored May 15, 2024
1 parent 87b536e commit b9798f2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docker/quesma/config/hydrolix-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ indexes:
timestamp:
source: "@timestamp"
target: "reqTimeSec"
fullTextFields: [ "city", "reqHost", "reqMethod", "reqPath", "UA", "state", "rspContentType" ]

siem:
enabled: true
ignoredFields:
Expand All @@ -23,9 +25,5 @@ indexes:
"botData": true
"userRiskData": true
"clientData": true
fullTextFields: [ "country" ]
aliases:
timestamp:
source: "@timestamp"
target: "timestamp"
fullTextFields: [ "city", "country", "host", "method", "path", "ruleMessage", "UA" ]

0 comments on commit b9798f2

Please sign in to comment.