-
Notifications
You must be signed in to change notification settings - Fork 431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[APM] Searching for aligned ECS field storing the meta type of an event #243
Comments
Few thoughts and ideas around this:
Each solution / UI should register which In general I think the shipper is much less important then the data structure itself. For @simitt How does it currently look if APM ingests CPU / Memory / Disk metrics? Will this be 1 event or multiple events? If it's one, I'm wondering if 1 event can belong to multiple datasets? |
Using the Generally, the APM Server is only one component of the APM solution and I am more focused on whether there is any recommendation which field to use for setting @ruflin thanks for the details around |
APM currently doesn't ingest CPU or memory metrics. |
@simitt Was a starting thought, nothing specific yet. We can add |
On this note just ran into a user with metricbeat & winlogbeat, infra dash board shows hosts for both but only details for the metricbeat *nix hosts. Seems like a unified name space for infrastructure and App metrics would be a good thing, and all fall under a single metrics top level, or 2 (APM + HPM) Basically: Will try and grab the metricbeat / winlogbeats / and some snmp mibs for comparison / standardiaztion if no one else has looked at it |
@dainperkins That would be great. So far we tried to mostly take what Metricbeat creates as the foundation but it's not in ECS yet. |
Closing due to in activity, but can re-open or create a new issue for APM mappings if required. |
@ruflin , @graphaelli and I were discussing offline what would be the proper field to indicate that an event is an
apm
event.In the future we might want to query events across different shippers, e.g. combine filebeat metrics with apm metrics, etc. Therefore it would be interesting if there exists a cross-team aligned field that we should use for this type of information, so more concrete
apm
,metricbeat
,filebeat
, etc.There were different thoughts around existing ECS fields:
agent.type
: Unclear if generic apm information should be stored in theagent
key.event.type
: If used, then this should rather contain the information about which apm event type it isspan, transaction, metric, error
.event.module
: If used, then this seems to correlate rather to information collected by apm agents, e.g. a mysql query, or an outgoing http request etc.event.dataset
: Is APM one big module? Not sure on how that would fit.The text was updated successfully, but these errors were encountered: