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).
@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.
@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?
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