From db227c268c4f1f877ca4107a66c4a266ee536215 Mon Sep 17 00:00:00 2001 From: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Date: Fri, 15 Nov 2024 12:37:35 -0500 Subject: [PATCH] Delete extraneous line in an example request (#8765) * Update data-summary.md Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> * Update text-to-visualization.md Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> --------- Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Signed-off-by: Eric Pugh --- _dashboards/dashboards-assistant/data-summary.md | 3 +-- _dashboards/dashboards-assistant/text-to-visualization.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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 %}