Skip to content

Commit 7ede858

Browse files
committed
[skip ci] update gemspec summary
1 parent bf568a1 commit 7ede858

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 9.0.1
2+
- Update gemspec summary
3+
14
### 9.0.0
25
- Change default document type to 'doc' from 'logs' to align with beats and reflect the generic nature of logstash.
36
- Deprecate 'document_type' option

logstash-output-elasticsearch.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Gem::Specification.new do |s|
22
s.name = 'logstash-output-elasticsearch'
3-
s.version = '9.0.0'
3+
s.version = '9.0.1'
44
s.licenses = ['apache-2.0']
5-
s.summary = "Logstash Output to Elasticsearch"
5+
s.summary = "Stores logs in Elasticsearch"
66
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
77
s.authors = ["Elastic"]
88
s.email = '[email protected]'

0 commit comments

Comments
 (0)