Skip to content

Commit

Permalink
Merge pull request #1343 from tsg/fix_proc_process
Browse files Browse the repository at this point in the history
Replaced `stat.proc` to `stat.process` in the default config file for Topbeat
  • Loading branch information
monicasarbu committed Apr 7, 2016
2 parents 1e2ad31 + a132cd4 commit ffc7a39
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ https://github.com/elastic/beats/compare/v1.2.0...master[Check the HEAD diff]

*Topbeat*

- Fixed name of the setting `stats.proc` to `stats.process` in the default configuration file. {pull}1343[1343]

*Filebeat*

*Winlogbeat*
Expand Down
2 changes: 1 addition & 1 deletion topbeat/etc/beat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ input:
system: true

# per process statistics, by default is true
proc: true
process: true

# file system information, by default is true
filesystem: true
Expand Down
2 changes: 1 addition & 1 deletion topbeat/etc/topbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ input:
system: true

# per process statistics, by default is true
proc: true
process: true

# file system information, by default is true
filesystem: true
Expand Down

0 comments on commit ffc7a39

Please sign in to comment.