Questions tagged [elasticsearch-shield]

Shield is the security layer in Elasticsearch

Shield installs as a plugin in Elasticsearch.

An Elasticsearch cluster benefits from properly implemented security with Shield in the following ways:

  • Role-based access control at the index level and LDAP authentication integration to prevent unauthorized access

  • Encryption to preserve the integrity of your data, keeping confidential data confidential.

  • An Audit trail to analyze access patterns.

33 questions
0
votes
1 answer

Disabling shield for intergration tests

I have an app that connects to an elastic search node on another server via the Transport client using the JAVA API. The node has shield security enabled, so I use maven to fetch the shield jar. My app runs fine. However, now I'm trying to set up…
0
votes
1 answer

Trying Elasticsearch with Shield to kibana dashboard Getting Error?

The following sample data I haved used in my environment Data: { "index" : { "_index" : "cases", "_type" : "case", "_id" : "101" } } { "admission" : "2015-01-03", "discharge" : "2015-01-04", "injury" : "broken arm" } { "index" : { "_index" :…
prem
  • 572
  • 2
  • 7
  • 26
0
votes
1 answer

Elasticsearch access control based on field value

I am currently investigating the ELK (Elasticsearch, Logstash, Kibana) stack for centralized log file analysis. The plan is to store logs of multiple applications in the same Elasticsearch cluster using logstash and day-based indexes. All documents…
1 2
3