A recently installed application writes log data to /opt/app/log/info.log. If Filebeat is already installed and set up for communication with a remote Logstash, what has to be done in order to submit the log data of the new application to Logstash?
A.
Add an additional input channel with the option source => "/opt/app/log/info.log" to the Logstash configuration.
B.
Configure logrotate to execute filebeat ""I /opt/app/log/info.log 0 after each rotation of /opt/app/log/info.log.
C.
Add the log file to the path option within the log prospector in the Filebeat configuration and restart Filebeat.
D.
Add a new cron job that invokes filebeat ""i /opt/app/log/info.log periodically.
E.
Replace /opt/app/log/info.log by a symbolic link to /dev/filebeat and restart the new application.
https://www.elastic.co/guide/en/beats/filebeat/6.8/filebeat-configuration.html
C is correct
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
hmagroun
Highly Voted 1 year, 11 months agoBlob21
Most Recent 8 months, 3 weeks ago