You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| host.architecture | Operating system architecture. | keyword |
44
46
| host.containerized | If the host is a container. | boolean |
45
47
| host.domain | Name of the domain of which the host is a member. For example, on Windows this could be the host's Active Directory domain or NetBIOS domain name. For Linux this could be the domain of the host's LDAP provider. | keyword |
@@ -91,6 +93,8 @@ The `slowlog` dataset collects the Redis slow logs.
91
93
| ecs.version | ECS version | keyword |
92
94
| error.message | Error message. | text |
93
95
| event.created | Date/time when the event was first read by an agent, or by your pipeline. | date |
| host.architecture | Operating system architecture. | keyword |
95
99
| host.containerized | If the host is a container. | boolean |
96
100
| host.domain | Name of the domain of which the host is a member. For example, on Windows this could be the host's Active Directory domain or NetBIOS domain name. For Linux this could be the domain of the host's LDAP provider. | keyword |
@@ -331,6 +335,8 @@ An example event for `info` looks as following:
331
335
| data_stream.namespace | Data stream namespace. | constant_keyword |
332
336
| data_stream.type | Data stream type. | constant_keyword |
| host.architecture | Operating system architecture. | keyword |
335
341
| host.containerized | If the host is a container. | boolean |
336
342
| host.domain | Name of the domain of which the host is a member. For example, on Windows this could be the host's Active Directory domain or NetBIOS domain name. For Linux this could be the domain of the host's LDAP provider. | keyword |
@@ -455,7 +461,7 @@ An example event for `info` looks as following:
455
461
| redis.info.stats.sync.full | The number of full resyncs with slaves | long |
456
462
| redis.info.stats.sync.partial.err | The number of denied partial resync requests | long |
457
463
| redis.info.stats.sync.partial.ok | The number of accepted partial resync requests | long |
458
-
| service.address |Service address | keyword |
464
+
| service.address |Client address | keyword |
459
465
| service.type | Service type | keyword |
460
466
| service.version | Service version | keyword |
461
467
@@ -530,6 +536,8 @@ An example event for `key` looks as following:
530
536
| data_stream.namespace | Data stream namespace. | constant_keyword |
531
537
| data_stream.type | Data stream type. | constant_keyword |
| host.architecture | Operating system architecture. | keyword |
534
542
| host.containerized | If the host is a container. | boolean |
535
543
| host.domain | Name of the domain of which the host is a member. For example, on Windows this could be the host's Active Directory domain or NetBIOS domain name. For Linux this could be the domain of the host's LDAP provider. | keyword |
@@ -614,6 +622,8 @@ An example event for `keyspace` looks as following:
614
622
| data_stream.namespace | Data stream namespace. | constant_keyword |
615
623
| data_stream.type | Data stream type. | constant_keyword |
| host.architecture | Operating system architecture. | keyword |
618
628
| host.containerized | If the host is a container. | boolean |
619
629
| host.domain | Name of the domain of which the host is a member. For example, on Windows this could be the host's Active Directory domain or NetBIOS domain name. For Linux this could be the domain of the host's LDAP provider. | keyword |
0 commit comments