We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e0c14 commit 39ecce6Copy full SHA for 39ecce6
README.md
@@ -21,7 +21,7 @@ bin/plugin install https://github.com/sscarduzio/elasticsearch-readonlyrest-plug
21
22
Append either of these snippets to `conf/elasticsearch.yml`
23
24
-**USE CASE 1: Read-only access to all the indices**
+**USE CASE 1: Full access from localhost + RO Access just to catalogue-* indices**
25
```yml
26
readonlyrest:
27
enable: true
@@ -40,7 +40,7 @@ readonlyrest:
40
41
```
42
43
-**USE CASE 2: Multi-user Basic HTTP Auth (e.g. for Kibana)**
+**USE CASE 2: Authenticated users in Kibana (various permission levels)**
44
45
46
0 commit comments