Difference between revisions of "OpenSearch"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
* Action | * Action | ||
* Destination https://opensearch.org/docs/latest/monitoring-plugins/alerting/api/#create-destination | * Destination https://opensearch.org/docs/latest/monitoring-plugins/alerting/api/#create-destination | ||
+ | POST _plugins/_alerting/destinations | ||
== Installation == | == Installation == |
Revision as of 10:48, 22 April 2022
wikipedia:OpenSearch (software)
- Monitor: https://opensearch.org/docs/latest/monitoring-plugins/alerting/monitors/#create-monitors
- Trigger
- Alert
- Action
- Destination https://opensearch.org/docs/latest/monitoring-plugins/alerting/api/#create-destination
POST _plugins/_alerting/destinations
Installation
docker pull opensearchproject/opensearch:latest docker pull opensearchproject/opensearch-dashboards:latest docker run -p 9200:9200 -p 9600:9600 -e "discovery.type=single-node" opensearchproject/opensearch:1.3.1
Verify:
curl -XGET https://localhost:9200 -u 'admin:admin' --insecure
Related
- OpenSearch (software) fork from Elasticsearch and Kibana.
- Amazon OpenSearch Service
- OpenSearch roles
See also
Advertising: