Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

(blue star) Confidence Level Moderate  This article includes input from several JPLers. Multiple subject matter experts can indicate that a page is more frequently reviewed and updated.

In HySDS, the Elasticsearch (ES) database can be accessed via the “es:head” link (See #1 in image) in the top navigation bar inside the Resource Manager (Figaro). Each adaptation of HySDS has a unique ES database associated with it and can alternatively be accessed with a unique URL.

Info

There are two categories of ES: 1.) Mozart which includes PGE jobs, and 2.) GRQ which includes the dataset indices.

Note

The ARIA adaptation’s ES database link is: https://c-datasets.aria.hysds.io/es/_plugin/head/

Note

The ES head of other HySDS adaptations can be accessed via: https://{host}/es/_plugin/head

{host} is commonly defined with IP address or host name (ie example.com)

Image Modified

Once you’ve navigated to the ES database, the landing page should look like this:

Image Modified

In ES each index is associated with a unique dataset; displayed here in a horizontal row along the top of the ES dashboard (#2). The alias name of each index is listed in bold (#3). Alternatively, a complete list of the indices can be found under the tab labeled “Indices” in the upper left corner.

To search ES with a JSON query, click on the “Any Request” tab (#4).

  • Appending the index alias name to the URL (#5), and clicking “Request” (#6) will display a list of results in JSON format in a column (#7).

Image Modified

  • Creating a JSON query using the faceting features inside Tosca. Users should first select the desired facets. In the following example time range is used by clicking the “range” button (#8) in the “start date” in the left-hand menu column.

Image Modified

  • Next, once the slider is adjusted (#9) to the desired time range, click on “Trigger Rules” (#10):

Image Modified

  • Select and copy the entire JSON string inside the “Condition” window (#11):

Image Modified

  • Return to ES, and under the Any Request tab, delete any search conditions in the search box so that it matches the format shown (replacing the text between the hashtags with the copied JSON string).

Image Modified

Info

Click here instructions on how to create tabular views of Elasticsearch Documents.


(lightbulb) Have Questions? Ask a HySDS Developer:

Anyone can join our public Slack channelto learn more about HySDS. JPL employees can join #HySDS-Community

(blue star)

JPLers can also ask HySDS questions atStack Overflow Enterprise

(blue star)

Live Search
placeholderSearch HySDS Wiki