Skip to content

Commit

Permalink
Adds missing imports (#15624) (#15646)
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Jan 20, 2020
1 parent c6e4176 commit 4f7505b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libbeat/cmd/instance/imports_common.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import (
_ "github.com/elastic/beats/libbeat/processors/actions" // Register default processors.
_ "github.com/elastic/beats/libbeat/processors/add_cloud_metadata"
_ "github.com/elastic/beats/libbeat/processors/add_host_metadata"
_ "github.com/elastic/beats/libbeat/processors/add_id"
_ "github.com/elastic/beats/libbeat/processors/add_locale"
_ "github.com/elastic/beats/libbeat/processors/add_observer_metadata"
_ "github.com/elastic/beats/libbeat/processors/add_process_metadata"
Expand All @@ -32,6 +33,7 @@ import (
_ "github.com/elastic/beats/libbeat/processors/dissect"
_ "github.com/elastic/beats/libbeat/processors/dns"
_ "github.com/elastic/beats/libbeat/processors/extract_array"
_ "github.com/elastic/beats/libbeat/processors/fingerprint"
_ "github.com/elastic/beats/libbeat/processors/registered_domain"
_ "github.com/elastic/beats/libbeat/publisher/includes" // Register publisher pipeline modules
)

0 comments on commit 4f7505b

Please sign in to comment.