Skip to Content.
Sympa Menu

perfsonar-user - RE: [perfsonar-user] Accessing Opensearch perfsonar test data

Subject: perfSONAR User Q&A and Other Discussion

List archive

RE: [perfsonar-user] Accessing Opensearch perfsonar test data


Chronological Thread 
  • From: Zachary Newell <>
  • To: Thomas Tam <>, "" <>
  • Subject: RE: [perfsonar-user] Accessing Opensearch perfsonar test data
  • Date: Wed, 26 Apr 2023 16:19:50 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=nshe.nevada.edu; dmarc=pass action=none header.from=nshe.nevada.edu; dkim=pass header.d=nshe.nevada.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=DuT8VckEsTkuQBbrGR51x+tBc3orWSX+G1j1t6M1G4M=; b=UjpBtR6gGTIF9l2vuQ9IhbF54uf1XHikutRemV2yCB8mPyuJrF3XW6+1L6Nuof6M1YhrXNnMo0QT+ps/wUljMDkvuv6odJXqaEeOnZnMtkIUAzQICMz26RvEkZMK/w0E7GweCydu87LFThIVQ7dz0w3z+Ghem/NokjMElw5wbAat1MhDODMf50V1hqje1NWTAlJ1GGpdLCmQHLyeasyfLkRGeQYwPpKgLun3ndu+pSVRLoOWvMZmwBSQaiBzSQB8hPR/naNwGbp5tiRmSGPGMFUgbiT2V24TUyxml8DSQ1EF3GavAI6HQjy/bMpilCgaYWU8/ZQB/7JQvUqqTiUuCg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=MCVyDquZ7qGTwAIeH1YNiKjHM4B7IK5o9u01avt2hLOv6S/LT4q0PHI7TedYymaifMNNBdXfuJXrqpX2fbZGhboLccTONGBgknUZlDvhFrL7wvh8IXZjtqAO19xrpRe+ATjZkUxHFtn3i6jyNta52qKcCbJpYeo4qIJ798E9zaCJ+2wpbhohk0jTwIvdAAfxZx/c6U21hLupdBk1sXyVsG4D2FYSDV3TfxvUGuuS6sE0/npLLrmZhvicYqwgDH0sC4WWm+9ekm/uyu+4MGx9NJQTZPxKQyv7XzDsX66K0yJaM+Lubuc1fmYcFeFyVmPNqGFfakEshLObxmKYsdH+Ow==

Hi Thomas,

 

Here is how I’ve been querying OpenSearch:

 

#Credentials are in /etc/perfsonar/opensearch/opensearch_login

curl -u admin:${PASSWORD} \

--insecure \

https://localhost:9200/_cat/indices

 

#Query the MTU indices

curl -u admin:${PASSWORD} \

--insecure \

-X GET \

https://localhost:9200/pscheduler_mtu*/_search?size=200 | \

jq '.hits.hits[]._source.result.mtu'

 

--

Zachary Newell

Research Computing Engineer

NSHE System Computing Services

From: <> On Behalf Of Thomas Tam
Sent: Wednesday, April 26, 2023 8:53 AM
To:
Subject: [perfsonar-user] Accessing Opensearch perfsonar test data

 

Hi,

 

All our perfSONAR boxes were upgraded last week to 5.0. We have attempted to install Grafana and add Data Sources of Opensearch. The install of Grafana was fine, however we can’t find the Opensearch Data Source because all perfSONAR servers have no route to Internet (can’t contact Grafana.com). Would any of you have any suggestion to work around that?


Alternatively, we can try to access the test data directly from Opensearch rest API. Can someone please provide a curl command?

 

Thanks

PUBLIC RECORDS NOTICE: In accordance with NRS Chapter 239, this email and responses, unless otherwise made confidential by law, may be subject to the Nevada Public Records laws and may be disclosed to the public upon request.



Archive powered by MHonArc 2.6.24.

Top of Page