Skip to Content.
Sympa Menu

perfsonar-user - [perfsonar-user] New Central Archive (OpenSearch)

Subject: perfSONAR User Q&A and Other Discussion

List archive

[perfsonar-user] New Central Archive (OpenSearch)


Chronological Thread 
  • From: "Jackson, Wayne P. (GSFC-585.0)[Axient]" <>
  • To: "" <>
  • Subject: [perfsonar-user] New Central Archive (OpenSearch)
  • Date: Tue, 5 Mar 2024 14:52:47 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=nasa.gov; dmarc=pass action=none header.from=nasa.gov; dkim=pass header.d=nasa.gov; 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=SrH5fm1VgEPCe1FnecMIWhka5YMZ3x9B8bw7NfRq/eE=; b=Xg1KDawkpKWiU2jgm/EE+XG8pcBQkNtAGwNv1KAMO2TeBh8KNYzqq/2YRuW+uP5llEKUEbnkEPLvJNogDH8PIEijSV76XC2LTtMjtCwEx7OwTKSApri6WWcWT54f4mlj3TW8GRLbfPuwEk4+E2fOssaiCjWywo8oixoGMhOAPoYEbaxDv1M/ED+ohKuD37i7P/Z4t2Cr9wfQwM8QxoENrxlvEhPrhnuAxTc/DwvRmpgV11dqMXrnNu7RVHymJqlywBRcjKyBPx73qIm9BnVlWOVpEaqFDDz7xPC+g/J1I3xehvuANw11s+30CjJSaQuYdLILl7YxZ8aUGHFSNupb9Q==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ZX2yt86zU8gZqytNL1oH6Ov9PhgT3QZn39CL4pFikkhajsu53I1vRWw6DkntmIPQG5dQkvlco4jNX7Hxoc+Ermr8v/1NancpjQkIuOWMWXy3FLZPVw0Yvwm1ZSmzemQoB1Y5oBRlC1D9DIk6sA0NGUXbiO2e5VTXwLVGVNL6X7abfiBIp/mYow9cM5bJCGQHieVrW2x65LkY7dF2YHdf/uZohXCxsP8wsjP9BJQimDNKaRe3ySt2g7BtPptu3F1+4O0uTa1y9cEyzwe7niA95+Zdrf0+tNzTMMt2jXG7X35+qONqGJ7EKiXQ/UJQowrZGKx9kEDnV2uHOl+mqMgQpA==

I have a couple of (most likely stupid) questions:  

First, a quick background:

I have several “Test Points” on separate subnets and one legacy Esmond Archive on its own network behind a firewall. I have now installed and configured a new secondary Archive for PS 5.x, using OpenSearch of course. 

I configure the test points from the “/usr/lib/perfsonar/web-psconfig” path and have one json file configured to send to both Esmond and OpenSearch, where MaDDash reads from Legacy Esmod: Here is the portion of the json where I configured the new “endpsma02 logstash” which is successfully pushed out to one of our test points:

"nsg-opensearch": {

      "archiver": "http",

      "data":{

          "schema":3,

          "_url":https://endpsma02.eosdis.nasa.gov/logstash,

          "verify-ssl":false,

          "op":"put",

          "_headers":{

          "x-ps-observer":"{% scheduled_by_address %}",

          "content-type":"application/json",

          "Authorization":"Basic XXXXXXXXXX.XXXXXX.k94JuLT/ab/S/q1ym8/"

          }

 

Questions:

  • In the “Authorization” should this be the value in the “/etc/perfsonar/opensearch/logstash_logn” file and should this include the “perfsonar:” portion?
  • I have 443 opened between the test point and the new archive server but do I also need additional ports open: 11283 for logstash and or 9200 for OpenSearch? 
  • I have a simple python script that uses the key and cert in /etc/opensearch to see the indices and some data in OpenSearch but I do not see an index or docs for any actual data from the new system, which I assume is still blocked or not configured correctly to send result data back to the new Archive server.
  • Here are the indices from that query:

 

health status index                        uuid                   pri rep docs.count docs.deleted store.size pri.store.size

green  open   security-auditlog-2024.02.28 gk9JKesIT3qI-yBPJK_OAg   1   0         45            0    187.4kb        187.4kb

green  open   .opensearch-observability    ep_I8W4qQu24G494jVhYEw   1   0          0            0       208b           208b

green  open   security-auditlog-2024.02.14 GBa2-n4GTYqsZvp_sKrw6w   1   0         10            0    124.6kb        124.6kb

green  open   security-auditlog-2024.03.04 pR6FP9y6TpWd1H_S2MgNZw   1   0         23            0     83.9kb         83.9kb

green  open   security-auditlog-2024.02.09 vUR8ySZSTq-yDADI9Ykecw   1   0          6            0     92.1kb         92.1kb

green  open   security-auditlog-2024.02.29 -4VK02a8RgSwb6HUpVqg0Q   1   0         44            0    136.7kb        136.7kb

green  open   security-auditlog-2024.03.01 IZ0dahHCSU25oH2v75jQPg   1   0         25            0    121.8kb        121.8kb

green  open   security-auditlog-2024.02.13 IXeyNPgASfOSUDlA1v7jAQ   1   0          6            0     84.5kb         84.5kb

green  open   .opendistro_security         VAHoPa-8RlOKFZ00ZKKmSQ   1   0         10            0     75.3kb         75.3kb

 

 

As I am completely new to OpenSearch please forgive the most likely stupid questions.

 

 

V/R,

Wayne Jackson

Code 423

EOSDIS

(480)540-3279

 

 

 




Archive powered by MHonArc 2.6.24.

Top of Page