WSP: Revision history

From SambaWiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

3 July 2024

  • curprev 21:4221:42, 3 July 2024NoelPower talk contribs 4,416 bytes +4,416 Created page with "=WSP running and testing using opensearch= ==install opensearch== <code> OPENSEARCH_INITIAL_ADMIN_PASSWORD=1234?Changeme rpm -ivh opensearch-2.15.0-linux-x64.rpm </code> ==start it== systemctl daemon-reload systemctl start opensearch.services ==check if is running== systemctrl status opensearch.services ==check communication== curl -k -uadmin:1234?Changeme https://127.0.0.1:9200 should respond with { "name" : "localhost.localdomain", "cluster_name" : "opensea..."