-
Notifications
You must be signed in to change notification settings - Fork 119
Closed
Labels
Description
Use case originated by RUM, see comment
Proposed fields
Optional fields, all agents
- metadata
- transaction context
Intake API field | Elasticsearch field | Elasticsearch Type |
---|---|---|
system.cpu.cores | system.cpu.cores | integer |
system.memory.total | system.memory.total | long |
network.effective_type | network.effective_type | keyword |
network.rtt | network.rtt | integer |
network.downlink | network.downlink | double |
network.downlink_max | network.downlink_max | double |
network.physical | network.physical | keyword |
Optional fields, RUM only:
- transaction context
Intake API field | Elasticsearch field | Elasticsearch Type |
---|---|---|
page.saveData | page.saveData | boolean |
page.servedViaServiceWorker | page.servedViaServiceWorker | keyword |
system.cpu.cores
and system.memory.total
are aligned with corresponding Metricbeat fields, even if not in ECS.
If this proposal is approved, network.*
fields will be proposed to ECS.
Vote
Agent | Yes | No | Indifferent | N/A | Link to issue |
---|---|---|---|---|---|
UI | |||||
Server | issues/3657 | ||||
.NET | |||||
Go | |||||
Java | |||||
Node.js | |||||
PHP | |||||
Python | |||||
Ruby | |||||
RUM | pull/752 |
axw