Hai Team,
Hope you are doing well.
I am new to OpenSearch. I have 2 VM which is
- UTMStack
- Grafana OSS
I try to use openseach to get data from UTMStack. But when i click on “Get version and save” the error display “Not Found”.
Can someone help me how to fix it. Any suggestion is appreciated, thank you.
Hello @adamharith welcome to grafana community
please check Grafana VM opensearch reachable
curl -k http://192.168.10.X:9200
Use correct OpenSearch port
http://UTMSTACK-IP:9200
Try in browser:
https://192.168.10.X:9200
If HTTPS works, then in Grafana:
https://192.168.10.X:9200
Enable: Skip TLS Verify
and follow the official doc where detailed steps mentioned.
Configure the OpenSearch data source | Grafana Plugins documentation
Thanks