Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 1 addition & 2 deletions _dashboards/dashboards-assistant/data-summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ To orchestrate data summarization, create a data summary [agent]({{site.url}}{{s

```json
POST /_plugins/_flow_framework/workflow?provision=true
{
"name": "Query Assist Agent",
"description": "Create a Query Assist Agent using Claude on BedRock",
Expand Down Expand Up @@ -292,4 +291,4 @@ To view alert insights in OpenSearch Dashboards, use the following steps:

1. From the query language dropdown list, select **PPL**. You will see the generated data summary after the query text, as shown in the following image.

<img src="{{site.url}}{{site.baseurl}}/images/dashboards-assistant/data-summary.png" alt="data summary">
<img src="{{site.url}}{{site.baseurl}}/images/dashboards-assistant/data-summary.png" alt="data summary">
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ POST /_plugins/_flow_framework/workflow/<workflow_id>/_provision
To view the status of the workflow and all created resources, send the following request:

```json
/_plugins/_flow_framework/workflow/<workflow_id>/_status
GET /_plugins/_flow_framework/workflow/<workflow_id>/_status
```
{% include copy-curl.html %}

Expand Down
Loading