<?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 Re: Can Qlik Sense Enterprise ingest JSON Lines via TCP/IP? in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Can-Qlik-Sense-Enterprise-ingest-JSON-Lines-via-TCP-IP/m-p/1718513#M5248</link>
    <description>&lt;P&gt;Or... as I'm doing now, forward the JSON Lines via TCP/IP to Elasticsearch, and then get the data from Elasticsearch via either:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Development/Integrate-QLIK-with-Elastic-Search/td-p/29568" target="_self"&gt;Elasticsearch REST API&lt;/A&gt;&lt;BR /&gt;or&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-client-apps-qlik.html" target="_self"&gt;Elasticsearch ODBC driver&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I'm just reading about this... while I've used the &lt;A href="https://www.elastic.co/guide/en/elasticsearch/reference/current/rest-apis.html" target="_self"&gt;Elastic REST APIs&lt;/A&gt; before, I've&amp;nbsp; not yet used Qlik.&lt;/P&gt;</description>
    <pubDate>Sat, 13 Jun 2020 15:47:01 GMT</pubDate>
    <dc:creator>GrahamHannington</dc:creator>
    <dc:date>2020-06-13T15:47:01Z</dc:date>
    <item>
      <title>Can Qlik Sense Enterprise ingest JSON Lines via TCP/IP?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Can-Qlik-Sense-Enterprise-ingest-JSON-Lines-via-TCP-IP/m-p/1718319#M5238</link>
      <description>&lt;P&gt;I help to develop software that forwards log data in JSON Lines format via TCP/IP. By "log data", I mean: time-based data; event data; data that consists of a time stamp and other fields.&lt;/P&gt;&lt;P&gt;I have configured other analytics platforms, Splunk and Elastic Stack, to ingest that data via TCP/IP. I have developed dashboards on those platforms to present and analyze that data.&lt;/P&gt;&lt;P&gt;Today, I received news that an organization wants to use that data in Qlik Sense Enterprise.&lt;/P&gt;&lt;P&gt;I have no experience using Qlik Sense.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Can Qlik Sense Enterprise ingest JSON Lines via TCP/IP?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If so, could someone please point me to documentation on how to configure&amp;nbsp;Qlik Sense Enterprise to do that?&lt;/P&gt;&lt;P&gt;If not, could someone please point me to documentation on how to extend&amp;nbsp;Qlik Sense Enterprise to do that? Or an existing third-party extension?&lt;/P&gt;&lt;P&gt;The software that I help to develop does not currently offer a REST API. That is a possibility. First, however, I would prefer to investigate using the current forwarding method. Some reasons:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The software is currently designed to push data. It runs periodically (determined by the user: perhaps, hourly or daily). Depending on the period, each run can generate many megabytes of data.&lt;/LI&gt;&lt;LI&gt;Streaming JSON Lines over TCP/IP avoids having to "chunk" the data to fit a limited maximum size of an HTTP response.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Advice welcome.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Dec 2021 20:19:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Can-Qlik-Sense-Enterprise-ingest-JSON-Lines-via-TCP-IP/m-p/1718319#M5238</guid>
      <dc:creator>GrahamHannington</dc:creator>
      <dc:date>2021-12-28T20:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can Qlik Sense Enterprise ingest JSON Lines via TCP/IP?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Can-Qlik-Sense-Enterprise-ingest-JSON-Lines-via-TCP-IP/m-p/1718334#M5240</link>
      <description>&lt;P&gt;I don't know:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Whether the term "ingest" is appropriate for Qlik Sense&lt;/LI&gt;&lt;LI&gt;Whether, or to what extent, Qlik Sense is a data store&lt;/LI&gt;&lt;LI&gt;Whether Qlik Sense is "fit for purpose" for analyzing time-based data (logs)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I do know something about:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The software that I help to develop&lt;/LI&gt;&lt;LI&gt;The data that it forwards&lt;/LI&gt;&lt;LI&gt;The forwarding method&lt;/LI&gt;&lt;LI&gt;How to use that data, and that forwarding method, with other analytics platforms&lt;/LI&gt;&lt;LI&gt;That an organization wants to use that data in Qlik Sense&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I've only just started reading the Qlik Sense docs. I'll keep reading!&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 14:55:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Can-Qlik-Sense-Enterprise-ingest-JSON-Lines-via-TCP-IP/m-p/1718334#M5240</guid>
      <dc:creator>GrahamHannington</dc:creator>
      <dc:date>2020-06-12T14:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Can Qlik Sense Enterprise ingest JSON Lines via TCP/IP?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Can-Qlik-Sense-Enterprise-ingest-JSON-Lines-via-TCP-IP/m-p/1718340#M5241</link>
      <description>&lt;P&gt;One possible approach: forward the JSON Lines via TCP/IP to a data store (database) that both:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Supports that ingestion method&lt;BR /&gt;and&lt;/LI&gt;&lt;LI&gt;Provides a connection method supported by Qlik Sense&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;MongoDB, maybe.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 15:05:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Can-Qlik-Sense-Enterprise-ingest-JSON-Lines-via-TCP-IP/m-p/1718340#M5241</guid>
      <dc:creator>GrahamHannington</dc:creator>
      <dc:date>2020-06-12T15:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Can Qlik Sense Enterprise ingest JSON Lines via TCP/IP?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Can-Qlik-Sense-Enterprise-ingest-JSON-Lines-via-TCP-IP/m-p/1718513#M5248</link>
      <description>&lt;P&gt;Or... as I'm doing now, forward the JSON Lines via TCP/IP to Elasticsearch, and then get the data from Elasticsearch via either:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Development/Integrate-QLIK-with-Elastic-Search/td-p/29568" target="_self"&gt;Elasticsearch REST API&lt;/A&gt;&lt;BR /&gt;or&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-client-apps-qlik.html" target="_self"&gt;Elasticsearch ODBC driver&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I'm just reading about this... while I've used the &lt;A href="https://www.elastic.co/guide/en/elasticsearch/reference/current/rest-apis.html" target="_self"&gt;Elastic REST APIs&lt;/A&gt; before, I've&amp;nbsp; not yet used Qlik.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Jun 2020 15:47:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Can-Qlik-Sense-Enterprise-ingest-JSON-Lines-via-TCP-IP/m-p/1718513#M5248</guid>
      <dc:creator>GrahamHannington</dc:creator>
      <dc:date>2020-06-13T15:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Can Qlik Sense Enterprise ingest JSON Lines via TCP/IP?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Can-Qlik-Sense-Enterprise-ingest-JSON-Lines-via-TCP-IP/m-p/1718665#M5249</link>
      <description>&lt;P&gt;Or, if a proper REST API turns out to be overkill for this use case, simply write the JSON Lines (or CSV) to files on the remote platform (where the logs are generated), and serve those files over HTTP with a well-defined URL: e.g. for a daily summary, .../&lt;EM&gt;yyyy-mm-dd&lt;/EM&gt;. For extra points, make the root directory (in this context; for this output) available over HTTP as a directory listing (for "discovery": so clients know what is available).&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 02:03:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Can-Qlik-Sense-Enterprise-ingest-JSON-Lines-via-TCP-IP/m-p/1718665#M5249</guid>
      <dc:creator>GrahamHannington</dc:creator>
      <dc:date>2020-06-15T02:03:31Z</dc:date>
    </item>
  </channel>
</rss>

