Skip to content

Commit

Permalink
Chore: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed Aug 11, 2021
1 parent 3e9332f commit ac3b999
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- Fix: a regression (in LS 7.14.0) where due the elasticsearch client update (from 5.0.5 to 7.5.0) the `Authorization`
header isn't passed, this leads to the plugin not being able to leverage `user`/`password` credentials set by the user.
[#148](https://github.com/logstash-plugins/logstash-filter-elasticsearch/pull/148)
- Fix: default setting for hosts not working (since 3.7.0)
- Fix: default setting for `hosts` not working (since 3.7.0)

## 3.9.3
- [DOC] Update links to use shared attributes [#144](https://github.com/logstash-plugins/logstash-filter-elasticsearch/pull/144)
Expand Down
2 changes: 1 addition & 1 deletion spec/filters/elasticsearch_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@
end
end

# @note can be removed once we depends on elasticsearch gem >= 6.x
# @note can be removed once gem depends on elasticsearch >= 6.x
def extract_transport(client) # on 7.x client.transport is a ES::Transport::Client
client.transport.respond_to?(:transport) ? client.transport.transport : client.transport
end
Expand Down

0 comments on commit ac3b999

Please sign in to comment.