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
{{ message }}
This repository has been archived by the owner on May 16, 2023. It is now read-only.
Describe the bug:
HI team,
I have single node installation and try to receive a list of indices with pretty common command, but it shows randomly all indices or only hidden like green open .geoip_databases MzFJA4X-Q0a9eElUh1urgQ 1 0 42 0 40.6mb 40.6mb
and in the same time it works normal from any pod in kubernetes with command like
kubectl -n any_namespace exec any_pod_with_curl -- sh -c "curl -s --location --request GET --header 'Authorization: Basic base64_pass' 'http://elastic-master.elastic_ns.svc.cluster.local:9200/_cat/indices'"
If i use postman with port-forward tunnel, i always receive all indices .
There are no any sidecars, injections.
The only difference which i could find is my indices are yellow and .geoip is green
Chart version:
elasticsearch-7.17.3
Kubernetes version:
1.24.0
Kubernetes provider: E.g. GKE (Google Kubernetes Engine)
Azure
Helm Version:
Version:"v3.11.1"
helm get release
outputOutput of helm get release
Describe the bug:
HI team,
I have single node installation and try to receive a list of indices with pretty common command, but it shows randomly all indices or only hidden like green open .geoip_databases MzFJA4X-Q0a9eElUh1urgQ 1 0 42 0 40.6mb 40.6mb
and in the same time it works normal from any pod in kubernetes with command like
If i use postman with port-forward tunnel, i always receive all indices .
There are no any sidecars, injections.
The only difference which i could find is my indices are yellow and .geoip is green
Steps to reproduce:
Expected behavior:
Full list of indices
Provide logs and/or server output (if relevant):
Be careful to obfuscate every secrets (credentials, token, public IP, ...) that could be visible in the output before copy-pasting
Here is the total amount of indices in output
Any additional context:
Thanks in advance
The text was updated successfully, but these errors were encountered: