Skip to content

Commit

Permalink
Rename beat prospectors to inputs
Browse files Browse the repository at this point in the history
This got renamed in Beats 6.3:
elastic/beats#6078
  • Loading branch information
mpfz0r committed Oct 11, 2018
1 parent 7e0701b commit 3acf6f7
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ class FilebeatHelper extends React.Component {
};

static toc = {
prospectors: ['log'],
inputs: ['log'],
outputs: ['logstash'],
processors: ['fields', 'drop events'],
};

prospectorsLog = () => {
inputsLog = () => {
return (
<div>
<h3>Log Prospector</h3>
<h3>Log Inputs</h3>
Reads every line of the log file.
{this.example(`filebeat.prospectors:
{this.example(`filebeat.inputs:
- type: log
paths:
- /var/log/apache/httpd-*.log`)}
Expand Down Expand Up @@ -72,7 +72,7 @@ class FilebeatHelper extends React.Component {
{this.example(`ignore_older: 2h`)}

<b>scan_frequency</b><br/>
How often the prospector checks for new files in the paths that are specified
How often the input checks for new files in the paths that are specified
for harvesting.
{this.example(`scan_frequency: 10s`)}

Expand Down

0 comments on commit 3acf6f7

Please sign in to comment.