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 Jun 28, 2022. It is now read-only.
I need stream2es to support the ES Auth plugin ( https://github.com/codelibs/elasticsearch-auth ) and want to program this myself, but I'm not sure how I should do it.
I think one possibility would be to add username and password parameters.
Another more generic solution is to add only one parameter and with this parameter one can expand the json payload.
For example, when you add the option --additional "token":"uineqlxvonrtueaiobud" the json which gets send looks like this: {[old json], "token":"uineqlxvonrtueaiobud"}
Which one of these solutions do you prefer?
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.
I need stream2es to support the ES Auth plugin ( https://github.com/codelibs/elasticsearch-auth ) and want to program this myself, but I'm not sure how I should do it.
I think one possibility would be to add username and password parameters.
Another more generic solution is to add only one parameter and with this parameter one can expand the json payload.
For example, when you add the option --additional "token":"uineqlxvonrtueaiobud" the json which gets send looks like this: {[old json], "token":"uineqlxvonrtueaiobud"}
Which one of these solutions do you prefer?
The text was updated successfully, but these errors were encountered: