-
Notifications
You must be signed in to change notification settings - Fork 163
Example Rules
Kevin Retzke edited this page Aug 26, 2016
·
2 revisions
These rules are contributed by the community, and are not guaranteed in any way.
Tested with cURL, Python API, and Grafana v3.1.0
- name: read-only
type: allow
# POST is used by some clients to do searches
methods: [GET, OPTIONS, HEAD, POST]
# admin/get is needed for mapping (to get field list)
actions: ["indices:data/read/*","indices:monitor/*","indices:admin/get"]
indices: ["*"]