mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
rename _node/stats/pipeline pipeline into plugins as is more clean that the resources means
Fixes #5623
This commit is contained in:
parent
dafb7eafc6
commit
2249a03edb
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ module LogStash
|
|||
|
||||
{
|
||||
:events => stats[:events],
|
||||
:pipeline => {
|
||||
:plugins => {
|
||||
:inputs => plugin_stats(stats, :inputs),
|
||||
:filters => plugin_stats(stats, :filters),
|
||||
:outputs => plugin_stats(stats, :outputs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue