Initial upload

This commit is contained in:
Stephan Lo 2025-06-24 20:25:53 +02:00
parent 568afc6cf1
commit b0aed141e3
6 changed files with 5 additions and 8 deletions

View file

@ -28,7 +28,7 @@ customConfig:
type: remap
inputs: [k8s]
source: |
.log = parse_json(.message) ?? .message
._msg = parse_json(.message) ?? .message
del(.message)
# Add the cluster environment to the log event
.cluster_environment = "kind"
@ -37,7 +37,7 @@ customConfig:
type: elasticsearch
inputs: [parser]
endpoints:
- https://o12y.observability.think-ahead.cloud/insert/elasticsearch/
- https://localtest.me/insert/elasticsearch/
auth:
strategy: basic
user: simple-user