You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But the problem is that the jaeger-es-index-cleaner doesnt approve this, and will stick to the default value 'https://elasticsearch-master:9200' because storage.elasticsearch.host is undefined. And I cannot find a way to define multiple hosts through storage.elasticsearch.host.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Currently I have workaround for this by passing it through cmdlineParams:
storage:
type: elasticsearch
elasticsearch:
cmdlineParams:
es.num-replicas: '0'
es.num-shards: '1'
es.server-urls: 'https://prod-opensearch-db-01.example.example.net:9200,https://prod-example-db-01.example.example.net:9200,https://prod-example-db-03.example.example.net:9200'
But the problem is that the jaeger-es-index-cleaner doesnt approve this, and will stick to the default value 'https://elasticsearch-master:9200' because storage.elasticsearch.host is undefined. And I cannot find a way to define multiple hosts through storage.elasticsearch.host.
Beta Was this translation helpful? Give feedback.
All reactions