You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
419 B
YAML
17 lines
419 B
YAML
serilog:
|
|
minimum_level:
|
|
default: "Information"
|
|
|
|
exporter:
|
|
elasticsearch:
|
|
connection:
|
|
static-cluster-connection-config:
|
|
url:
|
|
- https://dev-elastic-stack-elastic-01:9200
|
|
- https://dev-elastic-stack-elastic-02:9200
|
|
- https://dev-elastic-stack-elastic-03:9200
|
|
|
|
query_files:
|
|
- "/app/queries/query-ssh-root-login.yaml"
|
|
- "/app/queries/query-blabliblupp.yaml"
|