Skip to content
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

Redis: remove deprecated fields #28246

Merged
merged 2 commits into from
Oct 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Remove deprecated fields in Docker module. {issue}11835[11835] {pull}27933[27933]
- Remove deprecated fields in Kafka module. {pull}27938[27938]
- Remove deprecated config option default_region from aws module. {pull}28120[28120]
- Remove deprecated fields in Redis module. {issue}11835[11835] {pull}28246[28246]

*Packetbeat*

Expand Down
14 changes: 0 additions & 14 deletions libbeat/kibana/testdata/extensive/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4943,16 +4943,6 @@
description: >
Number of client connections (excluding connections from slaves).

- name: longest_output_list
type: long
description: >
Longest output list among current client connections.

- name: biggest_input_buf
type: long
description: >
Biggest input buffer among current client connections.

- name: blocked
type: long
description: >
Expand Down Expand Up @@ -5109,10 +5099,6 @@
type: long
description:

- name: master_offset
type: long
description:

- name: backlog.active
type: long
description:
Expand Down
2 changes: 1 addition & 1 deletion libbeat/kibana/testdata/extensive/metricbeat-6.ndjson

Large diffs are not rendered by default.

49 changes: 5 additions & 44 deletions metricbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -54184,19 +54184,6 @@ Redis client stats.
Number of client connections (excluding connections from slaves).


type: long

--

*`redis.info.clients.longest_output_list`*::
+
--

deprecated:[6.5.0]

Longest output list among current client connections (replaced by max_output_buffer).


type: long

--
Expand All @@ -54207,19 +54194,6 @@ type: long
Longest output list among current client connections.


type: long

--

*`redis.info.clients.biggest_input_buf`*::
+
--

deprecated:[6.5.0]

Biggest input buffer among current client connections (replaced by max_input_buffer).


type: long

--
Expand Down Expand Up @@ -54354,7 +54328,7 @@ format: bytes
*`redis.info.memory.used.lua`*::
+
--
Used memory by the Lua engine.
Used memory by the Lua engine.


type: long
Expand All @@ -54366,7 +54340,7 @@ format: bytes
*`redis.info.memory.used.dataset`*::
+
--
The size in bytes of the dataset
The size in bytes of the dataset


type: long
Expand Down Expand Up @@ -54611,7 +54585,7 @@ format: duration
*`redis.info.persistence.rdb.copy_on_write.last_size`*::
+
--
The size in bytes of copy-on-write allocations during the last RBD save operation
The size in bytes of copy-on-write allocations during the last RBD save operation


type: long
Expand Down Expand Up @@ -54740,7 +54714,7 @@ format: bytes
*`redis.info.persistence.aof.size.current`*::
+
--
AOF current file size
AOF current file size


type: long
Expand Down Expand Up @@ -54804,19 +54778,6 @@ type: keyword
Number of connected slaves


type: long

--

*`redis.info.replication.master_offset`*::
+
--

deprecated:[6.5]

The server's current replication offset


type: long

--
Expand Down Expand Up @@ -54846,7 +54807,7 @@ format: bytes
*`redis.info.replication.backlog.first_byte_offset`*::
+
--
The master offset of the replication backlog buffer
The master offset of the replication backlog buffer


type: long
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/module/redis/fields.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

56 changes: 25 additions & 31 deletions metricbeat/module/redis/info/_meta/data.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,25 @@
{
"@timestamp": "2017-10-12T08:05:34.853Z",
"agent": {
"hostname": "host.example.com",
"name": "host.example.com"
},
"event": {
"dataset": "redis.info",
"duration": 115000,
"module": "redis"
},
"metricset": {
"name": "info"
"name": "info",
"period": 10000
},
"os": {
"full": "Linux 4.9.125-linuxkit x86_64"
"full": "Linux 5.10.47-linuxkit x86_64"
},
"process": {
"pid": 1
},
"redis": {
"info": {
"clients": {
"biggest_input_buf": 0,
"blocked": 0,
"connected": 5,
"longest_output_list": 0,
"connected": 1,
"max_input_buffer": 0,
"max_output_buffer": 0
},
Expand All @@ -33,10 +28,10 @@
},
"cpu": {
"used": {
"sys": 1.66,
"sys": 0.23,
"sys_children": 0,
"user": 0.39,
"user_children": 0.01
"user": 0.05,
"user_children": 0
}
},
"memory": {
Expand All @@ -47,17 +42,17 @@
"rss": {}
},
"fragmentation": {
"ratio": 2.71
"ratio": 2.85
},
"max": {
"policy": "noeviction",
"value": 0
},
"used": {
"lua": 37888,
"peak": 945016,
"rss": 2453504,
"value": 904992
"peak": 822456,
"rss": 2347008,
"value": 822456
}
},
"persistence": {
Expand Down Expand Up @@ -99,8 +94,8 @@
},
"copy_on_write": {},
"last_save": {
"changes_since": 35,
"time": 1548663522
"changes_since": 0,
"time": 1633422962
}
}
},
Expand All @@ -116,7 +111,6 @@
"offset": 0,
"sync": {}
},
"master_offset": 0,
"role": "master",
"slave": {}
},
Expand All @@ -128,44 +122,44 @@
"git_dirty": "0",
"git_sha1": "00000000",
"hz": 10,
"lru_clock": 5159690,
"lru_clock": 6033096,
"mode": "standalone",
"multiplexing_api": "epoll",
"run_id": "0f681cb959aa47413ec40ff383715c923f9cbefd",
"run_id": "ddfd6edda7dcd357ac9f24ebfb0ef8b3ee771f8d",
"tcp_port": 6379,
"uptime": 707
"uptime": 86
},
"slowlog": {
"count": 0
},
"stats": {
"active_defrag": {},
"commands_processed": 265,
"commands_processed": 2,
"connections": {
"received": 848,
"received": 82,
"rejected": 0
},
"instantaneous": {
"input_kbps": 0.18,
"ops_per_sec": 6,
"output_kbps": 1.39
"input_kbps": 0,
"ops_per_sec": 0,
"output_kbps": 0
},
"keys": {
"evicted": 0,
"expired": 0
},
"keyspace": {
"hits": 15,
"hits": 0,
"misses": 0
},
"latest_fork_usec": 0,
"migrate_cached_sockets": 0,
"net": {
"input": {
"bytes": 7300
"bytes": 80
},
"output": {
"bytes": 219632
"bytes": 2111
}
},
"pubsub": {
Expand All @@ -183,7 +177,7 @@
}
},
"service": {
"address": "127.0.0.1:6379",
"address": "localhost:53854",
"type": "redis",
"version": "3.2.12"
}
Expand Down
Loading