Skip to content
Discussion options

You must be logged in to vote

The index you need is logs-suricata.alerts-so

Here is an example of some of my rule file:

#elasticsearch` Host
es_host: cha-osom-v11
es_port: 9200

# (Required)
# Rule name, must be unique
name: "[OPS IDS]  High Severity Event !!!"


# (Required)
# Index to search, wildcard supported
index: "logs-suricata.alerts-so"

# (Required)
# Type of alert.
# This rule will monitor a certain field and match if that field changes.
type: frequency

# (Required, change specific)
# The field to look for changes in
num_events: 1
timeframe:
    minutes: 3
buffer_time:
    minutes: 5
allow_buffer_time_overlap: true
filter:
    - query:
       query_string:
         query: "event.severity:3 AND event.acknow…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@Cantondy
Comment options

Answer selected by Cantondy
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants