# Attach to all events store channels and output running messages
kubemqctl events_store attach *
# Attach to some-events-store 'events store' channel and output running messages
kubemqctl events_store attach some-events-store
# Attach to some-events-store1 and some-events-store2 'events store' channels and output running messages
kubemqctl events_store attach some-events-store1 some-events-store2
# Attach to some-events-store 'events store' channel and output running messages filter by include regex (some*)
kubemqctl events_store attach some-events -i some*
# Attach to some-events-store 'events store' channel and output running messages filter by exclude regex (not-some*)
kubemqctl events_store attach some-events -e not-some*