Skip to content

Instantly share code, notes, and snippets.

View balwa's full-sized avatar
🙋‍♂️
Howdy!

Tanmay Balwa balwa

🙋‍♂️
Howdy!
  • Japan
  • 16:49 (UTC +09:00)
View GitHub Profile
@r0mdau
r0mdau / Kibana-readonly.md
Last active July 29, 2020 06:54
Kibana readonly over internet

Kibana Readonly

With this tip, kibana can't be modified. So you can share the uri to anyone on the internet. It's a network method to protect kibana from changes of anonymous.

Quick start

  1. You need to have a working kibana exposed over http on internet
  2. On the same elasticsearch server, install nginx : apt-get install nginx
  3. In the directory /etc/nginx/sites-available, create a new file and edit it, for example : vi /etc/nginx/sites-available/kibana-readonly
  4. Write the following configuration :