Commit graph

69 commits

Author SHA1 Message Date
Jake Landis
e22457252f Introduction of the Azure module (experimental)
This module leverages the Azure Event Hub to read events from the activity log and sql diagnostics.  Please note this module is considered experimental till otherwise noted.

This change also introduces logstash-input-azure_event_hubs as a default plugin

Fixes #9729
2018-07-02 16:34:49 +00:00
Armin
b8bd364f27 BUILD: lock rake at 12.2.x
Fixes #9685
2018-05-30 09:53:57 +00:00
Andrew Cholakian
26f5923e2d Add test deps that x-pack will use
When we merge x-pack in we will axe its gemspec, which isn't used anyway.
It does need a couple more test deps, which we add in here

Fixes #9224
2018-03-09 22:55:53 +00:00
Andrew Cholakian
cbbfcd42c2 Pin atomic gem per #9194
Fixes #9204
2018-03-02 04:37:11 +00:00
Guy Boertje
33b151707a
add jdbc_static (#8933)
* add jdbc_static

* sort logstash-* gems and add jdbc_static to plugins-metadata.json
2018-01-15 17:26:37 +00:00
Jake Landis
590e47fced Pin webrick to compatible version
Fixes #8845

Fixes #8846
2017-12-16 15:35:06 +00:00
Armin
c5fa78c7fa #8280 remove simplecov
Fixes #8536
2017-10-26 12:15:12 +00:00
Armin
012a432009 MINOR: Remove unused docker-api as development dependency
Fixes #8533
2017-10-26 08:32:09 +00:00
Armin
54611c3699 MINOR: Upgrade to newest devutils
Fixes #8487
2017-10-13 06:49:19 +00:00
Joao Duarte
fbd1db1a12 add missing default plugins to Gemfile template
Fixes #8431
2017-10-06 14:19:02 +00:00
Pier-Hugues Pellerin
4dc2fd3ddd Remove unecessary dependency file-dependencies
To understand why we can now remove this gem we have to go back at the
history of LS 1.5 and the choice we made back them. In the begining
plugins depending on external files like the `user-agent` or the `filter-geoip`
were not bundling theses files in the gem.

The `file-dependencies` was providing a new hook when plugins were
installed to trigger the file download.

In the context of making the plugins work in an offline environment we
need to make sure that every plugins external resources are present in
the gem.

We have currently a few plugins that require external files and they all
bundle it. So I think its safe to remove that feature, also the hook was
not triggered correctly. So it was a NOOP.

Fixes #8298
2017-09-18 18:56:58 +00:00
Jake Landis
acd632aa89 Pin logstash-output-s3 to 4.0.9+ since prior version will not work with JRuby 9k
Fixes #7735
2017-07-20 13:22:14 +00:00
Suyog Rao
23b8d4d948 Add translate filter to default filter list (#7713) 2017-07-17 10:43:24 -07:00
Suyog Rao
33d1164901 Update default plugins list (#7669)
Based on google analytics from docs pageviews, we are updating the bundled
plugins to remove plugins which doesn't have to be in the default package.

They can still be installed via bin/logstash-plugin
2017-07-12 21:43:07 +02:00
Armin
153eea67b5 #6828 add json-schema dependency
Fixes #7419
2017-06-29 00:05:16 +00:00
Armin
24d2faba10 MINOR: Update docker-api gem to latest version to improve stabilitiy
Fixes #7461
2017-06-15 12:48:49 +00:00
Pier-Hugues Pellerin
76286b4f0e use jruby 9.1.9.0
Work done by @guyboertje and @ph

Since JRuby 1.7.25 is now EOL we are migrating Logstash to use JRuby 9k and JDK8 only,
Not much needed updating to make this work, its was mostly a drop in replacement from the previous version.

The major point was the change in the implementation of Time in JRuby, JRuby now use `java.time`
instead of joda time, this allow JRuby to have nanoseconds precision on time object.
2017-06-12 12:35:10 -04:00
Suyog Rao
7733dd0f86 Add DLQ to default plugins (#7342) 2017-06-06 11:52:12 -07:00
Armin Braun
8e9840f298 ignore .Gemfile.jruby-1.9.lock, .lock and Gemfile
Fixes #6985
2017-05-02 13:23:34 +00:00
Renamed from Gemfile (Browse further)