Skip to content

Commit

Permalink
[Ingest Manager] Rename input.type logs to logfile (#19360)
Browse files Browse the repository at this point in the history
[Ingest Manager] Rename input.type logs to logfile (#19360)
  • Loading branch information
michalpristas authored Jun 24, 2020
1 parent 22acfba commit ebe5373
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ settings.monitoring:
#logging.level: trace

inputs:
- type: logs
- type: logfile
name: epm/nginx
version: 1.7.0
dataset.namespace: prod
Expand Down
2 changes: 1 addition & 1 deletion x-pack/elastic-agent/pkg/agent/program/supported.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ outputs:
ca_sha256: "7lHLiyp4J8m9kw38SJ7SURJP4bXRZv/BNxyyXkCcE/M="

inputs:
- type: logs
- type: logfile
streams:
- paths:
- /var/log/hello1.log
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ inputs:
dataset:
name: ""
hosts: ["http://127.0.0.1:8080"]
- type: logs
- type: logfile
use_output: default
streams:
- paths:
- /var/log/hello1.log
- /var/log/hello2.log
vars:
var: value
- type: logs
- type: logfile
dataset:
type: testtype
use_output: default
Expand Down
1 change: 1 addition & 0 deletions x-pack/elastic-agent/spec/filebeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ rules:
path: type
mapper:
logs: log
logfile: log
event/file: log
event/stdin: stdin
event/tcp: tcp
Expand Down

0 comments on commit ebe5373

Please sign in to comment.