Skip to content

Commit

Permalink
update otel logs index to support opensearch metrics UI (#197)
Browse files Browse the repository at this point in the history
Signed-off-by: Shenoy Pratik <[email protected]>
  • Loading branch information
ps48 authored Nov 19, 2024
1 parent 648fb25 commit aadc71c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/dataprepper/pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ otel-logs-pipeline:
password: "my_%New%_passW0rd!@#"
insecure: true
index_type: custom
index: otel-events-%{yyyy.MM.dd}
index: ss4o_logs-%{yyyy.MM.dd}
bulk_size: 4

entry-pipeline:
Expand All @@ -37,8 +37,8 @@ raw-pipeline:
- otel_trace_raw:
sink:
- opensearch:
hosts: [ "https://opensearch-node1:9200" ]
insecure: true
hosts: ["https://opensearch-node1:9200"]
insecure: true
username: "admin"
password: "my_%New%_passW0rd!@#"
index_type: trace-analytics-raw
Expand Down Expand Up @@ -378,4 +378,4 @@ otel-metrics-pipeline:
}
]
}
}
}

0 comments on commit aadc71c

Please sign in to comment.