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?
Correct Answer:
E
How is cloud-init integrated with a managed system image?
Correct Answer:
D
Which of the log messages below matches the following Logstash grok filter?
grok { match => [“message”, “%{SYSLOGBASE} new node %{IPORHOST:node}” ]
}
Correct Answer:
C
Which of the following kinds of data are suitable as artifacts in a continuous delivery pipeline? (Choose three correct answers.)
Correct Answer:
BCD
Which of the following tasks are completed by docker-compose down when it is used with additional parameters? (Choose two correct answers.)
Correct Answer:
AC
Reference https://docs.docker.com/compose/reference/down/