update fylgja.example.yml

This commit is contained in:
Charlotte Croce 2025-04-16 18:13:03 -04:00
parent 7988853b57
commit 2082b844b4

View file

@ -3,8 +3,8 @@
# Slack settings # Slack settings
slack: slack:
bot_token: "xoxb-TOKEN_HERE" bot_token: "xoxb-TOKEN"
signing_secret: "SIGNING_SECRET_HERE" signing_secret: "SIGNING_SECRET"
# Server settings # Server settings
server: server:
@ -26,10 +26,33 @@ sigma:
url: "https://github.com/SigmaHQ/sigma.git" url: "https://github.com/SigmaHQ/sigma.git"
branch: "main" branch: "main"
# Elastic settings # Elasticsearch settings
elastic: elasticsearch:
api-endpoint: "http://localhost:5601/api/detection_engine/rules" protocol: "http"
elastic-authentication-credentials: "elastic:changeme" hosts: ["localhost:9200"]
username: "elastic"
password: "changeme"
api_endpoint: "http://localhost:5601/api/detection_engine/rules"
spaces: [
{
name: "Default",
id: "default",
indexPattern: "logs-*",
emoji: "🔍"
},
{
name: "space2",
id: "space2",
indexPattern: ["space2-*", "test2-*"],
emoji: "🟢"
},
{
name: "space3",
id: "space3",
indexPattern: "space3-*",
emoji: "🐧"
}
]
# Logging settings # Logging settings
logging: logging: