when i use the DevTools in ElasticSearch, to get infos for a POD :
it’s gives me about 310 lines:
but when i did that inside of my elixir application:
logs = HTTPoison.get("https://x.x.x.x:9200/lo*/_search?q=kubernetes.pod_name:logs-dep-test-7469c67667-fcrzh", hackney: [:insecure, basic_auth: {"xxxx", "xxxxx"}])
it’s gives me incomplet response ( just maybe 150lines ) can anyone gives me some ideas please !