BroadSoft-Xtended / BroadWorks-Dashboards-and-Discovery

This repository contains the BroadWorks Dashboards and Discovery components to extend BroadWorks data mining, reporting, and analysis capabilities.
23 stars 4 forks source link

Required X-Pack Security Permissions? #70

Open Zeal0us opened 5 years ago

Zeal0us commented 5 years ago

It would be nice to have the required permissions documented for the ES user for, ie. bwlogreceiver.

EDIT:
This is what I have (as a node object, so not really properly formed JSON), and it works, but it's probably too permissive:

{ bwlogreceiver_role: { cluster: [ 'manage_index_templates', 'monitor', 'manage_ilm' ], indices: [ [Object] ], applications: [], run_as: [], metadata: {}, transient_metadata: { enabled: true } } }