-
Notifications
You must be signed in to change notification settings - Fork 25
Using elasticsplunk with elasticsearch using readonlyREST #11
Comments
Hello,
It depends how readonlyREST authenticates the client in the api. By reading
the project readme ldap is only a backend for auth, do you know how it
works on the fronted? Basic? JWT?
Also can you share the detail of the error you’re getting?
On Wed, 7 Feb 2018 at 08:07, vishnuSE ***@***.***> wrote:
Hi,
Is there a way to add ldap connection details so it can be used with
elasticsearch cluster which is secured with readonlyREST
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#11>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGCQDslvBjm8wXYBO55u2BtFHArI5BR0ks5tSVnWgaJpZM4R8Syn>
.
--
Bruno Moura
+351 932 518 676
|
credentials are passed through kibana which in turn connects to elasticsearch client. i was thinking if its possible to get the username and password with which the user logged in to the splunk and insert them in the esaddr. |
Ok. So it is basic auth.
I don’t think splunk makes the user password available for integrations but
I’ll check.
Thanks
On Thu, 8 Feb 2018 at 13:27, vishnuSE ***@***.***> wrote:
credentials are passed through kibana which in turn connects to
elasticsearch client.
how ever i am not getting any error when i use command in below format.
| ess ***@***.***:port" index="*" query="*"
i was thinking if its possible to get the username and password with which
the user logged in and insert then in the esaddr.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGCQDhmADe4Cx0JQrl6VLhGp_09bWuQFks5tSvZVgaJpZM4R8Syn>
.
--
Bruno Moura
+351 932 518 676
|
Hi @1tarak, i didn't had the time to investigate this further, you managed to get this working? Thanks |
I am trying to get the basic cluster health status using the app Curl works - curl -u usernam:password -XGET "https://elasticsearchdev.domain.com:443/_cluster/health"?pretty { How do I make this work using the app ? |
Hi,
Is there a way to add ldap connection details so it can be used with elasticsearch cluster which is secured with readonlyREST
The text was updated successfully, but these errors were encountered: