> ## Documentation Index
> Fetch the complete documentation index at: https://docs.keephq.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# OpenObserve

> OpenObserve provider allows you to get OpenObserve `alerts/actions` via webhook installation

## Authentication

This provider requires authentication.

* **openObserveUsername**: OpenObserve Username (required: True, sensitive: False)
* **openObservePassword**: Password (required: True, sensitive: True)
* **openObserveHost**: OpenObserve host url (required: True, sensitive: False)
* **openObservePort**: OpenObserve Port (required: True, sensitive: False)
* **organisationID**: OpenObserve organisationID (required: True, sensitive: False)

Certain scopes may be required to perform specific actions or queries via the provider. Below is a summary of relevant scopes and their use cases:

* **authenticated**: User is Authorized (mandatory)

## In workflows

This provider can't be used as a "step" or "action" in workflows. If you want to use it, please let us know by creating an issue in the [GitHub repository](https://github.com/keephq/keep/issues).

## Connecting with the Provider

Obtain OpenObserve Username and Password:

1. To see how to install and set Credentials: [here](https://openobserve.ai/docs/quickstart/#self-hosted-installation)
2. Get the Organisation ID of the OpenObserve instance in which you wish to install the webhook.

## Webhook Integration Modifications

The webhook integration adds Keep as an alert monitor within the OpenObserve instance. It can be found under the "Alerts & Respond" section.
The integration automatically gains access to the following scopes within OpenObserve:

* `authenticated`

## Useful Links

* [OpenObserve Alert Templates](https://openobserve.ai/docs/user-guide/alerts/templates)
* [OpenObserve API Spec](https://openobserve.ai/docs/api_specs/#?route=overview)
* [OpenObserve Destinations](https://openobserve.ai/docs/user-guide/alerts/destinations/)
* [OpenObserve Installation and Credentials](https://openobserve.ai/docs/quickstart/#self-hosted-installation)
