The Bold Reports allows you to connect with AWS Open Search in reports.
To configure the AWS Open Search, follow these steps:
DATA
configuration panel, click on the NEW DATA
button.
Elastic Search
data source type.
When you create a new data, the NEW DATASOURCE
panel will show up with basic options.
After connecting the data source, the data design view page will be opened. On this page, the list of schemas and tables from the AWS Open Search server will be shown in a treeview
section.
Now, you can drag and drop the required table from the tree view list.
Multiple joins are not supported for the AWS Open Search data source in Bold Reports.
Click Finish
to save the data source with a relevant name to proceed with designing report.
You can connect to data source of certain data connections through the custom query. This feature allows you to define the data source with manually written queries instead of manually dragged tables for data connection type such as Elasticsearch SQL and Open Distro connections.
After connect action, you will get into the query design view.
By default, the query design view opens with design view. Switch to the code view by enabling the slider option in the tools pane in query design view as shown (highlighted) in the following image.
This will switch the query editor pane as like below,
In the Query Editor
pane, you can write your own query which helps you to access table schema information and perform all the operations with respect to retrieving data from your database.
After writing your query, click the Execute
option in the tools pane. You can also view the data for your query in bottom of the Query Editor
.
If you tried to switch back design view by disabling the Code Slider in tools pane, you will be prompted with an alert message to remove your query for confirmation as proceeding with this action, will reset the code view query.
Clicking Yes
will discard the query and take you to design view, otherwise click No
. Save the data source by clicking the Finish
button.
You can view the query in Query Editor
pane for already created a data source in design view.
For example, I have dragged the kibana_sample_data_flights
table in design view.
Then, I tried to enable the Code Switcher
to view the query, this query shows whatever changes that made in the table.