<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Connecting elasticsearch using python client in Fabric platform</title>
    <link>https://community.fabric.microsoft.com/t5/Fabric-platform/Connecting-elasticsearch-using-python-client/m-p/3267834#M190</link>
    <description>&lt;P&gt;I have python code working on my computer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;from elasticsearch import Elasticsearch
es = Elasticsearch(
    hosts=[{'host': 'ip', 'port': 9200}],
    http_auth=('name', 'username'),

)

I want to run on the notebook of fabric. It is giving timeout error which may be because the ip is accesible using my computer. I have installed gateway on my computer. What should I do?&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 05 Jun 2023 06:46:30 GMT</pubDate>
    <dc:creator>wahmed20</dc:creator>
    <dc:date>2023-06-05T06:46:30Z</dc:date>
    <item>
      <title>Connecting elasticsearch using python client</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/Connecting-elasticsearch-using-python-client/m-p/3267834#M190</link>
      <description>&lt;P&gt;I have python code working on my computer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;from elasticsearch import Elasticsearch
es = Elasticsearch(
    hosts=[{'host': 'ip', 'port': 9200}],
    http_auth=('name', 'username'),

)

I want to run on the notebook of fabric. It is giving timeout error which may be because the ip is accesible using my computer. I have installed gateway on my computer. What should I do?&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 06:46:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/Connecting-elasticsearch-using-python-client/m-p/3267834#M190</guid>
      <dc:creator>wahmed20</dc:creator>
      <dc:date>2023-06-05T06:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting elasticsearch using python client</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/Connecting-elasticsearch-using-python-client/m-p/3270432#M216</link>
      <description>&lt;P&gt;The code works if you run the notebook with Vs code extension&lt;BR /&gt;see more on&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-engineering/setup-vs-code-extension" target="_blank"&gt;https://learn.microsoft.com/en-us/fabric/data-engineering/setup-vs-code-extension&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 12:20:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/Connecting-elasticsearch-using-python-client/m-p/3270432#M216</guid>
      <dc:creator>wahmed20</dc:creator>
      <dc:date>2023-06-06T12:20:11Z</dc:date>
    </item>
  </channel>
</rss>

