Skip to content

Commit a878179

Browse files
authored
Fix license header (#203)
This plugin is OSS distribution. Elastic Licensed header was wrongly added to a file
1 parent 2577e6f commit a878179

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 4.20.1
2+
- Fix license header [#203](https://github.com/logstash-plugins/logstash-input-elasticsearch/pull/203)
3+
14
## 4.20.0
25
- Added `response_type` configuration option to allow processing result of aggregations [#202](https://github.com/logstash-plugins/logstash-input-elasticsearch/pull/202)
36

lib/logstash/helpers/loggable_try.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
# Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
2-
# or more contributor license agreements. Licensed under the Elastic License;
3-
# you may not use this file except in compliance with the Elastic License.
4-
51
require 'stud/try'
62

73
module LogStash module Helpers

logstash-input-elasticsearch.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22

33
s.name = 'logstash-input-elasticsearch'
4-
s.version = '4.20.0'
4+
s.version = '4.20.1'
55
s.licenses = ['Apache License (2.0)']
66
s.summary = "Reads query results from an Elasticsearch cluster"
77
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"

0 commit comments

Comments
 (0)