Skip to content

Commit

Permalink
Opensearch update admin certifications (#119)
Browse files Browse the repository at this point in the history
see https://opensearch.org/blog/replacing-default-admin-credentials/ - 
update auth details for opensearch exporter in the OTEL collector
update O/S dashboard to 2.12 GA version

Signed-off-by: YANGDB <[email protected]>

---------

Signed-off-by: YANGDB <[email protected]>
  • Loading branch information
YANG-DB authored Mar 2, 2024
1 parent 812341d commit 99f3a76
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions src/dataprepper/pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ otel-logs-pipeline:
- opensearch:
hosts: ["https://opensearch-node1:9200"]
username: "admin"
password: "admin"
password: "my_%New%_passW0rd!@#"
insecure: true
index_type: custom
index: otel-events-%{yyyy.MM.dd}
Expand All @@ -40,7 +40,7 @@ raw-pipeline:
hosts: [ "https://opensearch-node1:9200" ]
insecure: true

Check failure on line 41 in src/dataprepper/pipelines.yaml

View workflow job for this annotation

GitHub Actions / yamllint

41:23 [trailing-spaces] trailing spaces
username: "admin"
password: "admin"
password: "my_%New%_passW0rd!@#"
index_type: trace-analytics-raw
service-map-pipeline:
delay: "100"
Expand All @@ -54,7 +54,7 @@ service-map-pipeline:
hosts: ["https://opensearch-node1:9200"]
insecure: true
username: "admin"
password: "admin"
password: "my_%New%_passW0rd!@#"
index_type: trace-analytics-service-map
otel-metrics-pipeline:
workers: 8
Expand All @@ -77,7 +77,7 @@ otel-metrics-pipeline:
- opensearch:
hosts: ["https://opensearch-node1:9200"]
username: "admin"
password: "admin"
password: "my_%New%_passW0rd!@#"
insecure: true
index_type: custom
index: otel-metrics-%{yyyy.MM.dd}
Expand Down
10 changes: 5 additions & 5 deletions src/dataprepper/trace_analytics_no_ssl_2x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ raw-pipeline:
hosts: ["https://opensearch-node1:9200"]
insecure: true
username: "admin"
password: "admin"
password: "my_%New%_passW0rd!@#"
index_type: trace-analytics-raw
service-map-pipeline:
delay: "100"
Expand All @@ -36,7 +36,7 @@ service-map-pipeline:
hosts: ["https://opensearch-node1:9200"]
insecure: true
username: "admin"
password: "admin"
password: "my_%New%_passW0rd!@#"
index_type: trace-analytics-service-map
trace-error-metrics-pipeline:
source:
Expand All @@ -54,7 +54,7 @@ trace-error-metrics-pipeline:
hosts: ["https://opensearch-node1:9200"]
insecure: true
username: "admin"
password: "admin"
password: "my_%New%_passW0rd!@#"
index: trace-error-metrics
trace-high-latency-metrics-pipeline:
source:
Expand All @@ -76,7 +76,7 @@ trace-high-latency-metrics-pipeline:
hosts: ["https://opensearch-node1:9200"]
insecure: true
username: "admin"
password: "admin"
password: "my_%New%_passW0rd!@#"
index: trace-high-latency-metrics
trace-normal-pipeline:
source:
Expand All @@ -95,5 +95,5 @@ trace-normal-pipeline:
hosts: ["https://opensearch-node1:9200"]
insecure: true
username: "admin"
password: "admin"
password: "my_%New%_passW0rd!@#"
index: sampled-traces

0 comments on commit 99f3a76

Please sign in to comment.