Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
GRob
Frequent Visitor

Elasticsearch SQL URL on AWS

In my AWS Elasticsearch Kibana console I can use the following POST and Get commands to run a sql query...

POST /_opendistro/_sql
{
    "query": "SELECT ProjectCode,DateRun,DatabaseName FROM index1*"
}
 
or 
 
GET /_opendistro/_sql
{
    "query": """SELECT ProjectCode,DateRun,DatabaseName FROM index1*"""
}
 
Both return data as expected.
How can i now use either of them as a datasource in Power Bi?
What URL would i use as a datasource?
1 REPLY 1
v-lili6-msft
Community Support
Community Support

hi  @GRob 

You mayr refer this post:

https://community.powerbi.com/t5/Desktop/Using-Elasticsearch-for-full-text-search/m-p/1145572

https://www.elastic.co/guide/en/elasticsearch/reference/master/sql-client-apps-powerbi.html

 

Regards,

Lin

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.