diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index aca007871bf8..13e8c4901602 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -85,6 +85,7 @@ https://github.com/elastic/beats/compare/v5.0.0-alpha5...master[Check the HEAD d - Added a PostgreSQL module. {pull}2253[2253] - Add experimental filebeat metricset in the beats module. {pull}2297[2297] - Add experimental libbeat metricset in the beats module. {pull}2339[2339] +- Improve mapping by converting half_float to scaled_float and integers to long. {pull}2430[2430] *Packetbeat* diff --git a/metricbeat/docs/fields.asciidoc b/metricbeat/docs/fields.asciidoc index 752efee3f6f5..b2c8b19d5cc7 100644 --- a/metricbeat/docs/fields.asciidoc +++ b/metricbeat/docs/fields.asciidoc @@ -57,7 +57,7 @@ Apache hostname. [float] === apache.status.total_accesses -type: integer +type: long Total number of access requests. @@ -65,7 +65,7 @@ Total number of access requests. [float] === apache.status.total_kbytes -type: integer +type: long Total number of kilobytes served. @@ -73,7 +73,7 @@ Total number of kilobytes served. [float] === apache.status.requests_per_sec -type: half_float +type: scaled_float Requests per second. @@ -81,7 +81,7 @@ Requests per second. [float] === apache.status.bytes_per_sec -type: float +type: scaled_float Bytes per second. @@ -89,7 +89,7 @@ Bytes per second. [float] === apache.status.bytes_per_request -type: half_float +type: scaled_float Bytes per request. @@ -97,7 +97,7 @@ Bytes per request. [float] === apache.status.workers.busy -type: integer +type: long Number of busy workers. @@ -105,7 +105,7 @@ Number of busy workers. [float] === apache.status.workers.idle -type: integer +type: long Number of idle workers. @@ -120,7 +120,7 @@ Uptime stats. [float] === apache.status.uptime.server_uptime -type: integer +type: long Server uptime in seconds. @@ -128,7 +128,7 @@ Server uptime in seconds. [float] === apache.status.uptime.uptime -type: integer +type: long Server uptime. @@ -190,7 +190,7 @@ Connection stats. [float] === apache.status.connections.total -type: integer +type: long Total connections. @@ -198,7 +198,7 @@ Total connections. [float] === apache.status.connections.async.writing -type: integer +type: long Async connection writing. @@ -206,7 +206,7 @@ Async connection writing. [float] === apache.status.connections.async.keep_alive -type: integer +type: long Async keeped alive connections. @@ -214,7 +214,7 @@ Async keeped alive connections. [float] === apache.status.connections.async.closing -type: integer +type: long Async closed connections. @@ -229,7 +229,7 @@ Load averages. [float] === apache.status.load.1 -type: half_float +type: scaled_float Load average for the last minute. @@ -237,7 +237,7 @@ Load average for the last minute. [float] === apache.status.load.5 -type: half_float +type: scaled_float Load average for the last 5 minutes. @@ -245,7 +245,7 @@ Load average for the last 5 minutes. [float] === apache.status.load.15 -type: half_float +type: scaled_float Load average for the last 15 minutes. @@ -260,7 +260,7 @@ Scoreboard metrics. [float] === apache.status.scoreboard.starting_up -type: integer +type: long Starting up. @@ -268,7 +268,7 @@ Starting up. [float] === apache.status.scoreboard.reading_request -type: integer +type: long Reading requests. @@ -276,7 +276,7 @@ Reading requests. [float] === apache.status.scoreboard.sending_reply -type: integer +type: long Sending Reply. @@ -284,7 +284,7 @@ Sending Reply. [float] === apache.status.scoreboard.keepalive -type: integer +type: long Keep alive. @@ -292,7 +292,7 @@ Keep alive. [float] === apache.status.scoreboard.dns_lookup -type: integer +type: long Dns Lookups. @@ -300,7 +300,7 @@ Dns Lookups. [float] === apache.status.scoreboard.closing_connection -type: integer +type: long Closing connections. @@ -308,7 +308,7 @@ Closing connections. [float] === apache.status.scoreboard.logging -type: integer +type: long Logging @@ -316,7 +316,7 @@ Logging [float] === apache.status.scoreboard.gracefully_finishing -type: integer +type: long Gracefully finishing. @@ -324,7 +324,7 @@ Gracefully finishing. [float] === apache.status.scoreboard.idle_cleanup -type: integer +type: long Idle cleanups. @@ -332,7 +332,7 @@ Idle cleanups. [float] === apache.status.scoreboard.open_slot -type: integer +type: long Open slots. @@ -340,7 +340,7 @@ Open slots. [float] === apache.status.scoreboard.waiting_for_connection -type: integer +type: long Waiting for connections. @@ -348,7 +348,7 @@ Waiting for connections. [float] === apache.status.scoreboard.total -type: integer +type: long Total. @@ -1244,7 +1244,7 @@ Aborted status fields. [float] === mysql.status.aborted.clients -type: integer +type: long The number of connections that were aborted because the client died without closing the connection properly. @@ -1252,7 +1252,7 @@ The number of connections that were aborted because the client died without clos [float] === mysql.status.aborted.connects -type: integer +type: long The number of failed attempts to connect to the MySQL server. @@ -1266,14 +1266,14 @@ The number of failed attempts to connect to the MySQL server. [float] === mysql.status.binlog.cache.disk_use -type: integer +type: long [float] === mysql.status.binlog.cache.use -type: integer +type: long @@ -1287,7 +1287,7 @@ Bytes stats. [float] === mysql.status.bytes.received -type: integer +type: long format: bytes @@ -1297,7 +1297,7 @@ The number of bytes received from all clients. [float] === mysql.status.bytes.sent -type: integer +type: long format: bytes @@ -1307,7 +1307,7 @@ The number of bytes sent to all clients. [float] === mysql.status.connections -type: integer +type: long @@ -1320,21 +1320,21 @@ type: integer [float] === mysql.status.created.tmp.disk_tables -type: integer +type: long [float] === mysql.status.created.tmp.files -type: integer +type: long [float] === mysql.status.created.tmp.tables -type: integer +type: long @@ -1347,35 +1347,35 @@ type: integer [float] === mysql.status.delayed.errors -type: integer +type: long [float] === mysql.status.delayed.insert_threads -type: integer +type: long [float] === mysql.status.delayed.writes -type: integer +type: long [float] === mysql.status.flush_commands -type: integer +type: long [float] === mysql.status.max_used_connections -type: integer +type: long @@ -1388,28 +1388,28 @@ type: integer [float] === mysql.status.open.files -type: integer +type: long [float] === mysql.status.open.streams -type: integer +type: long [float] === mysql.status.open.tables -type: integer +type: long [float] === mysql.status.opened_tables -type: integer +type: long @@ -1445,7 +1445,7 @@ Nginx hostname. [float] === nginx.stubstatus.active -type: integer +type: long The current number of active client connections including Waiting connections. @@ -1453,7 +1453,7 @@ The current number of active client connections including Waiting connections. [float] === nginx.stubstatus.accepts -type: integer +type: long The total number of accepted client connections. @@ -1461,7 +1461,7 @@ The total number of accepted client connections. [float] === nginx.stubstatus.handled -type: integer +type: long The total number of handled client connections. @@ -1469,7 +1469,7 @@ The total number of handled client connections. [float] === nginx.stubstatus.dropped -type: integer +type: long The total number of dropped client connections. @@ -1477,7 +1477,7 @@ The total number of dropped client connections. [float] === nginx.stubstatus.requests -type: integer +type: long The total number of client requests. @@ -1485,7 +1485,7 @@ The total number of client requests. [float] === nginx.stubstatus.current -type: integer +type: long The current number of client requests. @@ -1493,7 +1493,7 @@ The current number of client requests. [float] === nginx.stubstatus.reading -type: integer +type: long The current number of connections where Nginx is reading the request header. @@ -1501,7 +1501,7 @@ The current number of connections where Nginx is reading the request header. [float] === nginx.stubstatus.writing -type: integer +type: long The current number of connections where Nginx is writing the response back to the client. @@ -1509,7 +1509,7 @@ The current number of connections where Nginx is writing the response back to th [float] === nginx.stubstatus.waiting -type: integer +type: long The current number of idle client connections waiting for a request. @@ -1554,7 +1554,7 @@ Name of the database this backend is connected to. [float] === postgresql.activity.pid -type: integer +type: long Process ID of this backend. @@ -1594,7 +1594,7 @@ Host name of the connected client, as reported by a reverse DNS lookup of client [float] === postgresql.activity.client.port -type: integer +type: long TCP port number that the client is using for communication with this backend, or -1 if a Unix socket is used. @@ -1946,7 +1946,7 @@ Redis client stats. [float] === redis.info.clients.connected -type: integer +type: long Number of client connections (excluding connections from slaves). @@ -1954,7 +1954,7 @@ Number of client connections (excluding connections from slaves). [float] === redis.info.clients.longest_output_list -type: integer +type: long Longest output list among current client connections. @@ -1962,7 +1962,7 @@ Longest output list among current client connections. [float] === redis.info.clients.biggest_input_buf -type: integer +type: long Biggest input buffer among current client connections. @@ -1970,7 +1970,7 @@ Biggest input buffer among current client connections. [float] === redis.info.clients.blocked -type: integer +type: long Number of clients pending on a blocking call (BLPOP, BRPOP, BRPOPLPUSH). @@ -2000,7 +2000,7 @@ Redis CPU stats [float] === redis.info.cpu.used.sys -type: half_float +type: scaled_float System CPU consumed by the Redis server. @@ -2008,7 +2008,7 @@ System CPU consumed by the Redis server. [float] === redis.info.cpu.used.sys_children -type: half_float +type: scaled_float User CPU consumed by the Redis server. @@ -2016,7 +2016,7 @@ User CPU consumed by the Redis server. [float] === redis.info.cpu.used.user -type: half_float +type: scaled_float System CPU consumed by the background processes. @@ -2024,7 +2024,7 @@ System CPU consumed by the background processes. [float] === redis.info.cpu.used.user_children -type: half_float +type: scaled_float User CPU consumed by the background processes. @@ -2039,7 +2039,7 @@ Redis CPU stats. [float] === redis.info.memory.used.value -type: integer +type: long Used memory. @@ -2047,7 +2047,7 @@ Used memory. [float] === redis.info.memory.used.rss -type: integer +type: long Used memory rss. @@ -2055,7 +2055,7 @@ Used memory rss. [float] === redis.info.memory.used.peak -type: integer +type: long Used memory peak. @@ -2063,7 +2063,7 @@ Used memory peak. [float] === redis.info.memory.used.lua -type: integer +type: long Used memory lua. @@ -2093,7 +2093,7 @@ None [float] === redis.info.persistence.rdb.changes_since_last_save -type: integer +type: long None @@ -2107,7 +2107,7 @@ None [float] === redis.info.persistence.rdb.last_save_time -type: integer +type: long None @@ -2121,14 +2121,14 @@ None [float] === redis.info.persistence.rdb.last_bgsave_time_sec -type: integer +type: long None [float] === redis.info.persistence.rdb.current_bgsave_time_sec -type: integer +type: long None @@ -2156,14 +2156,14 @@ None [float] === redis.info.persistence.aof.last_rewrite_time_sec -type: integer +type: long None [float] === redis.info.persistence.aof.current_rewrite_time_sec -type: integer +type: long None @@ -2198,42 +2198,42 @@ None [float] === redis.info.replication.connected_slaves -type: integer +type: long None [float] === redis.info.replication.master_offset -type: integer +type: long None [float] === redis.info.replication.backlog.active -type: integer +type: long None [float] === redis.info.replication.backlog.size -type: integer +type: long None [float] === redis.info.replication.backlog.first_byte_offset -type: integer +type: long None [float] === redis.info.replication.backlog.histlen -type: integer +type: long None @@ -2310,7 +2310,7 @@ None [float] === redis.info.server.process_id -type: integer +type: long None @@ -2324,28 +2324,28 @@ None [float] === redis.info.server.tcp_port -type: integer +type: long None [float] === redis.info.server.uptime -type: integer +type: long None [float] === redis.info.server.hz -type: integer +type: long None [float] === redis.info.server.lru_clock -type: integer +type: long None @@ -2366,133 +2366,133 @@ Redis stats. [float] === redis.info.stats.connections.received -type: integer +type: long None [float] === redis.info.stats.connections.rejected -type: integer +type: long None [float] === redis.info.stats.total_commands_processed -type: integer +type: long None [float] === redis.info.stats.total_net_input_bytes -type: integer +type: long None [float] === redis.info.stats.total_net_output_bytes -type: integer +type: long None [float] === redis.info.stats.instantaneous_ops_per_sec -type: integer +type: long None [float] === redis.info.stats.instantaneous_input_kbps -type: float +type: scaled_float None [float] === redis.info.stats.instantaneous_output_kbps -type: float +type: scaled_float None [float] === redis.info.stats.sync.full -type: integer +type: long None [float] === redis.info.stats.sync.partial_ok -type: integer +type: long None [float] === redis.info.stats.sync.partial_err -type: integer +type: long None [float] === redis.info.stats.keys.expired -type: integer +type: long None [float] === redis.info.stats.keys.evicted -type: integer +type: long None [float] === redis.info.stats.keyspace.hits -type: integer +type: long None [float] === redis.info.stats.keyspace.misses -type: integer +type: long None [float] === redis.info.stats.pubsub_channels -type: integer +type: long None [float] === redis.info.stats.pubsub_patterns -type: integer +type: long None [float] === redis.info.stats.latest_fork_usec -type: integer +type: long None [float] === redis.info.stats.migrate_cached_sockets -type: integer +type: long None @@ -2558,7 +2558,7 @@ System status metrics, like CPU and memory usage, that are collected from the op [float] === system.core.id -type: integer +type: long CPU Core number. @@ -3379,7 +3379,7 @@ The process state. For example: "running". [float] === system.process.pid -type: integer +type: long The process pid. @@ -3387,7 +3387,7 @@ The process pid. [float] === system.process.ppid -type: integer +type: long The process parent pid. @@ -3395,7 +3395,7 @@ The process parent pid. [float] === system.process.pgid -type: integer +type: long The process group id. @@ -4103,7 +4103,7 @@ Approximate size of ZooKeeper data. [float] === zookeeper.mntr.latency.avg -type: integer +type: long Average latency between ensemble hosts in milliseconds. @@ -4111,7 +4111,7 @@ Average latency between ensemble hosts in milliseconds. [float] === zookeeper.mntr.ephemerals_count -type: integer +type: long Number of ephemeral znodes. @@ -4119,7 +4119,7 @@ Number of ephemeral znodes. [float] === zookeeper.mntr.followers -type: integer +type: long Number of followers seen by the current host. @@ -4127,7 +4127,7 @@ Number of followers seen by the current host. [float] === zookeeper.mntr.max_file_descriptor_count -type: integer +type: long Maximum number of file descriptors allowed for the ZooKeeper process. @@ -4135,7 +4135,7 @@ Maximum number of file descriptors allowed for the ZooKeeper process. [float] === zookeeper.mntr.latency.max -type: integer +type: long Maximum latency in milliseconds. @@ -4143,7 +4143,7 @@ Maximum latency in milliseconds. [float] === zookeeper.mntr.latency.min -type: integer +type: long Minimum latency in milliseconds. @@ -4151,7 +4151,7 @@ Minimum latency in milliseconds. [float] === zookeeper.mntr.num_alive_connections -type: integer +type: long Number of connections to ZooKeeper that are currently alive. @@ -4159,7 +4159,7 @@ Number of connections to ZooKeeper that are currently alive. [float] === zookeeper.mntr.open_file_descriptor_count -type: integer +type: long Number of file descriptors open by the ZooKeeper process. @@ -4167,7 +4167,7 @@ Number of file descriptors open by the ZooKeeper process. [float] === zookeeper.mntr.outstanding_requests -type: integer +type: long Number of outstanding requests that need to be processed by the cluster. @@ -4175,7 +4175,7 @@ Number of outstanding requests that need to be processed by the cluster. [float] === zookeeper.mntr.packets.received -type: integer +type: long Number of ZooKeeper network packets received. @@ -4191,7 +4191,7 @@ Number of ZooKeeper network packets sent. [float] === zookeeper.mntr.pending_syncs -type: integer +type: long Number of pending syncs to carry out to ZooKeeper ensemble followers. @@ -4207,7 +4207,7 @@ Role in the ZooKeeper ensemble. [float] === zookeeper.mntr.synced_followers -type: integer +type: long Number of synced followers reported when a node server_state is leader. @@ -4223,7 +4223,7 @@ ZooKeeper version and build string reported. [float] === zookeeper.mntr.watch_count -type: integer +type: long Number of watches currently set on the local ZooKeeper process. @@ -4231,7 +4231,7 @@ Number of watches currently set on the local ZooKeeper process. [float] === zookeeper.mntr.znode_count -type: integer +type: long Number of znodes reported by the local ZooKeeper process. diff --git a/metricbeat/etc/fields.yml b/metricbeat/etc/fields.yml index 8986da613fc4..a67f3970c1af 100644 --- a/metricbeat/etc/fields.yml +++ b/metricbeat/etc/fields.yml @@ -49,31 +49,31 @@ description: > Apache hostname. - name: total_accesses - type: integer + type: long description: > Total number of access requests. - name: total_kbytes - type: integer + type: long description: > Total number of kilobytes served. - name: requests_per_sec - type: half_float + type: scaled_float description: > Requests per second. - name: bytes_per_sec - type: float + type: scaled_float description: > Bytes per second. - name: bytes_per_request - type: half_float + type: scaled_float description: > Bytes per request. - name: workers.busy - type: integer + type: long description: > Number of busy workers. - name: workers.idle - type: integer + type: long description: > Number of idle workers. - name: uptime @@ -82,11 +82,11 @@ Uptime stats. fields: - name: server_uptime - type: integer + type: long description: > Server uptime in seconds. - name: uptime - type: integer + type: long description: > Server uptime. - name: cpu @@ -120,19 +120,19 @@ Connection stats. fields: - name: total - type: integer + type: long description: > Total connections. - name: async.writing - type: integer + type: long description: > Async connection writing. - name: async.keep_alive - type: integer + type: long description: > Async keeped alive connections. - name: async.closing - type: integer + type: long description: > Async closed connections. - name: load @@ -141,15 +141,18 @@ Load averages. fields: - name: "1" - type: half_float + type: scaled_float + scaling_factor: 100 description: > Load average for the last minute. - name: "5" - type: half_float + type: scaled_float + scaling_factor: 100 description: > Load average for the last 5 minutes. - name: "15" - type: half_float + type: scaled_float + scaling_factor: 100 description: > Load average for the last 15 minutes. - name: scoreboard @@ -158,51 +161,51 @@ Scoreboard metrics. fields: - name: starting_up - type: integer + type: long description: > Starting up. - name: reading_request - type: integer + type: long description: > Reading requests. - name: sending_reply - type: integer + type: long description: > Sending Reply. - name: keepalive - type: integer + type: long description: > Keep alive. - name: dns_lookup - type: integer + type: long description: > Dns Lookups. - name: closing_connection - type: integer + type: long description: > Closing connections. - name: logging - type: integer + type: long description: > Logging - name: gracefully_finishing - type: integer + type: long description: > Gracefully finishing. - name: idle_cleanup - type: integer + type: long description: > Idle cleanups. - name: open_slot - type: integer + type: long description: > Open slots. - name: waiting_for_connection - type: integer + type: long description: > Waiting for connections. - name: total - type: integer + type: long description: > Total. - key: beats @@ -736,12 +739,12 @@ Aborted status fields. fields: - name: clients - type: integer + type: long description: > The number of connections that were aborted because the client died without closing the connection properly. - name: connects - type: integer + type: long description: > The number of failed attempts to connect to the MySQL server. @@ -750,11 +753,11 @@ description: > fields: - name: cache.disk_use - type: integer + type: long description: > - name: cache.use - type: integer + type: long description: > - name: bytes @@ -764,18 +767,18 @@ fields: - name: received format: bytes - type: integer + type: long description: > The number of bytes received from all clients. - name: sent - type: integer + type: long format: bytes description: > The number of bytes sent to all clients. - name: connections - type: integer + type: long description: > - name: created @@ -783,15 +786,15 @@ description: > fields: - name: tmp.disk_tables - type: integer + type: long description: > - name: tmp.files - type: integer + type: long description: > - name: tmp.tables - type: integer + type: long description: > - name: delayed @@ -799,23 +802,23 @@ description: > fields: - name: errors - type: integer + type: long description: > - name: insert_threads - type: integer + type: long description: > - name: writes - type: integer + type: long description: > - name: flush_commands - type: integer + type: long description: > - name: max_used_connections - type: integer + type: long description: > - name: open @@ -823,19 +826,19 @@ description: > fields: - name: files - type: integer + type: long description: > - name: streams - type: integer + type: long description: > - name: tables - type: integer + type: long description: > - name: opened_tables - type: integer + type: long description: > - key: nginx title: "Nginx" @@ -858,39 +861,39 @@ description: > Nginx hostname. - name: active - type: integer + type: long description: > The current number of active client connections including Waiting connections. - name: accepts - type: integer + type: long description: > The total number of accepted client connections. - name: handled - type: integer + type: long description: > The total number of handled client connections. - name: dropped - type: integer + type: long description: > The total number of dropped client connections. - name: requests - type: integer + type: long description: > The total number of client requests. - name: current - type: integer + type: long description: > The current number of client requests. - name: reading - type: integer + type: long description: > The current number of connections where Nginx is reading the request header. - name: writing - type: integer + type: long description: > The current number of connections where Nginx is writing the response back to the client. - name: waiting - type: integer + type: long description: > The current number of idle client connections waiting for a request. - key: postgresql @@ -920,7 +923,7 @@ description: > Name of the database this backend is connected to. - name: pid - type: integer + type: long description: > Process ID of this backend. - name: user.id @@ -940,7 +943,7 @@ description: > Host name of the connected client, as reported by a reverse DNS lookup of client_addr. - name: client.port - type: integer + type: long description: > TCP port number that the client is using for communication with this backend, or -1 if a Unix socket is used. @@ -969,7 +972,7 @@ - name: state description: > Current overall state of this backend. Possible values are: - + * active: The backend is executing a query. * idle: The backend is waiting for a new client command. * idle in transaction: The backend is in a transaction, but is not @@ -1156,22 +1159,22 @@ Redis client stats. fields: - name: connected - type: integer + type: long description: > Number of client connections (excluding connections from slaves). - name: longest_output_list - type: integer + type: long description: > Longest output list among current client connections. - name: biggest_input_buf - type: integer + type: long description: > Biggest input buffer among current client connections. - name: blocked - type: integer + type: long description: > Number of clients pending on a blocking call (BLPOP, BRPOP, BRPOPLPUSH). @@ -1191,22 +1194,22 @@ Redis CPU stats fields: - name: used.sys - type: half_float + type: scaled_float description: > System CPU consumed by the Redis server. - name: used.sys_children - type: half_float + type: scaled_float description: > User CPU consumed by the Redis server. - name: used.user - type: half_float + type: scaled_float description: > System CPU consumed by the background processes. - name: used.user_children - type: half_float + type: scaled_float description: > User CPU consumed by the background processes. @@ -1216,22 +1219,22 @@ Redis CPU stats. fields: - name: used.value - type: integer + type: long description: > Used memory. - name: used.rss - type: integer + type: long description: > Used memory rss. - name: used.peak - type: integer + type: long description: > Used memory peak. - name: used.lua - type: integer + type: long description: > Used memory lua. @@ -1250,7 +1253,7 @@ description: - name: rdb.changes_since_last_save - type: integer + type: long description: - name: rdb.bgsave_in_progress @@ -1258,7 +1261,7 @@ description: - name: rdb.last_save_time - type: integer + type: long description: - name: rdb.last_bgsave_status @@ -1266,11 +1269,11 @@ description: - name: rdb.last_bgsave_time_sec - type: integer + type: long description: - name: rdb.current_bgsave_time_sec - type: integer + type: long description: - name: aof.enabled @@ -1286,11 +1289,11 @@ description: - name: aof.last_rewrite_time_sec - type: integer + type: long description: - name: aof.current_rewrite_time_sec - type: integer + type: long description: - name: aof.last_bgrewrite_status @@ -1311,27 +1314,27 @@ description: - name: connected_slaves - type: integer + type: long description: - name: master_offset - type: integer + type: long description: - name: backlog.active - type: integer + type: long description: - name: backlog.size - type: integer + type: long description: - name: backlog.first_byte_offset - type: integer + type: long description: - name: backlog.histlen - type: integer + type: long description: - name: server @@ -1376,7 +1379,7 @@ description: - name: process_id - type: integer + type: long description: - name: run_id @@ -1384,19 +1387,19 @@ description: - name: tcp_port - type: integer + type: long description: - name: uptime - type: integer + type: long description: - name: hz - type: integer + type: long description: - name: lru_clock - type: integer + type: long description: - name: config_file @@ -1409,79 +1412,79 @@ Redis stats. fields: - name: connections.received - type: integer + type: long description: - name: connections.rejected - type: integer + type: long description: - name: total_commands_processed - type: integer + type: long description: - name: total_net_input_bytes - type: integer + type: long description: - name: total_net_output_bytes - type: integer + type: long description: - name: instantaneous_ops_per_sec - type: integer + type: long description: - name: instantaneous_input_kbps - type: float + type: scaled_float description: - name: instantaneous_output_kbps - type: float + type: scaled_float description: - name: sync.full - type: integer + type: long description: - name: sync.partial_ok - type: integer + type: long description: - name: sync.partial_err - type: integer + type: long description: - name: keys.expired - type: integer + type: long description: - name: keys.evicted - type: integer + type: long description: - name: keyspace.hits - type: integer + type: long description: - name: keyspace.misses - type: integer + type: long description: - name: pubsub_channels - type: integer + type: long description: - name: pubsub_patterns - type: integer + type: long description: - name: latest_fork_usec - type: integer + type: long description: - name: migrate_cached_sockets - type: integer + type: long description: - name: keyspace @@ -1523,7 +1526,7 @@ `system-core` contains local CPU core stats. fields: - name: id - type: integer + type: long description: > CPU Core number. @@ -2041,15 +2044,15 @@ description: > The process state. For example: "running". - name: pid - type: integer + type: long description: > The process pid. - name: ppid - type: integer + type: long description: > The process parent pid. - name: pgid - type: integer + type: long description: > The process group id. - name: cmdline @@ -2534,43 +2537,43 @@ description: > Approximate size of ZooKeeper data. - name: latency.avg - type: integer + type: long description: > Average latency between ensemble hosts in milliseconds. - name: ephemerals_count - type: integer + type: long description: > Number of ephemeral znodes. - name: followers - type: integer + type: long description: > Number of followers seen by the current host. - name: max_file_descriptor_count - type: integer + type: long description: > Maximum number of file descriptors allowed for the ZooKeeper process. - name: latency.max - type: integer + type: long description: > Maximum latency in milliseconds. - name: latency.min - type: integer + type: long description: > Minimum latency in milliseconds. - name: num_alive_connections - type: integer + type: long description: > Number of connections to ZooKeeper that are currently alive. - name: open_file_descriptor_count - type: integer + type: long description: > Number of file descriptors open by the ZooKeeper process. - name: outstanding_requests - type: integer + type: long description: > Number of outstanding requests that need to be processed by the cluster. - name: packets.received - type: integer + type: long description: > Number of ZooKeeper network packets received. - name: packets.sent @@ -2578,7 +2581,7 @@ description: > Number of ZooKeeper network packets sent. - name: pending_syncs - type: integer + type: long description: > Number of pending syncs to carry out to ZooKeeper ensemble followers. - name: server_state @@ -2586,7 +2589,7 @@ description: > Role in the ZooKeeper ensemble. - name: synced_followers - type: integer + type: long description: > Number of synced followers reported when a node server_state is leader. - name: version @@ -2594,11 +2597,11 @@ description: > ZooKeeper version and build string reported. - name: watch_count - type: integer + type: long description: > Number of watches currently set on the local ZooKeeper process. - name: znode_count - type: integer + type: long description: > Number of znodes reported by the local ZooKeeper process. diff --git a/metricbeat/metricbeat.template.json b/metricbeat/metricbeat.template.json index f80d398600bd..1e354df33286 100644 --- a/metricbeat/metricbeat.template.json +++ b/metricbeat/metricbeat.template.json @@ -25,10 +25,12 @@ "status": { "properties": { "bytes_per_request": { - "type": "half_float" + "scaling_factor": 1000, + "type": "scaled_float" }, "bytes_per_sec": { - "type": "float" + "scaling_factor": 1000, + "type": "scaled_float" }, "connections": { "properties": { @@ -81,18 +83,22 @@ "load": { "properties": { "1": { - "type": "half_float" + "scaling_factor": 100, + "type": "scaled_float" }, "15": { - "type": "half_float" + "scaling_factor": 100, + "type": "scaled_float" }, "5": { - "type": "half_float" + "scaling_factor": 100, + "type": "scaled_float" } } }, "requests_per_sec": { - "type": "half_float" + "scaling_factor": 1000, + "type": "scaled_float" }, "scoreboard": { "properties": { @@ -999,16 +1005,20 @@ "used": { "properties": { "sys": { - "type": "half_float" + "scaling_factor": 1000, + "type": "scaled_float" }, "sys_children": { - "type": "half_float" + "scaling_factor": 1000, + "type": "scaled_float" }, "user": { - "type": "half_float" + "scaling_factor": 1000, + "type": "scaled_float" }, "user_children": { - "type": "half_float" + "scaling_factor": 1000, + "type": "scaled_float" } } } @@ -1201,13 +1211,15 @@ } }, "instantaneous_input_kbps": { - "type": "float" + "scaling_factor": 1000, + "type": "scaled_float" }, "instantaneous_ops_per_sec": { "type": "long" }, "instantaneous_output_kbps": { - "type": "float" + "scaling_factor": 1000, + "type": "scaled_float" }, "keys": { "properties": { diff --git a/metricbeat/module/apache/status/_meta/data.json b/metricbeat/module/apache/status/_meta/data.json index b22d38c3b94b..0ca346c85f07 100644 --- a/metricbeat/module/apache/status/_meta/data.json +++ b/metricbeat/module/apache/status/_meta/data.json @@ -2,8 +2,8 @@ "@timestamp": "2016-05-23T08:05:34.853Z", "apache": { "status": { - "bytes_per_request": 916.211, - "bytes_per_sec": 10.921, + "bytes_per_request": 1024, + "bytes_per_sec": 3.39823, "connections": { "async": { "closing": 0, @@ -15,17 +15,17 @@ "cpu": { "children_system": 0, "children_user": 0, - "load": 0.0890841, - "system": 0.77, - "user": 0.65 + "load": 0.139381, + "system": 1.64, + "user": 2.14 }, "hostname": "apache", "load": { - "1": 1.53, - "15": 0.53, - "5": 0.92 + "1": 0.31, + "15": 0.19, + "5": 0.2 }, - "requests_per_sec": 0.0119197, + "requests_per_sec": 0.00331858, "scoreboard": { "closing_connection": 0, "dns_lookup": 0, @@ -40,11 +40,11 @@ "total": 400, "waiting_for_connection": 74 }, - "total_accesses": 19, - "total_kbytes": 17, + "total_accesses": 9, + "total_kbytes": 9, "uptime": { - "server_uptime": 1594, - "uptime": 1594 + "server_uptime": 2712, + "uptime": 2712 }, "workers": { "busy": 1, diff --git a/metricbeat/module/apache/status/_meta/fields.yml b/metricbeat/module/apache/status/_meta/fields.yml index 2e06e5a547f0..73bd546f148e 100644 --- a/metricbeat/module/apache/status/_meta/fields.yml +++ b/metricbeat/module/apache/status/_meta/fields.yml @@ -8,31 +8,31 @@ description: > Apache hostname. - name: total_accesses - type: integer + type: long description: > Total number of access requests. - name: total_kbytes - type: integer + type: long description: > Total number of kilobytes served. - name: requests_per_sec - type: half_float + type: scaled_float description: > Requests per second. - name: bytes_per_sec - type: float + type: scaled_float description: > Bytes per second. - name: bytes_per_request - type: half_float + type: scaled_float description: > Bytes per request. - name: workers.busy - type: integer + type: long description: > Number of busy workers. - name: workers.idle - type: integer + type: long description: > Number of idle workers. - name: uptime @@ -41,11 +41,11 @@ Uptime stats. fields: - name: server_uptime - type: integer + type: long description: > Server uptime in seconds. - name: uptime - type: integer + type: long description: > Server uptime. - name: cpu @@ -79,19 +79,19 @@ Connection stats. fields: - name: total - type: integer + type: long description: > Total connections. - name: async.writing - type: integer + type: long description: > Async connection writing. - name: async.keep_alive - type: integer + type: long description: > Async keeped alive connections. - name: async.closing - type: integer + type: long description: > Async closed connections. - name: load @@ -100,15 +100,18 @@ Load averages. fields: - name: "1" - type: half_float + type: scaled_float + scaling_factor: 100 description: > Load average for the last minute. - name: "5" - type: half_float + type: scaled_float + scaling_factor: 100 description: > Load average for the last 5 minutes. - name: "15" - type: half_float + type: scaled_float + scaling_factor: 100 description: > Load average for the last 15 minutes. - name: scoreboard @@ -117,50 +120,50 @@ Scoreboard metrics. fields: - name: starting_up - type: integer + type: long description: > Starting up. - name: reading_request - type: integer + type: long description: > Reading requests. - name: sending_reply - type: integer + type: long description: > Sending Reply. - name: keepalive - type: integer + type: long description: > Keep alive. - name: dns_lookup - type: integer + type: long description: > Dns Lookups. - name: closing_connection - type: integer + type: long description: > Closing connections. - name: logging - type: integer + type: long description: > Logging - name: gracefully_finishing - type: integer + type: long description: > Gracefully finishing. - name: idle_cleanup - type: integer + type: long description: > Idle cleanups. - name: open_slot - type: integer + type: long description: > Open slots. - name: waiting_for_connection - type: integer + type: long description: > Waiting for connections. - name: total - type: integer + type: long description: > Total. diff --git a/metricbeat/module/mongodb/status/_meta/data.json b/metricbeat/module/mongodb/status/_meta/data.json index 498d14e64bb0..561ff77e7f9d 100644 --- a/metricbeat/module/mongodb/status/_meta/data.json +++ b/metricbeat/module/mongodb/status/_meta/data.json @@ -21,27 +21,27 @@ }, "background_flushing": { "average": { - "ms": 0 + "ms": 16 }, - "flushes": 0, + "flushes": 44, "last": { - "ms": 0 + "ms": 6 }, - "last_finished": "1970-01-01T00:00:00.000Z", + "last_finished": "2016-09-01T09:11:23.067Z", "total": { - "ms": 0 + "ms": 716 } }, "connections": { - "available": 838858, - "current": 2, - "total_created": 2 + "available": 838859, + "current": 1, + "total_created": 10 }, "extra_info": { "heap_usage": { - "bytes": 62906976 + "bytes": 62895448 }, - "page_faults": 8 + "page_faults": 52 }, "journaling": { "commits": 30, @@ -59,7 +59,7 @@ "ms": 0 }, "dt": { - "ms": 3096 + "ms": 3092 }, "prep_log_buffer": { "ms": 0 @@ -78,7 +78,7 @@ "mb": 0 } }, - "local_time": "2016-08-19T10:01:41.565Z", + "local_time": "2016-09-01T09:12:11.462Z", "memory": { "bits": 64, "mapped": { @@ -88,7 +88,7 @@ "mb": 160 }, "resident": { - "mb": 57 + "mb": 60 }, "virtual": { "mb": 356 @@ -96,15 +96,15 @@ }, "network": { "in": { - "bytes": 402 + "bytes": 2258 }, "out": { - "bytes": 10657 + "bytes": 93288 }, - "requests": 7 + "requests": 39 }, "opcounters": { - "command": 8, + "command": 40, "delete": 0, "getmore": 0, "insert": 0, @@ -123,7 +123,7 @@ "name": "mmapv1" }, "uptime": { - "ms": 24689 + "ms": 2714568 }, "version": "3.0.12", "write_backs_queued": false diff --git a/metricbeat/module/mysql/status/_meta/data.json b/metricbeat/module/mysql/status/_meta/data.json index 3e2b9baa0add..b1dbb2ad118b 100644 --- a/metricbeat/module/mysql/status/_meta/data.json +++ b/metricbeat/module/mysql/status/_meta/data.json @@ -14,7 +14,7 @@ "status": { "aborted": { "clients": 13, - "connects": 11 + "connects": 4 }, "binlog": { "cache": { @@ -23,10 +23,10 @@ } }, "bytes": { - "received": 2280, - "sent": 140556 + "received": 2100, + "sent": 91334 }, - "connections": 28, + "connections": 21, "created": { "tmp": { "disk_tables": 0, @@ -44,9 +44,9 @@ "open": { "files": 14, "streams": 0, - "tables": 110 + "tables": 105 }, - "opened_tables": 117 + "opened_tables": 112 } }, "type": "metricsets" diff --git a/metricbeat/module/mysql/status/_meta/fields.yml b/metricbeat/module/mysql/status/_meta/fields.yml index 4868449ecf08..ff4ba5db2d00 100644 --- a/metricbeat/module/mysql/status/_meta/fields.yml +++ b/metricbeat/module/mysql/status/_meta/fields.yml @@ -9,12 +9,12 @@ Aborted status fields. fields: - name: clients - type: integer + type: long description: > The number of connections that were aborted because the client died without closing the connection properly. - name: connects - type: integer + type: long description: > The number of failed attempts to connect to the MySQL server. @@ -23,11 +23,11 @@ description: > fields: - name: cache.disk_use - type: integer + type: long description: > - name: cache.use - type: integer + type: long description: > - name: bytes @@ -37,18 +37,18 @@ fields: - name: received format: bytes - type: integer + type: long description: > The number of bytes received from all clients. - name: sent - type: integer + type: long format: bytes description: > The number of bytes sent to all clients. - name: connections - type: integer + type: long description: > - name: created @@ -56,15 +56,15 @@ description: > fields: - name: tmp.disk_tables - type: integer + type: long description: > - name: tmp.files - type: integer + type: long description: > - name: tmp.tables - type: integer + type: long description: > - name: delayed @@ -72,23 +72,23 @@ description: > fields: - name: errors - type: integer + type: long description: > - name: insert_threads - type: integer + type: long description: > - name: writes - type: integer + type: long description: > - name: flush_commands - type: integer + type: long description: > - name: max_used_connections - type: integer + type: long description: > - name: open @@ -96,17 +96,17 @@ description: > fields: - name: files - type: integer + type: long description: > - name: streams - type: integer + type: long description: > - name: tables - type: integer + type: long description: > - name: opened_tables - type: integer + type: long description: > diff --git a/metricbeat/module/nginx/stubstatus/_meta/data.json b/metricbeat/module/nginx/stubstatus/_meta/data.json index c16ca4c9f4c4..b0b7ef1dbf0c 100644 --- a/metricbeat/module/nginx/stubstatus/_meta/data.json +++ b/metricbeat/module/nginx/stubstatus/_meta/data.json @@ -12,14 +12,14 @@ }, "nginx": { "stubstatus": { - "accepts": 19, + "accepts": 10, "active": 1, - "current": 14, + "current": 10, "dropped": 0, - "handled": 19, + "handled": 10, "hostname": "nginx", "reading": 0, - "requests": 14, + "requests": 10, "waiting": 0, "writing": 1 } diff --git a/metricbeat/module/nginx/stubstatus/_meta/fields.yml b/metricbeat/module/nginx/stubstatus/_meta/fields.yml index 5262d96451a8..f6e2c1877bfb 100644 --- a/metricbeat/module/nginx/stubstatus/_meta/fields.yml +++ b/metricbeat/module/nginx/stubstatus/_meta/fields.yml @@ -8,38 +8,38 @@ description: > Nginx hostname. - name: active - type: integer + type: long description: > The current number of active client connections including Waiting connections. - name: accepts - type: integer + type: long description: > The total number of accepted client connections. - name: handled - type: integer + type: long description: > The total number of handled client connections. - name: dropped - type: integer + type: long description: > The total number of dropped client connections. - name: requests - type: integer + type: long description: > The total number of client requests. - name: current - type: integer + type: long description: > The current number of client requests. - name: reading - type: integer + type: long description: > The current number of connections where Nginx is reading the request header. - name: writing - type: integer + type: long description: > The current number of connections where Nginx is writing the response back to the client. - name: waiting - type: integer + type: long description: > The current number of idle client connections waiting for a request. diff --git a/metricbeat/module/postgresql/activity/_meta/data.json b/metricbeat/module/postgresql/activity/_meta/data.json index 8cd16c7f9123..024f99ca851e 100644 --- a/metricbeat/module/postgresql/activity/_meta/data.json +++ b/metricbeat/module/postgresql/activity/_meta/data.json @@ -13,22 +13,22 @@ "postgresql": { "activity": { "application_name": "", - "backend_start": "2016-08-12T11:59:18.564Z", + "backend_start": "2016-09-01T09:12:14.255Z", "client": { - "address": "172.17.0.21", + "address": "172.17.0.12", "hostname": "", - "port": 48020 + "port": 39552 }, "database": { "name": "postgres", "oid": 12379 }, - "pid": 104, + "pid": 156, "query": "SELECT * FROM pg_stat_activity", - "query_start": "2016-08-12T11:59:18.565Z", + "query_start": "2016-09-01T09:12:14.257Z", "state": "active", - "state_change": "2016-08-12T11:59:18.565Z", - "transaction_start": "2016-08-12T11:59:18.565Z", + "state_change": "2016-09-01T09:12:14.257Z", + "transaction_start": "2016-09-01T09:12:14.257Z", "user": { "id": 10, "name": "postgres" diff --git a/metricbeat/module/postgresql/activity/_meta/fields.yml b/metricbeat/module/postgresql/activity/_meta/fields.yml index 6c98d6d7e187..80fd2838392b 100644 --- a/metricbeat/module/postgresql/activity/_meta/fields.yml +++ b/metricbeat/module/postgresql/activity/_meta/fields.yml @@ -14,7 +14,7 @@ description: > Name of the database this backend is connected to. - name: pid - type: integer + type: long description: > Process ID of this backend. - name: user.id @@ -34,7 +34,7 @@ description: > Host name of the connected client, as reported by a reverse DNS lookup of client_addr. - name: client.port - type: integer + type: long description: > TCP port number that the client is using for communication with this backend, or -1 if a Unix socket is used. @@ -63,7 +63,7 @@ - name: state description: > Current overall state of this backend. Possible values are: - + * active: The backend is executing a query. * idle: The backend is waiting for a new client command. * idle in transaction: The backend is in a transaction, but is not diff --git a/metricbeat/module/postgresql/bgwriter/_meta/data.json b/metricbeat/module/postgresql/bgwriter/_meta/data.json index 1973363673cd..5c528f5a8f09 100644 --- a/metricbeat/module/postgresql/bgwriter/_meta/data.json +++ b/metricbeat/module/postgresql/bgwriter/_meta/data.json @@ -13,7 +13,7 @@ "postgresql": { "bgwriter": { "buffers": { - "allocated": 178, + "allocated": 191, "backend": 0, "backend_fsync": 0, "checkpoints": 0, @@ -22,7 +22,7 @@ }, "checkpoints": { "requested": 0, - "scheduled": 0, + "scheduled": 8, "times": { "sync": { "ms": 0 @@ -32,7 +32,7 @@ } } }, - "stats_reset": "2016-08-19T10:01:23.374Z" + "stats_reset": "2016-09-01T08:27:15.963Z" } }, "type": "metricsets" diff --git a/metricbeat/module/postgresql/database/_meta/data.json b/metricbeat/module/postgresql/database/_meta/data.json index a31132306fc5..b4ac2179da1d 100644 --- a/metricbeat/module/postgresql/database/_meta/data.json +++ b/metricbeat/module/postgresql/database/_meta/data.json @@ -1,19 +1,50 @@ { - "@timestamp":"2016-05-23T08:05:34.853Z", - "beat":{ - "hostname":"beathost", - "name":"beathost" + "@timestamp": "2016-05-23T08:05:34.853Z", + "beat": { + "hostname": "host.example.com", + "name": "host.example.com" }, - "metricset":{ - "host":"localhost", - "module":"mysql", - "name":"status", - "rtt":44269 + "metricset": { + "host": "localhost", + "module": "postgresql", + "name": "database", + "rtt": 115 }, - "postgresql":{ - "database":{ - "example": "database" + "postgresql": { + "database": { + "blocks": { + "hit": 0, + "read": 0, + "time": { + "read": { + "ms": 0 + }, + "write": { + "ms": 0 + } + } + }, + "conflicts": 0, + "deadlocks": 0, + "name": "template1", + "number_of_backends": 0, + "oid": 1, + "rows": { + "deleted": 0, + "fetched": 0, + "inserted": 0, + "returned": 0, + "updated": 0 + }, + "temporary": { + "bytes": 0, + "files": 0 + }, + "transactions": { + "commit": 0, + "rollback": 0 + } } }, - "type":"metricsets" -} + "type": "metricsets" +} \ No newline at end of file diff --git a/metricbeat/module/redis/info/_meta/data.json b/metricbeat/module/redis/info/_meta/data.json index 7850dd87e03b..b2a3bc4f94c1 100644 --- a/metricbeat/module/redis/info/_meta/data.json +++ b/metricbeat/module/redis/info/_meta/data.json @@ -23,9 +23,9 @@ }, "cpu": { "used": { - "sys": 0.45, + "sys": 2.41, "sys_children": 0, - "user": 0.54, + "user": 2.71, "user_children": 0 } }, @@ -33,9 +33,9 @@ "allocator": "jemalloc-4.0.3", "used": { "lua": 37888, - "peak": 1010736, - "rss": 9531392, - "value": 886048 + "peak": 1007704, + "rss": 3956736, + "value": 883032 } }, "persistence": { @@ -55,7 +55,7 @@ "current_bgsave_time_sec": -1, "last_bgsave_status": "ok", "last_bgsave_time_sec": -1, - "last_save_time": 1470133208 + "last_save_time": 1472718414 } }, "replication": { @@ -71,20 +71,20 @@ }, "server": { "arch_bits": "64", - "build_id": "5382f69a4e75566b", + "build_id": "7aa1aa9b12040006", "config_file": "", "gcc_version": "4.9.2", "git_dirty": "0", "git_sha1": "00000000", "hz": 10, - "lru_clock": 10515904, + "lru_clock": 13103343, "mode": "standalone", "multiplexing_api": "epoll", - "os": "Linux 4.4.15-moby x86_64", + "os": "Linux 4.4.19-moby x86_64", "process_id": 1, - "run_id": "6ed624659e20543f023669f6f117db8a7a1be908", + "run_id": "f1cee1757f72a57ea07b3df70daf682343b98f06", "tcp_port": 6379, - "uptime": 488, + "uptime": 2721, "version": "3.2.3" }, "stats": { @@ -114,9 +114,9 @@ }, "total_commands_processed": 49, "total_net_input_bytes": 1702, - "total_net_output_bytes": 28477 + "total_net_output_bytes": 28475 } } }, "type": "metricsets" -} +} \ No newline at end of file diff --git a/metricbeat/module/redis/info/_meta/fields.yml b/metricbeat/module/redis/info/_meta/fields.yml index fb25b0f43aac..8ebfb3675fb8 100644 --- a/metricbeat/module/redis/info/_meta/fields.yml +++ b/metricbeat/module/redis/info/_meta/fields.yml @@ -9,22 +9,22 @@ Redis client stats. fields: - name: connected - type: integer + type: long description: > Number of client connections (excluding connections from slaves). - name: longest_output_list - type: integer + type: long description: > Longest output list among current client connections. - name: biggest_input_buf - type: integer + type: long description: > Biggest input buffer among current client connections. - name: blocked - type: integer + type: long description: > Number of clients pending on a blocking call (BLPOP, BRPOP, BRPOPLPUSH). @@ -44,22 +44,22 @@ Redis CPU stats fields: - name: used.sys - type: half_float + type: scaled_float description: > System CPU consumed by the Redis server. - name: used.sys_children - type: half_float + type: scaled_float description: > User CPU consumed by the Redis server. - name: used.user - type: half_float + type: scaled_float description: > System CPU consumed by the background processes. - name: used.user_children - type: half_float + type: scaled_float description: > User CPU consumed by the background processes. @@ -69,22 +69,22 @@ Redis CPU stats. fields: - name: used.value - type: integer + type: long description: > Used memory. - name: used.rss - type: integer + type: long description: > Used memory rss. - name: used.peak - type: integer + type: long description: > Used memory peak. - name: used.lua - type: integer + type: long description: > Used memory lua. @@ -103,7 +103,7 @@ description: - name: rdb.changes_since_last_save - type: integer + type: long description: - name: rdb.bgsave_in_progress @@ -111,7 +111,7 @@ description: - name: rdb.last_save_time - type: integer + type: long description: - name: rdb.last_bgsave_status @@ -119,11 +119,11 @@ description: - name: rdb.last_bgsave_time_sec - type: integer + type: long description: - name: rdb.current_bgsave_time_sec - type: integer + type: long description: - name: aof.enabled @@ -139,11 +139,11 @@ description: - name: aof.last_rewrite_time_sec - type: integer + type: long description: - name: aof.current_rewrite_time_sec - type: integer + type: long description: - name: aof.last_bgrewrite_status @@ -164,27 +164,27 @@ description: - name: connected_slaves - type: integer + type: long description: - name: master_offset - type: integer + type: long description: - name: backlog.active - type: integer + type: long description: - name: backlog.size - type: integer + type: long description: - name: backlog.first_byte_offset - type: integer + type: long description: - name: backlog.histlen - type: integer + type: long description: - name: server @@ -229,7 +229,7 @@ description: - name: process_id - type: integer + type: long description: - name: run_id @@ -237,19 +237,19 @@ description: - name: tcp_port - type: integer + type: long description: - name: uptime - type: integer + type: long description: - name: hz - type: integer + type: long description: - name: lru_clock - type: integer + type: long description: - name: config_file @@ -262,78 +262,78 @@ Redis stats. fields: - name: connections.received - type: integer + type: long description: - name: connections.rejected - type: integer + type: long description: - name: total_commands_processed - type: integer + type: long description: - name: total_net_input_bytes - type: integer + type: long description: - name: total_net_output_bytes - type: integer + type: long description: - name: instantaneous_ops_per_sec - type: integer + type: long description: - name: instantaneous_input_kbps - type: float + type: scaled_float description: - name: instantaneous_output_kbps - type: float + type: scaled_float description: - name: sync.full - type: integer + type: long description: - name: sync.partial_ok - type: integer + type: long description: - name: sync.partial_err - type: integer + type: long description: - name: keys.expired - type: integer + type: long description: - name: keys.evicted - type: integer + type: long description: - name: keyspace.hits - type: integer + type: long description: - name: keyspace.misses - type: integer + type: long description: - name: pubsub_channels - type: integer + type: long description: - name: pubsub_patterns - type: integer + type: long description: - name: latest_fork_usec - type: integer + type: long description: - name: migrate_cached_sockets - type: integer + type: long description: diff --git a/metricbeat/module/system/core/_meta/fields.yml b/metricbeat/module/system/core/_meta/fields.yml index 1a472e14c951..00b90419156a 100644 --- a/metricbeat/module/system/core/_meta/fields.yml +++ b/metricbeat/module/system/core/_meta/fields.yml @@ -4,7 +4,7 @@ `system-core` contains local CPU core stats. fields: - name: id - type: integer + type: long description: > CPU Core number. diff --git a/metricbeat/module/system/process/_meta/fields.yml b/metricbeat/module/system/process/_meta/fields.yml index 0a1791a40e86..5d04462827ee 100644 --- a/metricbeat/module/system/process/_meta/fields.yml +++ b/metricbeat/module/system/process/_meta/fields.yml @@ -12,15 +12,15 @@ description: > The process state. For example: "running". - name: pid - type: integer + type: long description: > The process pid. - name: ppid - type: integer + type: long description: > The process parent pid. - name: pgid - type: integer + type: long description: > The process group id. - name: cmdline diff --git a/metricbeat/module/zookeeper/mntr/_meta/data.json b/metricbeat/module/zookeeper/mntr/_meta/data.json index 790eff6ece4a..be5d960c7ed5 100644 --- a/metricbeat/module/zookeeper/mntr/_meta/data.json +++ b/metricbeat/module/zookeeper/mntr/_meta/data.json @@ -23,8 +23,8 @@ "num_alive_connections": 1, "outstanding_requests": 0, "packets": { - "received": 14, - "sent": 13 + "received": 10, + "sent": 9 }, "server_state": "standalone", "version": "3.4.8--1, built on 02/06/2016 03:18 GMT", diff --git a/metricbeat/module/zookeeper/mntr/_meta/fields.yml b/metricbeat/module/zookeeper/mntr/_meta/fields.yml index c9083e8c9e5b..8f3cb6e1b63f 100644 --- a/metricbeat/module/zookeeper/mntr/_meta/fields.yml +++ b/metricbeat/module/zookeeper/mntr/_meta/fields.yml @@ -13,43 +13,43 @@ description: > Approximate size of ZooKeeper data. - name: latency.avg - type: integer + type: long description: > Average latency between ensemble hosts in milliseconds. - name: ephemerals_count - type: integer + type: long description: > Number of ephemeral znodes. - name: followers - type: integer + type: long description: > Number of followers seen by the current host. - name: max_file_descriptor_count - type: integer + type: long description: > Maximum number of file descriptors allowed for the ZooKeeper process. - name: latency.max - type: integer + type: long description: > Maximum latency in milliseconds. - name: latency.min - type: integer + type: long description: > Minimum latency in milliseconds. - name: num_alive_connections - type: integer + type: long description: > Number of connections to ZooKeeper that are currently alive. - name: open_file_descriptor_count - type: integer + type: long description: > Number of file descriptors open by the ZooKeeper process. - name: outstanding_requests - type: integer + type: long description: > Number of outstanding requests that need to be processed by the cluster. - name: packets.received - type: integer + type: long description: > Number of ZooKeeper network packets received. - name: packets.sent @@ -57,7 +57,7 @@ description: > Number of ZooKeeper network packets sent. - name: pending_syncs - type: integer + type: long description: > Number of pending syncs to carry out to ZooKeeper ensemble followers. - name: server_state @@ -65,7 +65,7 @@ description: > Role in the ZooKeeper ensemble. - name: synced_followers - type: integer + type: long description: > Number of synced followers reported when a node server_state is leader. - name: version @@ -73,10 +73,10 @@ description: > ZooKeeper version and build string reported. - name: watch_count - type: integer + type: long description: > Number of watches currently set on the local ZooKeeper process. - name: znode_count - type: integer + type: long description: > Number of znodes reported by the local ZooKeeper process. diff --git a/packetbeat/docs/fields.asciidoc b/packetbeat/docs/fields.asciidoc index 16ccb30bdaff..0ea50f87782c 100644 --- a/packetbeat/docs/fields.asciidoc +++ b/packetbeat/docs/fields.asciidoc @@ -42,7 +42,7 @@ AMQP specific event fields. [float] === amqp.reply-code -type: integer +type: long example: 404 @@ -60,7 +60,7 @@ Text explaining the error. [float] === amqp.class-id -type: integer +type: long Failing method class. @@ -68,7 +68,7 @@ Failing method class. [float] === amqp.method-id -type: integer +type: long Failing method ID. @@ -140,7 +140,7 @@ Identifier for the consumer, valid within the current channel. [float] === amqp.delivery-tag -type: integer +type: long The server-assigned and channel-specific delivery tag. @@ -148,7 +148,7 @@ The server-assigned and channel-specific delivery tag. [float] === amqp.message-count -type: integer +type: long The number of messages in the queue, which will be zero for newly-declared queues. @@ -156,7 +156,7 @@ The number of messages in the queue, which will be zero for newly-declared queue [float] === amqp.consumer-count -type: integer +type: long The number of consumers of a queue. @@ -286,7 +286,7 @@ Non-persistent (1) or persistent (2). [float] === amqp.priority -type: integer +type: long Message priority, 0 to 9. @@ -429,7 +429,7 @@ Cassandra request headers. [float] === cassandra.request.headers.version -type: integer +type: long The version of the protocol. @@ -457,7 +457,7 @@ An operation type that distinguishes the actual message. [float] === cassandra.request.headers.length -type: integer +type: long A integer representing the length of the body of the frame (a frame is limited to 256MB in length). @@ -483,7 +483,7 @@ Cassandra response headers, the structure is as same as request's header. [float] === cassandra.response.headers.version -type: integer +type: long The version of the protocol. @@ -511,7 +511,7 @@ An operation type that distinguishes the actual message. [float] === cassandra.response.headers.length -type: integer +type: long A integer representing the length of the body of the frame (a frame is limited to 256MB in length). @@ -537,7 +537,7 @@ Details about the rows. [float] === cassandra.response.result.rows.num_rows -type: integer +type: long Representing the number of rows present in this result. @@ -571,14 +571,14 @@ Provides information on the formatting of the remaining information. [float] === cassandra.response.result.rows.meta.col_count -type: integer +type: long Representing the number of columns selected by the query that produced this result. [float] === cassandra.response.result.rows.meta.pkey_columns -type: integer +type: long Representing the PK columns index and counts. @@ -694,14 +694,14 @@ Provides information on the formatting of the remaining information. [float] === cassandra.response.result.prepared.req_meta.col_count -type: integer +type: long Representing the number of columns selected by the query that produced this result. [float] === cassandra.response.result.prepared.req_meta.pkey_columns -type: integer +type: long Representing the PK columns index and counts. @@ -742,14 +742,14 @@ Provides information on the formatting of the remaining information. [float] === cassandra.response.result.prepared.resp_meta.col_count -type: integer +type: long Representing the number of columns selected by the query that produced this result. [float] === cassandra.response.result.prepared.resp_meta.pkey_columns -type: integer +type: long Representing the PK columns index and counts. @@ -885,7 +885,7 @@ Indicates an error processing a request. The body of the message will be an err [float] === cassandra.response.error.code -type: integer +type: long The error code of the Cassandra response. @@ -919,28 +919,28 @@ Representing the consistency level of the query that triggered the exception. [float] === cassandra.response.error.details.required -type: integer +type: long Representing the number of nodes that should be alive to respect consistency level. [float] === cassandra.response.error.details.alive -type: integer +type: long Representing the number of replicas that were known to be alive when the request had been processed (since an unavailable exception has been triggered). [float] === cassandra.response.error.details.received -type: integer +type: long Representing the number of nodes having acknowledged the request. [float] === cassandra.response.error.details.blockfor -type: integer +type: long Representing the number of replicas whose acknowledgement is required to achieve consistency level. @@ -1118,7 +1118,7 @@ DNS-specific event fields. [float] === dns.id -type: integer +type: long The DNS packet identifier assigned by the program that generated the query. The identifier is copied to the response. @@ -1218,7 +1218,7 @@ The effective top-level domain (eTLD) plus one more label. For example, the eTLD [float] === dns.answers_count -type: integer +type: long The number of resource records contained in the `dns.answers` field. @@ -1247,7 +1247,7 @@ The class of DNS data contained in this resource record. [float] === dns.answers.ttl -type: integer +type: long The time interval in seconds that this resource record may be cached before it should be discarded. Zero values mean that the data should not be cached. @@ -1269,7 +1269,7 @@ An array containing a dictionary for each authority section from the answer. [float] === dns.authorities_count -type: integer +type: long The number of resource records contained in the `dns.authorities` field. The `dns.authorities` field may or may not be included depending on the configuration of Packetbeat. @@ -1306,7 +1306,7 @@ An array containing a dictionary about each answer section returned by the serve [float] === dns.answers.ttl -type: integer +type: long The time interval in seconds that this resource record may be cached before it should be discarded. Zero values mean that the data should not be cached. @@ -1328,7 +1328,7 @@ An array containing a dictionary for each additional section from the answer. [float] === dns.additionals_count -type: integer +type: long The number of resource records contained in the `dns.additionals` field. The `dns.additionals` field may or may not be included depending on the configuration of Packetbeat. @@ -1357,7 +1357,7 @@ The class of DNS data contained in this resource record. [float] === dns.additionals.ttl -type: integer +type: long The time interval in seconds that this resource record may be cached before it should be discarded. Zero values mean that the data should not be cached. @@ -1392,7 +1392,7 @@ Extended response code field. [float] === dns.opt.udp_size -type: integer +type: long Requestor's UDP payload size (in bytes). @@ -1802,14 +1802,14 @@ A human readable form of the request. [float] === icmp.request.type -type: integer +type: long The request type. [float] === icmp.request.code -type: integer +type: long The request code. @@ -1823,14 +1823,14 @@ A human readable form of the response. [float] === icmp.response.type -type: integer +type: long The response type. [float] === icmp.response.code -type: integer +type: long The response code. @@ -1916,7 +1916,7 @@ The binary protocol message opcode name. [float] === memcache.request.opcode_value -type: integer +type: long The binary protocol message opcode value. @@ -1924,7 +1924,7 @@ The binary protocol message opcode value. [float] === memcache.response.opcode_value -type: integer +type: long The binary protocol message opcode value. @@ -1932,7 +1932,7 @@ The binary protocol message opcode value. [float] === memcache.request.opaque -type: integer +type: long The binary protocol opaque header value used for correlating request with response messages. @@ -1940,7 +1940,7 @@ The binary protocol opaque header value used for correlating request with respon [float] === memcache.response.opaque -type: integer +type: long The binary protocol opaque header value used for correlating request with response messages. @@ -1948,7 +1948,7 @@ The binary protocol opaque header value used for correlating request with respon [float] === memcache.request.vbucket -type: integer +type: long The vbucket index sent in the binary message. @@ -1964,7 +1964,7 @@ The textual representation of the response error code (binary protocol only). [float] === memcache.response.status_code -type: integer +type: long The status code value returned in the response (binary protocol only). @@ -1988,7 +1988,7 @@ The list of keys returned for the load command (if present). [float] === memcache.request.count_values -type: integer +type: long The number of values found in the memcache request message. If the command does not send any data, this field is missing. @@ -1996,7 +1996,7 @@ The number of values found in the memcache request message. If the command does [float] === memcache.response.count_values -type: integer +type: long The number of values found in the memcache response message. If the command does not send any data, this field is missing. @@ -2040,7 +2040,7 @@ The byte count of the values being transfered. [float] === memcache.request.delta -type: integer +type: long The counter increment/decrement delta value. @@ -2048,7 +2048,7 @@ The counter increment/decrement delta value. [float] === memcache.request.initial -type: integer +type: long The counter increment/decrement initial value parameter (binary protocol only). @@ -2056,7 +2056,7 @@ The counter increment/decrement initial value parameter (binary protocol only). [float] === memcache.request.verbosity -type: integer +type: long The value of the memcache "verbosity" command. @@ -2072,7 +2072,7 @@ The text protocol raw arguments for the "stats ..." and "lru crawl ..." commands [float] === memcache.request.source_class -type: integer +type: long The source class id in 'slab reassign' command. @@ -2080,7 +2080,7 @@ The source class id in 'slab reassign' command. [float] === memcache.request.dest_class -type: integer +type: long The destination class id in 'slab reassign' command. @@ -2112,7 +2112,7 @@ The memcache message flags sent in the response (if present). [float] === memcache.request.exptime -type: integer +type: long The data expiry time in seconds sent with the memcache command (if present). If the value is <30 days, the expiry time is relative to "now", or else it is an absolute Unix time in seconds (32-bit). @@ -2204,7 +2204,7 @@ The full collection name. The full collection name is the concatenation of the d [float] === mongodb.numberToSkip -type: integer +type: long Sets the number of documents to omit - starting from the first document in the resulting dataset - when returning the result of the query. @@ -2212,7 +2212,7 @@ Sets the number of documents to omit - starting from the first document in the r [float] === mongodb.numberToReturn -type: integer +type: long The requested maximum number of documents to be returned. @@ -2220,7 +2220,7 @@ The requested maximum number of documents to be returned. [float] === mongodb.numberReturned -type: integer +type: long The number of documents in the reply. @@ -2275,14 +2275,14 @@ RPC message transaction identifier. [float] === rpc.call_size -type: integer +type: long RPC call size with argument. [float] === rpc.reply_size -type: integer +type: long RPC reply size with argument. @@ -2311,14 +2311,14 @@ RPC authentication flavor. [float] === rpc.cred.uid -type: integer +type: long RPC caller's user id, in case of auth-unix. [float] === rpc.cred.gid -type: integer +type: long RPC caller's group id, in case of auth-unix. @@ -2330,7 +2330,7 @@ RPC caller's secondary group ids, in case of auth-unix. [float] === rpc.cred.stamp -type: integer +type: long Arbitrary ID which the caller machine may generate. @@ -2358,7 +2358,7 @@ If the MySQL query returns an error, this field is set to true. [float] === mysql.affected_rows -type: integer +type: long If the MySQL command is successful, this field contains the affected number of rows of the last statement. @@ -2390,7 +2390,7 @@ The row mysql query as read from the transaction's request. [float] === mysql.error_code -type: integer +type: long The error code returned by MySQL. @@ -2411,14 +2411,14 @@ NFS v4/3 specific event fields. [float] === nfs.version -type: integer +type: long NFS protocol version number. [float] === nfs.minor_version -type: integer +type: long NFS protocol minor version number. @@ -2463,7 +2463,7 @@ If the PgSQL query returns an error, this field is set to true. [float] === pgsql.error_code -type: integer +type: long The PostgreSQL error code. diff --git a/packetbeat/etc/fields.yml b/packetbeat/etc/fields.yml index 799fce4aa489..c84ad09ca71a 100644 --- a/packetbeat/etc/fields.yml +++ b/packetbeat/etc/fields.yml @@ -394,11 +394,11 @@ description: A human readable form of the request. - name: request.type - type: integer + type: long description: The request type. - name: request.code - type: integer + type: long description: The request code. - name: response.message @@ -406,11 +406,11 @@ description: A human readable form of the response. - name: response.type - type: integer + type: long description: The response type. - name: response.code - type: integer + type: long description: The response code. - key: dns @@ -421,7 +421,7 @@ type: group fields: - name: id - type: integer + type: long description: > The DNS packet identifier assigned by the program that generated the query. The identifier is copied to the response. @@ -498,7 +498,7 @@ example: amazon.co.uk. - name: answers_count - type: integer + type: long description: > The number of resource records contained in the `dns.answers` field. @@ -519,7 +519,7 @@ The time interval in seconds that this resource record may be cached before it should be discarded. Zero values mean that the data should not be cached. - type: integer + type: long - name: answers.data description: > @@ -533,7 +533,7 @@ answer. - name: authorities_count - type: integer + type: long description: > The number of resource records contained in the `dns.authorities` field. The `dns.authorities` field may or may not be included depending on the @@ -562,7 +562,7 @@ The time interval in seconds that this resource record may be cached before it should be discarded. Zero values mean that the data should not be cached. - type: integer + type: long - name: answers.data description: > @@ -576,7 +576,7 @@ answer. - name: additionals_count - type: integer + type: long description: > The number of resource records contained in the `dns.additionals` field. The `dns.additionals` field may or may not be included depending on the @@ -599,7 +599,7 @@ The time interval in seconds that this resource record may be cached before it should be discarded. Zero values mean that the data should not be cached. - type: integer + type: long - name: additionals.data description: > @@ -619,7 +619,7 @@ example: "BADVERS" - name: opt.udp_size - type: integer + type: long description: Requestor's UDP payload size (in bytes). - key: amqp @@ -630,7 +630,7 @@ type: group fields: - name: reply-code - type: integer + type: long description: > AMQP reply code to an error, similar to http reply-code example: 404 @@ -641,12 +641,12 @@ Text explaining the error. - name: class-id - type: integer + type: long description: > Failing method class. - name: method-id - type: integer + type: long description: > Failing method ID. @@ -691,18 +691,18 @@ Identifier for the consumer, valid within the current channel. - name: delivery-tag - type: integer + type: long description: > The server-assigned and channel-specific delivery tag. - name: message-count - type: integer + type: long description: > The number of messages in the queue, which will be zero for newly-declared queues. - name: consumer-count - type: integer + type: long description: > The number of consumers of a queue. @@ -787,7 +787,7 @@ Non-persistent (1) or persistent (2). - name: priority - type: integer + type: long description: > Message priority, 0 to 9. @@ -849,7 +849,7 @@ description: Cassandra request headers. fields: - name: version - type: integer + type: long description: The version of the protocol. - name: flags type: keyword @@ -861,7 +861,7 @@ type: keyword description: An operation type that distinguishes the actual message. - name: length - type: integer + type: long description: A integer representing the length of the body of the frame (a frame is limited to 256MB in length). - name: query type: keyword @@ -876,7 +876,7 @@ description: Cassandra response headers, the structure is as same as request's header. fields: - name: version - type: integer + type: long description: The version of the protocol. - name: flags type: keyword @@ -888,7 +888,7 @@ type: keyword description: An operation type that distinguishes the actual message. - name: length - type: integer + type: long description: A integer representing the length of the body of the frame (a frame is limited to 256MB in length). @@ -904,7 +904,7 @@ description: Details about the rows. fields: - name: num_rows - type: integer + type: long description: Representing the number of rows present in this result. - name: meta type: group @@ -920,10 +920,10 @@ type: keyword description: Provides information on the formatting of the remaining information. - name: col_count - type: integer + type: long description: Representing the number of columns selected by the query that produced this result. - name: pkey_columns - type: integer + type: long description: Representing the PK columns index and counts. - name: paging_state type: keyword @@ -977,10 +977,10 @@ type: keyword description: Provides information on the formatting of the remaining information. - name: col_count - type: integer + type: long description: Representing the number of columns selected by the query that produced this result. - name: pkey_columns - type: integer + type: long description: Representing the PK columns index and counts. - name: paging_state type: keyword @@ -999,10 +999,10 @@ type: keyword description: Provides information on the formatting of the remaining information. - name: col_count - type: integer + type: long description: Representing the number of columns selected by the query that produced this result. - name: pkey_columns - type: integer + type: long description: Representing the PK columns index and counts. - name: paging_state type: keyword @@ -1074,7 +1074,7 @@ description: Indicates an error processing a request. The body of the message will be an error code followed by a error message. Then, depending on the exception, more content may follow. fields: - name: code - type: integer + type: long description: The error code of the Cassandra response. - name: msg @@ -1094,19 +1094,19 @@ description: Representing the consistency level of the query that triggered the exception. - name: required - type: integer + type: long description: Representing the number of nodes that should be alive to respect consistency level. - name: alive - type: integer + type: long description: Representing the number of replicas that were known to be alive when the request had been processed (since an unavailable exception has been triggered). - name: received - type: integer + type: long description: Representing the number of nodes having acknowledged the request. - name: blockfor - type: integer + type: long description: Representing the number of replicas whose acknowledgement is required to achieve consistency level. - name: write_type @@ -1260,29 +1260,29 @@ The binary protocol message opcode name. - name: request.opcode_value - type: integer + type: long description: > The binary protocol message opcode value. - name: response.opcode_value - type: integer + type: long description: > The binary protocol message opcode value. - name: request.opaque - type: integer + type: long description: > The binary protocol opaque header value used for correlating request with response messages. - name: response.opaque - type: integer + type: long description: > The binary protocol opaque header value used for correlating request with response messages. - name: request.vbucket - type: integer + type: long description: > The vbucket index sent in the binary message. @@ -1293,7 +1293,7 @@ (binary protocol only). - name: response.status_code - type: integer + type: long description: > The status code value returned in the response (binary protocol only). @@ -1308,13 +1308,13 @@ The list of keys returned for the load command (if present). - name: request.count_values - type: integer + type: long description: > The number of values found in the memcache request message. If the command does not send any data, this field is missing. - name: response.count_values - type: integer + type: long description: > The number of values found in the memcache response message. If the command does not send any data, this field is missing. @@ -1342,17 +1342,17 @@ The byte count of the values being transfered. - name: request.delta - type: integer + type: long description: > The counter increment/decrement delta value. - name: request.initial - type: integer + type: long description: > The counter increment/decrement initial value parameter (binary protocol only). - name: request.verbosity - type: integer + type: long description: > The value of the memcache "verbosity" command. @@ -1362,12 +1362,12 @@ The text protocol raw arguments for the "stats ..." and "lru crawl ..." commands. - name: request.source_class - type: integer + type: long description: > The source class id in 'slab reassign' command. - name: request.dest_class - type: integer + type: long description: > The destination class id in 'slab reassign' command. @@ -1389,7 +1389,7 @@ The memcache message flags sent in the response (if present). - name: request.exptime - type: integer + type: long description: > The data expiry time in seconds sent with the memcache command (if present). If the value is <30 days, the expiry time is relative to "now", or else it @@ -1452,7 +1452,7 @@ If the MySQL query returns an error, this field is set to true. - name: affected_rows - type: integer + type: long description: > If the MySQL command is successful, this field contains the affected number of rows of the last statement. @@ -1477,7 +1477,7 @@ The row mysql query as read from the transaction's request. - name: error_code - type: integer + type: long description: > The error code returned by MySQL. @@ -1503,7 +1503,7 @@ - name: error_code description: The PostgreSQL error code. - type: integer + type: long - name: error_message description: The PostgreSQL error message. @@ -1592,16 +1592,16 @@ using a dot (.) for the concatenation. For example, for the database foo and the collection bar, the full collection name is foo.bar. - name: numberToSkip - type: integer + type: long description: > Sets the number of documents to omit - starting from the first document in the resulting dataset - when returning the result of the query. - name: numberToReturn - type: integer + type: long description: > The requested maximum number of documents to be returned. - name: numberReturned - type: integer + type: long description: > The number of documents in the reply. - name: startingFrom @@ -1637,11 +1637,11 @@ description: RPC message transaction identifier. - name: call_size - type: integer + type: long description: RPC call size with argument. - name: reply_size - type: integer + type: long description: RPC reply size with argument. - name: status @@ -1658,18 +1658,18 @@ description: RPC authentication flavor. - name: cred.uid - type: integer + type: long description: RPC caller's user id, in case of auth-unix. - name: cred.gid - type: integer + type: long description: RPC caller's group id, in case of auth-unix. - name: cred.gids description: RPC caller's secondary group ids, in case of auth-unix. - name: cred.stamp - type: integer + type: long description: Arbitrary ID which the caller machine may generate. - name: cred.machinename @@ -1683,11 +1683,11 @@ type: group fields: - name: version - type: integer + type: long description: NFS protocol version number. - name: minor_version - type: integer + type: long description: NFS protocol minor version number. - name: tag diff --git a/winlogbeat/docs/fields.asciidoc b/winlogbeat/docs/fields.asciidoc index d8e838a7f50b..a0b3eb8200ad 100644 --- a/winlogbeat/docs/fields.asciidoc +++ b/winlogbeat/docs/fields.asciidoc @@ -314,7 +314,7 @@ The type of account associated with this event. [float] === version -type: integer +type: long required: False diff --git a/winlogbeat/etc/fields.yml b/winlogbeat/etc/fields.yml index 90a9ea684f8b..58841905bfba 100644 --- a/winlogbeat/etc/fields.yml +++ b/winlogbeat/etc/fields.yml @@ -187,7 +187,7 @@ The type of account associated with this event. - name: version - type: integer + type: long required: false description: The version number of the event's definition.