x-pack/filebeat/include/list.go (54 lines of code) (raw):
// 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 to perform 'func InitializeModule()' when in-use.
m0 "github.com/elastic/beats/v7/x-pack/filebeat/processors/add_nomad_metadata"
m1 "github.com/elastic/beats/v7/x-pack/filebeat/processors/aws_vpcflow"
m2 "github.com/elastic/beats/v7/x-pack/filebeat/processors/decode_cef"
// Import packages that perform 'func init()'.
_ "github.com/elastic/beats/v7/x-pack/filebeat/input/awscloudwatch"
_ "github.com/elastic/beats/v7/x-pack/filebeat/input/awss3"
_ "github.com/elastic/beats/v7/x-pack/filebeat/input/azureeventhub"
_ "github.com/elastic/beats/v7/x-pack/filebeat/input/cometd"
_ "github.com/elastic/beats/v7/x-pack/filebeat/input/etw"
_ "github.com/elastic/beats/v7/x-pack/filebeat/input/gcppubsub"
_ "github.com/elastic/beats/v7/x-pack/filebeat/input/lumberjack"
_ "github.com/elastic/beats/v7/x-pack/filebeat/input/netflow"
_ "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/awsfargate"
_ "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/checkpoint"
_ "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/crowdstrike"
_ "github.com/elastic/beats/v7/x-pack/filebeat/module/cyberarkpas"
_ "github.com/elastic/beats/v7/x-pack/filebeat/module/envoyproxy"
_ "github.com/elastic/beats/v7/x-pack/filebeat/module/fortinet"
_ "github.com/elastic/beats/v7/x-pack/filebeat/module/gcp"
_ "github.com/elastic/beats/v7/x-pack/filebeat/module/google_workspace"
_ "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/juniper"
_ "github.com/elastic/beats/v7/x-pack/filebeat/module/microsoft"
_ "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/mysqlenterprise"
_ "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/oracle"
_ "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/salesforce"
_ "github.com/elastic/beats/v7/x-pack/filebeat/module/snyk"
_ "github.com/elastic/beats/v7/x-pack/filebeat/module/sophos"
_ "github.com/elastic/beats/v7/x-pack/filebeat/module/suricata"
_ "github.com/elastic/beats/v7/x-pack/filebeat/module/threatintel"
_ "github.com/elastic/beats/v7/x-pack/filebeat/module/zeek"
_ "github.com/elastic/beats/v7/x-pack/filebeat/module/zookeeper"
_ "github.com/elastic/beats/v7/x-pack/filebeat/module/zoom"
)
// InitializeModules initialize all of the modules.
func InitializeModule() {
m0.InitializeModule()
m1.InitializeModule()
m2.InitializeModule()
}