-
Notifications
You must be signed in to change notification settings - Fork 159
[Add] Add integration syncing troubleshooting section to remote ES output doc #1166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Add] Add integration syncing troubleshooting section to remote ES output doc #1166
Conversation
Hi @juliaElastic @criamico This is a first draft based on my current understanding and UI designs. Please let me know if I left anything out. @kilfoyle FYI while this is in draft. |
Should we mention that the remote cluster needs to have an If this condition is necessary to kickstart the sync, I think it should be mentioned in the troubleshooting section. |
I had asked the same question in #952 (comment). As I understand, the default output takes care of that as its host URL should match that of the remote output, so there is no further action needed from the user. In our local dev setup, we need to alter the port of the default output to make it work, but this seems like a very specific case. |
Yes the default ES output should take care of this, we could mention it in the docs, something like: "Check that the remote Elasticsearch host is correct (should match one of the Elasticsearch hosts on the remote cluster)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! ⛵
Just a few super minor suggestions. Thanks a lot @jillguyonnet for adding these nice docs!
Closes elastic/kibana#208946
This PR updates the documentation about remote Elasticsearch outputs with:
Screenshots