elasticsearch-readonlyrest-plugin icon indicating copy to clipboard operation
elasticsearch-readonlyrest-plugin copied to clipboard

Free Elasticsearch security plugin and Kibana security plugin: super-easy Kibana multi-tenancy, Encryption, Authentication, Authorization, Auditing

Results 25 elasticsearch-readonlyrest-plugin issues
Sort by recently updated
recently updated
newest added

🚀New (ES) Added support for certificates in PEM format

Elastic and Kibana 7.17.1 RoR Pro 1.39.0 and 1.40.0 (both tested) Data stream `logs-example` Rule : ``` - name: '::B16a-myrule::' actions: - indices:data/read/* - cluster:monitor/main groups: - mygroup indices: -...

After upgrading to ROR 1.37.0 I saw some issues with clients that got back a ```403``` response code for requests to a freshly restarted elasticsearch node. At that point the...

Installing the readonlyrest plugin and running a default cluster using the official elasticsearch operator (ECK) doesn't work, as requests made by the operator are rejected by ROR. Asking around in...

For comparison, Elasticsearch supports both (e.g. in the instructions on this page: https://www.elastic.co/guide/en/elasticsearch/reference/7.10/configuring-tls.html). I use Apache's [mod_md](https://httpd.apache.org/docs/2.4/mod/mod_md.html) to automatically get and renew certificates from Let's Encrypt. Like certbot and other...

Hello, With ROR 1.16.8 and 1.16.9-pre4, i have a SLF4J log error in stdout console for each elasticsearch restart (ES 5.5.0 and Ubuntu 14.04). ``` SLF4J: Failed to load class...

ES/Kibana Version: 7.4.2 Read only rest: readonlyrest-1.18.9_es7.4.2.zip The kibana short URL is being denied with this message: ``` FORBIDDEN by default req={ ID:393302858-2145333100#617943, TYP:IndexRequest, CGR:N/A, USR:[user not logged], BRS:false, KDX:null,...

Currently - there is a need to download plugin, and then put it into environment, and install it. It would be nice to allow install it directly by url like...

in progress

It would be nice to have the ability to configure security access for each Kibana space: - none: no access to one Kibana space - read: read access to one...