Supported Providers
Parseable
Parseable provider allows integration with Parseable, a tool for collecting and querying logs.
Inputs
- log_message: str: The log message to send to Parseable
- log_level: str (optional): The log level (e.g.,
info
,error
,warning
)
Outputs
No information yet, feel free to contribute it using the “Edit this page” link at the bottom of the page.
Authentication Parameters
api_key
: API key for authenticating with Parseable.parseable_url
: The URL of the Parseable instance where logs will be sent.
Connecting with the Provider
- Obtain an API key from your Parseable instance.
- Configure your provider using the
api_key
andparseable_url
.