Initial upload
This commit is contained in:
parent
568afc6cf1
commit
b0aed141e3
6 changed files with 5 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue