rename _node/stats/pipeline pipeline into plugins as is more clean that the resources means

Fixes #5623
This commit is contained in:
Pere Urbon-Bayes 2016-07-12 13:08:31 +02:00
parent dafb7eafc6
commit 2249a03edb

View file

@ -139,7 +139,7 @@ module LogStash
{ {
:events => stats[:events], :events => stats[:events],
:pipeline => { :plugins => {
:inputs => plugin_stats(stats, :inputs), :inputs => plugin_stats(stats, :inputs),
:filters => plugin_stats(stats, :filters), :filters => plugin_stats(stats, :filters),
:outputs => plugin_stats(stats, :outputs) :outputs => plugin_stats(stats, :outputs)