diff --git a/_dashboards/dashboards-assistant/data-summary.md b/_dashboards/dashboards-assistant/data-summary.md index cce6d9400f..e90e184e07 100644 --- a/_dashboards/dashboards-assistant/data-summary.md +++ b/_dashboards/dashboards-assistant/data-summary.md @@ -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", @@ -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. - data summary \ No newline at end of file + data summary diff --git a/_dashboards/dashboards-assistant/text-to-visualization.md b/_dashboards/dashboards-assistant/text-to-visualization.md index 383f8cc218..a30ca6d1f8 100644 --- a/_dashboards/dashboards-assistant/text-to-visualization.md +++ b/_dashboards/dashboards-assistant/text-to-visualization.md @@ -177,7 +177,7 @@ POST /_plugins/_flow_framework/workflow//_provision To view the status of the workflow and all created resources, send the following request: ```json -/_plugins/_flow_framework/workflow//_status +GET /_plugins/_flow_framework/workflow//_status ``` {% include copy-curl.html %}