Skip to content

Commit 2dbe5c1

Browse files
cachedoutycombinator
authored andcommitted
Include node update
Fixes #10561
1 parent 9d5bec9 commit 2dbe5c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • logstash-core/lib/logstash/api/commands

logstash-core/lib/logstash/api/commands/node.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def pipelines
2727
def pipeline(pipeline_id)
2828
extract_metrics(
2929
[: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
30+
:graph, :ephemeral_id, :hash, :workers, :batch_size, :batch_delay, :config_reload_automatic, :config_reload_interval, :dead_letter_queue_enabled, :dead_letter_queue_path
3131
).reject{|_, v|v.nil?}
3232
rescue
3333
{}

0 commit comments

Comments
 (0)