<?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: Output Push JSON Array to external website in ArcGIS GeoEvent Server Questions</title>
    <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/output-push-json-array-to-external-website/m-p/125417#M545</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that geoevent is not closing an array bracket while writing json to a file output. Because it is still waiting for more events to write to the json output list. Not sure if this could be a similar behavoir. Looks more like a bug in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;o you have any error messages @ log file?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;Is the JSON correct when sending it to a different output for example via TCP&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt; to the GeoEvent logger?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Jan 2019 13:10:54 GMT</pubDate>
    <dc:creator>Stefan_Jung</dc:creator>
    <dc:date>2019-01-31T13:10:54Z</dc:date>
    <item>
      <title>Output Push JSON Array to external website</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/output-push-json-array-to-external-website/m-p/125413#M541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any way to configure &lt;STRONG&gt;Push JSON to an External Website&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;output to&amp;nbsp;&lt;/SPAN&gt;buffer the GeoEvents, similar to "Add a Feature" or "Update a Feature"&amp;nbsp;output,&amp;nbsp;before sending to the External Website?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need an output that will support high throughput (at least 1000+ event/sec), so instead of sending one GeoEvent at a time, I am looking for a way to send multiple GeoEvent to my client.&amp;nbsp; Is there any alternative?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2019 17:45:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/output-push-json-array-to-external-website/m-p/125413#M541</guid>
      <dc:creator>RomanChueh</dc:creator>
      <dc:date>2019-01-25T17:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Output Push JSON Array to external website</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/output-push-json-array-to-external-website/m-p/125414#M542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i don't see any option to configure the connector to buffer the events.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;But it is always possible to develop your own output adapter which sends the JSON as batch. The transporter can still be the existing WebSocket Transport.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2019 07:42:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/output-push-json-array-to-external-website/m-p/125414#M542</guid>
      <dc:creator>Stefan_Jung</dc:creator>
      <dc:date>2019-01-28T07:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Output Push JSON Array to external website</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/output-push-json-array-to-external-website/m-p/125415#M543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Stefan.&amp;nbsp; Your suggestion gave me an idea&amp;nbsp;to resolve my problem.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting the JSON array by doing the following:&lt;/P&gt;&lt;P&gt;1. Create a new output connector by cloning the&amp;nbsp;&lt;STRONG style="background-color: #ffffff; border: 0px; font-weight: bold;"&gt;Push JSON to an External Website&lt;/STRONG&gt;&lt;SPAN style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;output connector, and change&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;Adapter from Generic-JSON to JSON&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; border: 0px;"&gt;2. Create a new GeoEvent Output using the new output connector&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; border: 0px;"&gt;3. Enter a time value into "Update Interval (Seconds)" properties.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2019 18:48:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/output-push-json-array-to-external-website/m-p/125415#M543</guid>
      <dc:creator>RomanChueh</dc:creator>
      <dc:date>2019-01-29T18:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Output Push JSON Array to external website</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/output-push-json-array-to-external-website/m-p/125416#M544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Upon further investigation, the generated JSON Array has incorrect format; it's missing an ending curly braces "}" at the end of each GeoEvent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/436069_esri-geoevent-json-http-outout-1.JPG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Suggestion?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2019 20:05:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/output-push-json-array-to-external-website/m-p/125416#M544</guid>
      <dc:creator>RomanChueh</dc:creator>
      <dc:date>2019-01-29T20:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Output Push JSON Array to external website</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/output-push-json-array-to-external-website/m-p/125417#M545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that geoevent is not closing an array bracket while writing json to a file output. Because it is still waiting for more events to write to the json output list. Not sure if this could be a similar behavoir. Looks more like a bug in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;o you have any error messages @ log file?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;Is the JSON correct when sending it to a different output for example via TCP&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt; to the GeoEvent logger?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2019 13:10:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/output-push-json-array-to-external-website/m-p/125417#M545</guid>
      <dc:creator>Stefan_Jung</dc:creator>
      <dc:date>2019-01-31T13:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Output Push JSON Array to external website</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/output-push-json-array-to-external-website/m-p/125418#M546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry about the delay response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am now able to get a complete JSON Array send to the Client service.&amp;nbsp; &amp;nbsp;As it turns out, the problem was not in the GeoEvent, but within the logging component Client service,&amp;nbsp;which mysteriously remove one of the closing bracelet after the each event.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you help, Stefan.&lt;/P&gt;&lt;P&gt;Roman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2019 22:03:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/output-push-json-array-to-external-website/m-p/125418#M546</guid>
      <dc:creator>RomanChueh</dc:creator>
      <dc:date>2019-02-06T22:03:23Z</dc:date>
    </item>
  </channel>
</rss>

