How can i get messages from all time per stream from API

how can i get all the messages from the api per stream
i found there access only per one message http://*******:9000/api/messages/graylog_0/***********
i tried to find it in the docs with no success and i would like to know how can i get all the messages

Hello && Welcome

Not exactly sure what you want but Graylog has Metrics you can find out the total of messages from a stream.

gl_stream_incoming_messages_total{stream=“5a502a80ffe8b103591670c3”}

Are you trying to get Messages from a Index using API?
Perhaps try testing this in the API browser on the Graylog node. Navigate to System/Nodes. See if that works for you.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.