Skip to content

Example Rules

Kevin Retzke edited this page Aug 26, 2016 · 2 revisions

Example Rules

Disclaimer

These rules are contributed by the community, and are not guaranteed in any way.

General read-only query and Grafana visualization

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: ["*"]
Clone this wiki locally