We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d5bec9 commit 2dbe5c1Copy full SHA for 2dbe5c1
1 file changed
logstash-core/lib/logstash/api/commands/node.rb
@@ -27,7 +27,7 @@ def pipelines
27
def pipeline(pipeline_id)
28
extract_metrics(
29
[:stats, :pipelines, pipeline_id.to_sym, :config],
30
- :ephemeral_id, :hash, :workers, :batch_size, :batch_delay, :config_reload_automatic, :config_reload_interval, :dead_letter_queue_enabled, :dead_letter_queue_path
+ :graph, :ephemeral_id, :hash, :workers, :batch_size, :batch_delay, :config_reload_automatic, :config_reload_interval, :dead_letter_queue_enabled, :dead_letter_queue_path
31
).reject{|_, v|v.nil?}
32
rescue
33
{}
0 commit comments