Difference between revisions of "OpenSearch"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
− | * [[Monitor]]: https://opensearch.org/docs/latest/monitoring-plugins/alerting/monitors/#create-monitors | + | * [[OpenSearch Monitor|Monitor]]: https://opensearch.org/docs/latest/monitoring-plugins/alerting/monitors/#create-monitors |
* Trigger | * Trigger | ||
* [[Alert]] | * [[Alert]] |
Revision as of 10:13, 22 April 2022
wikipedia:OpenSearch (software)
- Monitor: https://opensearch.org/docs/latest/monitoring-plugins/alerting/monitors/#create-monitors
- Trigger
- Alert
- Action
- Destination
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
See also
Advertising: