Does the elasticsearch-logger plugin support multiple elasticsearch nodes? #8431
Unanswered
xiaoxuanzi
asked this question in
Q&A
Replies: 1 comment 2 replies
-
The initial version is designed to support only a single node. I would like to know what is the benefit of supporting multiple nodes? Will it reduce the pressure on the es cluster to write data? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The endpoint_addr attribute type of elasticsearch-logger is a string, it seems that multiple elasticsearch nodes are not supported.
I want to know why endpoint_addr is designed as a string instead of an array.
Thanks.
For example, The Python Elasticsearch client supports sending API requests to multiple nodes in the cluster.
Beta Was this translation helpful? Give feedback.
All reactions