Opensearch and Opensearchdashboard linux redhat7

Hello Community,

im completely new, in all this

My Server runs on a VM with no access to internet.
How can i get access outside of the VM to the dashboard?

Hi @amagonawin,

Are you trying to access OpenSearch Dashboards from the same network as your VM (is the VM accessible from the network you are trying to access it from)?

best,
mj

My goal is to Install Opensearch und opensearch Dashboard on PREM
System:
Linux Redhat7

And i would like to use it like elasticsearch.

Inside in the VM like: https:/ localhost:5601

Outside the VM: 0.0.0.0:5601/_cluster/settings

This one works:
curl -X GET https://localhost:5601/_cat/plugins?v -u ‘admin:admin’ --insecure

But his one wont work, everything that hast to do with the cluster wont work:

curl -X GET https://localhost:5601/_cluster/health -u ‘admin:admin’ --insecure

@amagonawin, Could you try port 9200 instead?

By default your OS nodes use port 9200 and your OpenSearch dashboards port 5601.

    curl -X GET https://localhost:9200/_cluster/health -u ‘admin:admin’ --insecure

Best,
mj

Yes that worked, thanks

Can you even help me with other topics regarding Opensearch?

Could you please elaborate more?
Is it about:

Best,
mj

@Mantas
I have questions regarding LDAP and active directory,
do you have any good documentation for that?

which files do i need for that?

Thanks

@amagonawin,

You should find all you need here: Active Directory and LDAP - OpenSearch Documentation

If any questions just open a new forum to make sure the community can follow/commit.

Best,
mj