Greetings,
Can someone please direct me to a location where I can find a definition of logs?
Here's a preliminary list that I am trying to clarify:
'logs-elastic_agent'
'metrics-elastic_agent.elastic_agent '
'logs-elastic_agent.filebeat_input '
'metrics-elastic_agent.filebeat_input '
'logs-elastic_agent.filebeat '
'metrics-elastic_agent.filebeat '
'logs-elastic_agent.metricbeat '
'metrics-elastic_agent.metricbeat '
'metrics-system.cpu '
'metrics-system.diskio '
'metrics-system.filesystem '
'metrics-system.fsstat '
'metrics-system.load '
'metrics-system.memory '
'metrics-system.network '
'metrics-system.process '
'metrics-system.process.summary '
'metrics-system.socket_summary '
'metrics-system.uptime '
'logs-windows.powershell '
'logs-windows.powershell_operational '
'logs-windows.sysmon_operational '
'metrics-windows.perfmon '
'metrics-windows.service '
'logs-winlog.winlog'
These all look like data streams coming from either Filebeat or Metricbeat. I'm assuming you're looking for the schema for each "module". Anything with the prefix of logs- you can assume is a Filebeat module and anything with the prefix of metrics- is a Metricbeat module.
Let's look at metrics-system.cpu first:
metrics- denotes that it's part of Metricbeat
system. denotes it's the system module
cpu is the dataset.
To find out the schema, take a look at the Metricbeat documentation here and click on "Exported Fields" to expand it in left hand navigation and pick "System fields" then scroll down to the "CPU" section.
There should also be coresponding documentation for anything with logs- prefix located under the Filebeat documentation.
I was able to find the proper exported fields in the Metricbeat documentation (CPU was a good example), but cannot find the same with the logs- prefix in the Filebeat documentation. I was looking for a module elastic-agent and can't find any. Do you have any additional suggestion?
Many thanks!
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.