Multiple Choice
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. 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. 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. 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. 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. Replace / by a symbolic link to / dev/filebeat and restart the new application.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: An Ansible variable file contains the following
Q2: Given the following excerpt of a Dockerfile
Q3: A declarative Jenkins pipeline contains the following
Q4: A service should be provided to arbitrary
Q5: Which statements are true regarding databases during
Q7: The file index.php , which is being
Q8: Which of the following statements is true
Q9: Which of the following container names could
Q10: How does Vagrant run virtual machines?<br>A) Vagrant
Q11: Which Ansible keyword is used in a