Difference between revisions of "OpenSearch"

From wikieduonline
Jump to navigation Jump to search
 
(45 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[wikipedia:OpenSearch (software)]]  
+
[[wikipedia:OpenSearch (software)]] (Apr [[2021]]) [[search engine]], ([https://trends.google.com/trends/explore?date=today%205-y&q=Opensearch Google Trends])
  
 +
* [[OpenSearch installation]]
 +
* [[OpenSearch Dashboards]]
 +
* [[OpenSearch plugins]]
  
* [[OpenSearch Monitor|Monitor]]: https://opensearch.org/docs/latest/monitoring-plugins/alerting/monitors/#create-monitors
+
 
* Trigger
+
* [[OpenSearch Monitor|Monitor]]: <code>[[ctx.monitor]]</code> https://opensearch.org/docs/latest/monitoring-plugins/alerting/monitors/#create-monitors
* [[Alert]]
+
** [[Trigger]]: <code>[[ctx.trigger]]</code>
 +
* [[OpenSearch alerts]]
 
* Action
 
* Action
* Destination
+
* [[OpenSearch destination]] https://opensearch.org/docs/latest/monitoring-plugins/alerting/api/#create-destination
 +
* <code>POST [[_plugins/_alerting/]]destinations</code>
  
== Installation ==
+
* <code>[[_alerting/monitors/]]</code>
[[docker pull]] opensearchproject/opensearch:latest
+
* <code>[[_cat/plugins]]</code>
[[docker pull]] opensearchproject/opensearch-dashboards:latest
+
* <code>[[_plugins/_alerting/]]</code>
[[docker run]] -p [[9200]]:9200 -p [[9600]]:9600 -e "discovery.type=single-node" opensearchproject/opensearch:1.3.1
+
* <code>[[_plugins/_alerting/destinations]]</code>
  
 +
{{cat API}}
  
Verify:
 
[[curl -XGET]] https://localhost:9200 -u 'admin:admin' --insecure
 
  
 
== Related ==
 
== Related ==
 
* [[OpenSearch (software)]] fork from [[Elasticsearch]] and [[Kibana]].
 
* [[OpenSearch (software)]] fork from [[Elasticsearch]] and [[Kibana]].
 
* [[Amazon OpenSearch Service]]
 
* [[Amazon OpenSearch Service]]
 +
* [[OpenSearch roles]]
 +
* [[Index pattern]]
 +
* [[OpenSearch access control]]
 +
* [[UltraWarm storage for Amazon OpenSearch Service]]
 +
* <code>[[AWSServiceRoleForAmazonOpenSearchService]]</code>
 +
* [[Access policy]]
 +
* [[Logz.io]]
 +
 +
== Activities ==
 +
* Read https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CWL_OpenSearch_Stream.html
  
 
== See also ==
 
== See also ==
* {{RSS}}
+
* {{opensearch-cli}}
 
* {{Opensearch}}
 
* {{Opensearch}}
  
 
[[Category:OpenSearch]]
 
[[Category:OpenSearch]]

Latest revision as of 11:15, 9 August 2023

Advertising: