Send Opensearch dashboard results to external API?

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):

Opensearch 2.17.1

Describe the issue:

I have created data table visualization on my tenant dashboard, with selective filter for respective scopes.

and getting filter entity id list (table)

Now I have to send this Legal entity id list from the data table to my other application through API calls.

Second application : which handles entity details so this list of entities should be visible in this application from opensearch scope (filtered data).

Can anyone help me to guide to achive this?

Thanks

@amolusare Your visualisation returns text in that case you can omit the OpenSearch Dashboards and run the GET query against the OpenSearch node (9200) and the index that holds that data.

@pablo Can elaborate more on this?

And am looking onto rendering widget button on dashboard by UI/action and triggers by embeddeble plugins.

any idea on this?

@amolusare What do you expect to see in your Application?
Are you looking for raw data that you will process in your frontend or use OpenSearch Dashboards visualisation/dashboard embedded in an iframe?

@pablo ,

My hopeful use case is to add a button to a dashboard widget that when clicked can parse & pass the widget’s data field/values to an external API.

can you guide me with this? step by step , that how can i implement this on my local?
We have both OpenSearch 2.17.1 and OpenSearch Dashboards 2.17.1 set up locally, and we want to:

1.Add a button to a Dashboard widget

2.When clicked, parse the widget’s data fields/values

3.Send those values to an external API

4.Using UI Actions & Triggers framework, possibly with an embeddable plugin