<?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: Geometry reference system, Big Data Store logging in ArcGIS GeoEvent Server Questions</title>
    <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/geometry-reference-system-big-data-store-logging/m-p/259001#M1092</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved problem number 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Input connector settings:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Construct Geometry From Fields:&amp;nbsp;&amp;nbsp; &amp;nbsp;Yes&lt;/LI&gt;&lt;LI&gt;X Geometry Field: x&lt;/LI&gt;&lt;LI&gt;Y Geometry Field: y&lt;/LI&gt;&lt;LI&gt;Z Geometry Field: (empty)&lt;/LI&gt;&lt;LI&gt;WKID Field or Default WKID: wkid&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GeoEvent Definition corresponding fields:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;x - Float&lt;/LI&gt;&lt;LI&gt;y - Float&lt;/LI&gt;&lt;LI&gt;wkid - Integer&lt;/LI&gt;&lt;LI&gt;geometry - Geometry (last field in the definition)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then submit your data like this (in case of the TCP input reader), the "geometry" is simply left out (already supplied from x,y data):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; y&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wkid
otherdata,1234.1234,5678.5678,25832‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 12:45:06 GMT</pubDate>
    <dc:creator>ChristophKisfeld</dc:creator>
    <dc:date>2021-12-11T12:45:06Z</dc:date>
    <item>
      <title>Geometry reference system, Big Data Store logging</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/geometry-reference-system-big-data-store-logging/m-p/259000#M1091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a 10.5 Geoevent setup with an Elasticsearch Big Data Store on a separate host.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Question 1:&lt;/STRONG&gt; I'm pushing events over a TCP Socket in a comma separated list. After some trial and error I found that the geometry format looks something like this:&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;othervalue&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"51.0,7.2"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;othervalue&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to specify a CRS here, maybe en EPSG code, Z value...? I couldn't find detailed documentation on how data types have to be formatted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Question 2:&lt;/STRONG&gt; One of my Elasticsearch BDS writers failed to output data, the cause of this was that I put an "Update Features" instead of "Add Features" output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While looking for the cause of this, I noticed that the logs on my server (C:\...\logs\example.com\elasticlog) were always empty (0 byte). The ArcGIS Server/GeoEvent Manager's logs didn't show anything useful either on "DEBUG".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to change the log level in \elasticsearch_2.3.2\config\logging.yml from "ERROR" to "DEBUG", but that didn't change anything -- How can I log failed INSERT and UPDATE attempts in the Elasticsearch BDS?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 10:07:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/geometry-reference-system-big-data-store-logging/m-p/259000#M1091</guid>
      <dc:creator>ChristophKisfeld</dc:creator>
      <dc:date>2017-06-07T10:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Geometry reference system, Big Data Store logging</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/geometry-reference-system-big-data-store-logging/m-p/259001#M1092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved problem number 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Input connector settings:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Construct Geometry From Fields:&amp;nbsp;&amp;nbsp; &amp;nbsp;Yes&lt;/LI&gt;&lt;LI&gt;X Geometry Field: x&lt;/LI&gt;&lt;LI&gt;Y Geometry Field: y&lt;/LI&gt;&lt;LI&gt;Z Geometry Field: (empty)&lt;/LI&gt;&lt;LI&gt;WKID Field or Default WKID: wkid&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GeoEvent Definition corresponding fields:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;x - Float&lt;/LI&gt;&lt;LI&gt;y - Float&lt;/LI&gt;&lt;LI&gt;wkid - Integer&lt;/LI&gt;&lt;LI&gt;geometry - Geometry (last field in the definition)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then submit your data like this (in case of the TCP input reader), the "geometry" is simply left out (already supplied from x,y data):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; y&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wkid
otherdata,1234.1234,5678.5678,25832‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 12:45:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/geometry-reference-system-big-data-store-logging/m-p/259001#M1092</guid>
      <dc:creator>ChristophKisfeld</dc:creator>
      <dc:date>2021-12-11T12:45:06Z</dc:date>
    </item>
  </channel>
</rss>

