—slack

Sends a Slack alert containing your current filter context. Use it to quickly notify your team about an ongoing issue without leaving Loguro.

Syntax

--slack
--slack:#<channel>

Usage

--slack
--slack:#incidents
level:error @last-1h --slack:#on-call
context.service:payments --slack:#payments-team

Setup

Configure the Slack integration first:

--integrations::config:slack

See Integrations for setup instructions.

Default vs custom channel

CommandBehavior
--slackSends to the channel configured during setup
--slack:#channelSends to a specific channel

Custom channel targeting (--slack:#channel) requires the Pro plan.

Notes

  • Executes on submit — POSTs to the Slack integration endpoint
  • The alert includes the active filters and a link back to Loguro
  • Requires Slack integration to be configured
// related

See also