User Tools

Site Tools


сервисы_opensearch

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
сервисы_opensearch [2024/06/23 14:26]
val [OpenSearch Dashboard]
сервисы_opensearch [2024/06/23 18:08] (current)
val
Line 37: Line 37:
  
   * [[https://​opensearch.org/​docs/​latest/​install-and-configure/​install-dashboards/​debian/​|Installing OpenSearch Dashboards (Debian)]]   * [[https://​opensearch.org/​docs/​latest/​install-and-configure/​install-dashboards/​debian/​|Installing OpenSearch Dashboards (Debian)]]
 +  * https://​opensearch.org/​docs/​latest/​install-and-configure/​install-dashboards/​plugins/​
   * [[Сервисы ELK#​Kibana]]   * [[Сервисы ELK#​Kibana]]
  
Line 62: Line 63:
 </​code>​ </​code>​
  
-  * https://​opensearch.org/​docs/​latest/​install-and-configure/​install-dashboards/​plugins/​+===== Logstash =====
  
-<​code>​+  * [[https://​opensearch.org/​docs/​latest/​tools/​logstash/​index/​]]
  
-https://​opensearch.org/​docs/​latest/​tools/​logstash/​index/​+<​code>​
 # wget https://​artifacts.opensearch.org/​logstash/​logstash-oss-with-opensearch-output-plugin-8.6.1-linux-x64.tar.gz # wget https://​artifacts.opensearch.org/​logstash/​logstash-oss-with-opensearch-output-plugin-8.6.1-linux-x64.tar.gz
 ~/​logstash-8.6.1#​ bin/​logstash -e "input { stdin {} } output { stdout {} opensearch {} }" ~/​logstash-8.6.1#​ bin/​logstash -e "input { stdin {} } output { stdout {} opensearch {} }"
 +</​code>​
  
-https://​opensearch.org/​docs/​1.0/​clients/​agents-and-ingestion-tools/​index/​ +===== Filebeat =====
-### wget http://​62.113.231.233/​vendor/​pool/​main/​f/​filebeat/​filebeat-oss-7.12.1-amd64.deb+
  
 +  * [[https://​opensearch.org/​docs/​1.0/​clients/​agents-and-ingestion-tools/​index/​]]
 +
 +<​code>​
 # wget https://​github.com/​mnorrsken/​beats/​releases/​download/​v7.10.1/​filebeat-oss-7.10.1-amd64.deb # wget https://​github.com/​mnorrsken/​beats/​releases/​download/​v7.10.1/​filebeat-oss-7.10.1-amd64.deb
 +
 +# filebeat modules list
 </​code>​ </​code>​
сервисы_opensearch.txt · Last modified: 2024/06/23 18:08 by val