Skip to content

Commit 1e6148c

Browse files
[DOC] Explicitly call out permissions (#969)
Bump to v. 10.7.1
1 parent b956d1c commit 1e6148c

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 10.7.1
2+
- [DOC] Document the permissions required in secured clusters [#969](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/969)
3+
14
## 10.7.0
25
- Changed: don't set the pipeline parameter if the value resolves to an empty string [#962](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/962)
36

CONTRIBUTORS

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Contributors:
2626
* Tom Hodder (tolland)
2727
* jimmyjones2
2828
* Gabriel Moskovicz (gmoskovicz)
29+
* Luca Belluccini (lucabelluccini)
2930

3031
Note: If you've sent us patches, bug reports, or otherwise contributed to
3132
Logstash, and you aren't on the list above and want to be, please let us know

docs/index.asciidoc

+7
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,13 @@ For requests compression, regardless of the Elasticsearch version, enable the
234234

235235
Authentication to a secure Elasticsearch cluster is possible using one of the `user`/`password`, `cloud_auth` or `api_key` options.
236236

237+
[id="plugins-{type}s-{plugin}-autz"]
238+
==== Authorization
239+
240+
Authorization to a secure Elasticsearch cluster requires `read` permission at index level and `monitoring` permissions at cluster level.
241+
The `monitoring` permission at cluster level is necessary to perform periodic connectivity checks.
242+
243+
237244
[id="plugins-{type}s-{plugin}-options"]
238245
==== Elasticsearch Output Configuration Options
239246

logstash-output-elasticsearch.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'logstash-output-elasticsearch'
3-
s.version = '10.7.0'
3+
s.version = '10.7.1'
44

55
s.licenses = ['apache-2.0']
66
s.summary = "Stores logs in Elasticsearch"

0 commit comments

Comments
 (0)