Commit graph

9 commits

Author SHA1 Message Date
Rob Bavey
7952046eb8
Soften deprecation language and point module deprecations to agent in… (#13338)
* Soften deprecation language and point module deprecations to agent integrations

* Remove extra `and`

Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com>

Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com>
2021-10-26 09:39:42 -04:00
Joao Duarte
aeb46de6cc emit deprecation entry for netflow and azure modules
point users towards the beats modules instead
2020-05-29 14:43:40 +00:00
João Duarte
1fc169b7f6 Add apache and elastic license headers to source code files (#11673)
* add license header to ruby and java files
* add license header to erb and rake files
* add license headers to gradle files
2020-03-11 11:54:32 +00:00
Guy Boertje
e262d6b0b6
Ensure compatibility of module data with ES and Kibana 7.0 (#10356)
* Ensure compatibility of module data with ES and Kibana 7.0

* cherry-pick jake changes

* 7x index template updates - formatting

Fixes #10375
2019-02-05 17:05:10 +00:00
Jake Landis
ecc811c429 7x index template updates - formatting
Fixes #10375
2019-02-04 21:18:25 +00:00
Jake Landis
b53d79c148 7x index template updates
This commit updates the Elasticsearch index templates to be compatible with 7.x
* removes types
* remove _all
* template -> index_patterns

Fixes #10375
2019-02-04 21:18:25 +00:00
Guy Boertje
3fdee027d9
Add SC and EB input TLS support for the Logstash ArcSight module (#10056)
* Add SC and EB input TLS support for the Logstash ArcSight module
I added the ssl for the smart connector (tcp) and ssl and sasl for the
event broker.
Needs verification on a current stack.

* So this is the actual extent of changes (I thought it was to simple)
Fixed the docs omission
Fixed the load path issue
Fixed the ERB binding context problem
Added some basic happy path tests

* remove module settings in logstash.yml

* Overwrite my logstash.yml with the content on master

* Add comments to yaml fixtures
2018-10-23 09:12:12 +01:00
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
Jenkins CI
93cad10da1 Migrate x-pack-logstash source to logstash 2018-04-24 10:46:15 -05:00