Shield is a plugin for Elasticsearch that enables you to easily secure a cluster.
Questions tagged [elastic-shield]
6 questions
3
votes
1 answer
Securing Elasticsearch Clusters
I want to create a secure Elasticsearch Cluster.
About my use case. I want a multitenant system. Users must have administrative access to their own namespace. After a couple tries, I'm now just giving users their own clusters (via docker).
Attempt…

Peter Klipfel
- 4,958
- 5
- 29
- 44
3
votes
2 answers
Install shield on kibana gives PEM error
I'm using sebp/elk docker for ES/Kibana/Logstash and everything usually works like a charm.
Now I want to try installing shield on all components and everything's ok except kibana.
root@2f6452f2e11e:/opt/kibana# bin/kibana plugin --install…

EddieHR
- 153
- 2
- 11
1
vote
1 answer
Elasticsearch Shield SSL Certificates
I`m using elastic 2.2.0 with shield 2.2, 10 nodes cluster. I need to enable ssl in Elastic for Kibana to work with shield and I got troubled on the certification signing part.
I do not have a wild card certificate so I cant sign just one csr in node…
user2552806
0
votes
1 answer
Spring data elastic search using Shield
I have the below configuration for spring data elastic search.

lives
- 1,243
- 5
- 25
- 61
0
votes
0 answers
ElasticSearch filtered _source
do you know if it's possible to transofrm a document at query time in Elastic Search?
Let's do and example.
I index a document like this
{
"firstName": "John",
"lastName": "Doe",
"age": 35,
"trips": [{
"city": "NYC",
…

Simone Belia
- 253
- 3
- 10
0
votes
2 answers
Kibana fails to start with Shield configured over HTTP
I installed Shield in my Elastic Search cluster and configured Kibana to work with it as described: https://www.elastic.co/guide/en/shield/current/kibana.html
No I restart Kibana and get this…

Andrey
- 20,487
- 26
- 108
- 176