-
Notifications
You must be signed in to change notification settings - Fork 28
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
Does it work with Kibana ? #151
Comments
@saurabhPV If I understand correctly, the flow you're trying to use is: [ Kibana ] --> [ Arc acts as a reverse proxy ] --> [ Elasticsearch ] When you're setting elasticsearch.username and elasticsearch.password, are you also setting elasticsearch.hosts? The latter should point to the Arc host, it defaults to Elaticsearch host. |
Thanks a lot @siddharthlatest for the quick response !
this is exactly I am trying to achieve. It would be really helpful to know if it is possible and what configuration do I need to do. Yes I am using |
I have one more question regarding config do I need to do anything to configure logging ? I queried es using and then I tried to view what type of log it generates using
In the response In the example response on the api doc Logs are triggered for failed auth too? |
@siddharthlatest I found out arc uses |
I see this doesn't sit on top of the es unlike xpack or opendistro so I can not use
elasticsearch.username: and elasticsearch.password:
as mentioned in kibana docs
I tried to use basic auth by passing username and passwork in the url like
http://foo:bar@arc:8000
but that didn't work.Please let me know if it's possible to run it with Kibana ?
The text was updated successfully, but these errors were encountered: