Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geomesa-users] Tools/Utilities to analyze Geomesa query stats

Emilio:

   Thanks.    That got me somewhere.
My big issue was that I had colons between my zookeepers vs commas (what I get for doing stuff late)

Then I had to fiddle with the params.
According to the code the bin parameter is required.  Looks like that tests for the presence of true or false in the hints.
What would it be looking for there?

In any case if I set bin to false I get data.  YEAH!!!!!!!

Looks like only JSON output is supported from the stats end point.

For the list once I registered by data source this query worked:

curl -v  -XGET 'http://bdpgeoserver:8181/geoserver/geomesa/stats/CoalesceSearch/queries/?typeName=EventRecordset&dates=2017-11-28T00:00:00.000Z/2017-11-29T00:00:00.000Z&bin=false'
I think I want to figure out a way to dump all this data to elasticsearch where I can play with it in kibana.

I am very interested in getting the analytics endpoint to work. Guess my big issue there is the SPARK assembly jar.
I built it from source and copied it into the library directory.

Any idea what I should look at there?


On 11/29/17 8:44 AM, Emilio Lahr-Vivaz wrote:
curl http://bdpgeoserver:8181/geoserver/geomesa/stats/CoalesceSearch/queries -d 'typeName=bar' -d 'dates=2017-11-28T00:00:00.000Z/2017-11-29T00:00:00.000Z'

--
========= mailto:dboyd@xxxxxxxxxxxxxxxxx ============
David W. Boyd
VP,  Data Solutions
10432 Balls Ford, Suite 240
Manassas, VA 20109
office:   +1-703-552-2862
cell:     +1-703-402-7908
============== http://www.incadencecorp.com/ ============
ISO/IEC JTC1 WG9, editor ISO/IEC 20547 Big Data Reference Architecture
Chair ANSI/INCITS TC Big Data
Co-chair NIST Big Data Public Working Group Reference Architecture
First Robotic Mentor - FRC, FTC - www.iliterobotics.org
Board Member- USSTEM Foundation - www.usstem.org

The information contained in this message may be privileged
and/or confidential and protected from disclosure.
If the reader of this message is not the intended recipient
or an employee or agent responsible for delivering this message
to the intended recipient, you are hereby notified that any
dissemination, distribution or copying of this communication
is strictly prohibited.  If you have received this communication
in error, please notify the sender immediately by replying to
this message and deleting the material from any computer.



Back to the top