Controlling users to change the Kibana dashboard settings and saving

Hi All,

I would like to control the changes that are being made to the Kibana
dashboard by users. I would like to authenticate the user doing that by
asking for username and password before making changes or before saving the
changes made.

I am using windows operating system.

Kindly help me on this by throwing some insights on the same.

Thanks,
Kaushik

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/fd04b909-4fec-40ed-887e-e9be5a2245f2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

On Monday, December 01, 2014 at 14:21 CET,
Pillalamarri Kaushik aghamarshan@gmail.com wrote:

I would like to control the changes that are being made to the Kibana
dashboard by users. I would like to authenticate the user doing that
by asking for username and password before making changes or before
saving the changes made.
I am using windows operating system.

Kibana and Elasticsearch don't have any access control features
(but the upcoming companion product Shield does; it might eventually
help you). You'll have to add authentication on top of them, e.g.
by configuring your web browser to require authentication for POST,
PUT, and/or DELETE requests to the kibana-int index. Depending on
how capable your web server is You may have to write a custom reverse
proxy for this.

--
Magnus Bäck | Software Engineer, Development Tools
magnus.back@sonymobile.com | Sony Mobile Communications

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/20141222065154.GE11963%40seldlx20533.corpusers.net.
For more options, visit https://groups.google.com/d/optout.