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 Nov 7, 2018. It is now read-only.
(kubespray defines the service "elasticsearch-logging" for the elasticsearch pods).
In the setup defined in this git repo which service name should be used as the host for fluentd that Elasticsearch indexes the document?
Is the Ingest Node responsible to index the document and that's why the host definition is "http://elasticsearch-ingest"?
Do we need any special configuration for fluentd to send the document to elasticsearch with master, data and ingest nodes?
I haven't yet find anything in the elasticsearch documentation.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi All,
thanks for your great work!
I'm just wondering which elasticsearch endpoint responsible to index a document.
In my case I want to setup fluentd which should post the document to the endpoint. In a simple setup with just 1 x elasticsearch service the host is like "http://elasticearch-logging" as defined in kubespray. The confiuration for fluentd in kubespray is as follows: ( https://github.com/kubernetes-incubator/kubespray/blob/2ef05fb3b7f6a23bb888b906bd2ddc82378dbfce/roles/kubernetes-apps/efk/fluentd/templates/fluentd-config.yml.j2#L425 )
(kubespray defines the service "elasticsearch-logging" for the elasticsearch pods).
In the setup defined in this git repo which service name should be used as the host for fluentd that Elasticsearch indexes the document?
Is the Ingest Node responsible to index the document and that's why the host definition is "http://elasticsearch-ingest"?
Do we need any special configuration for fluentd to send the document to elasticsearch with master, data and ingest nodes?
I haven't yet find anything in the elasticsearch documentation.
The text was updated successfully, but these errors were encountered: