Cisco Implementing DevOps Solutions and Practices using Cisco Platforms (DEVOPS) 300-910 Question # 36 Topic 4 Discussion
300-910 Exam Topic 4 Question 36 Discussion:
Question #: 36
Topic #: 4
How long analysis systems such as Elasticsearch, Logstash, and Kibana Stack handle ingesting unstructured logs from different devices in various formats?
A.
All devices that generate syslogs must use agents that process the local logs and transmit them in a specific format to the ELK Stack.
B.
All logs are stored in their unstructured text format, and the ELK Stack performs data analysis by intelligently parsing the logs using machine learning algorithms.
C.
All different message formats are parsed separately using custom filters, and the resulting structured data is stored for later analysis.
D.
A single, comprehensive log format is defined on the ELK Stack. All incoming logs, regardless of format, are transformed to match the comprehensive format, and only applicable fields are populated.
The ELK Stack (Elasticsearch, Logstash, and Kibana) can handle ingesting unstructured logs from various devices in different formats by running custom filters on the logs. The filters are designed to parse the log data and extract the relevant, structured information from it, which is then stored for later analysis. This allows for faster and more accurate analysis of the data, and enables more sophisticated insights to be drawn from it.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit