Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions docs/blog/posts/v0.54.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,26 +287,26 @@ The Splunk plugin lets you connect to Splunk Enterprise or Splunk Cloud and quer
Language) — the same query language you already use in Splunk. Once connected, you can visualize results as time series
charts or explore raw log data, all within the Perses UI.

Time Series Queries - Run SPL queries (e.g., timechart) and render results in Perses panel that accepts time series
data.
![Splunk Time Series](../../assets/images/blog/v054/Splunk-Time-Series.jpg)
- Time Series Queries - Run SPL queries (e.g., timechart) and render results in Perses panel that accepts time series data.
- Log Queries - Retrieve and display log results from Splunk indexes directly in a logs panel.

| TimeSeries | Logs |
|------------|------|
| ![Splunk Time Series](../../assets/images/blog/v054/Splunk-Time-Series.jpg) | ![Splunk Log Query](../../assets/images/blog/v054/Splunk-Log-Query.jpg) |

Log Queries - Retrieve and display log results from Splunk indexes directly in a logs panel.
![Splunk Log Query](../../assets/images/blog/v054/Splunk-Log-Query.jpg)

### Alertmanager

Perses now supports [Alertmanager](https://prometheus.io/docs/alerting/latest/alertmanager/) as a datasource. This
allows you to visualize and manage alerts and silences directly from a Perses dashboard.

The new Alert Table allows you to view, search, group, filter and silence alerts. It also allows to confgure custom
- The new Alert Table allows you to view, search, group, filter and silence alerts. It also allows to confgure custom
columns and label coloring, as many alert queries can be included for a single table it also supports deduplication.
- The new Silence Table allows you to view, search and expire silences. It also allows to configure its columns.

![Alerts Table](../../assets/images/blog/v054/alerts-table.png)

The new Silence Table allows you to view, search and expire silences. It also allows to configure its columns.

![Silences Table](../../assets/images/blog/v054/silences-table.png)
| Alerts | Silences |
|-----|---------|
|![Alerts Table](../../assets/images/blog/v054/alerts-table.png) | ![Silences Table](../../assets/images/blog/v054/silences-table.png) |

### Log Explorer

Expand Down
Loading