forked from elastic/beats
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlist.go
38 lines (35 loc) · 2.09 KB
/
list.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
// Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
// or more contributor license agreements. Licensed under the Elastic License;
// you may not use this file except in compliance with the Elastic License.
// Code generated by beats/dev-tools/cmd/module_include_list/module_include_list.go - DO NOT EDIT.
package include
import (
// Import packages that need to register themselves.
_ "github.com/elastic/beats/v7/x-pack/filebeat/input/azureeventhub"
_ "github.com/elastic/beats/v7/x-pack/filebeat/input/cloudfoundry"
_ "github.com/elastic/beats/v7/x-pack/filebeat/input/googlepubsub"
_ "github.com/elastic/beats/v7/x-pack/filebeat/input/httpjson"
_ "github.com/elastic/beats/v7/x-pack/filebeat/input/netflow"
_ "github.com/elastic/beats/v7/x-pack/filebeat/input/o365audit"
_ "github.com/elastic/beats/v7/x-pack/filebeat/input/s3"
_ "github.com/elastic/beats/v7/x-pack/filebeat/module/activemq"
_ "github.com/elastic/beats/v7/x-pack/filebeat/module/aws"
_ "github.com/elastic/beats/v7/x-pack/filebeat/module/azure"
_ "github.com/elastic/beats/v7/x-pack/filebeat/module/cef"
_ "github.com/elastic/beats/v7/x-pack/filebeat/module/cisco"
_ "github.com/elastic/beats/v7/x-pack/filebeat/module/coredns"
_ "github.com/elastic/beats/v7/x-pack/filebeat/module/envoyproxy"
_ "github.com/elastic/beats/v7/x-pack/filebeat/module/googlecloud"
_ "github.com/elastic/beats/v7/x-pack/filebeat/module/ibmmq"
_ "github.com/elastic/beats/v7/x-pack/filebeat/module/iptables"
_ "github.com/elastic/beats/v7/x-pack/filebeat/module/misp"
_ "github.com/elastic/beats/v7/x-pack/filebeat/module/mssql"
_ "github.com/elastic/beats/v7/x-pack/filebeat/module/netflow"
_ "github.com/elastic/beats/v7/x-pack/filebeat/module/o365"
_ "github.com/elastic/beats/v7/x-pack/filebeat/module/okta"
_ "github.com/elastic/beats/v7/x-pack/filebeat/module/panw"
_ "github.com/elastic/beats/v7/x-pack/filebeat/module/rabbitmq"
_ "github.com/elastic/beats/v7/x-pack/filebeat/module/suricata"
_ "github.com/elastic/beats/v7/x-pack/filebeat/module/zeek"
_ "github.com/elastic/beats/v7/x-pack/filebeat/processors/decode_cef"
)