tech:notes_elasticsearch_logstash_kibana
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| tech:notes_elasticsearch_logstash_kibana [2025/03/24 15:06] – créée - modification externe 127.0.0.1 | tech:notes_elasticsearch_logstash_kibana [2025/11/14 08:46] (Version actuelle) – Jean-Baptiste | ||
|---|---|---|---|
| Ligne 15: | Ligne 15: | ||
| * Metricbeat | * Metricbeat | ||
| * [[https:// | * [[https:// | ||
| + | |||
| + | **OpenSearch** remplace ElasticSearch | ||
| Vérif syntax Grok : https:// | Vérif syntax Grok : https:// | ||
| Ligne 55: | Ligne 57: | ||
| === Config | === Config | ||
| - | <code - / | + | '' |
| + | <code -> | ||
| -Xms512m | -Xms512m | ||
| -Xmx512m | -Xmx512m | ||
| Ligne 63: | Ligne 66: | ||
| Voir : https:// | Voir : https:// | ||
| - | <code yaml / | + | '' |
| + | <code yaml> | ||
| xpack.security.enabled: | xpack.security.enabled: | ||
| </ | </ | ||
| Ligne 78: | Ligne 82: | ||
| * Filebeat | * Filebeat | ||
| * Fluentd | * Fluentd | ||
| + | |||
| === Config | === Config | ||
| Ligne 83: | Ligne 88: | ||
| Conf Java Mem | Conf Java Mem | ||
| - | <code - / | + | '' |
| + | <code -> | ||
| ## JVM configuration | ## JVM configuration | ||
| Ligne 103: | Ligne 109: | ||
| Note : préférer Filebeat | Note : préférer Filebeat | ||
| - | <code ruby / | + | '' |
| + | <code ruby> | ||
| input { | input { | ||
| file { | file { | ||
| Ligne 163: | Ligne 170: | ||
| } | } | ||
| </ | </ | ||
| + | |||
| === Debug | === Debug | ||
| Ligne 175: | Ligne 183: | ||
| / | / | ||
| </ | </ | ||
| + | |||
| === Autres | === Autres | ||
| Ligne 190: | Ligne 199: | ||
| -p 9200-e discovery.type=single-node | -p 9200-e discovery.type=single-node | ||
| </ | </ | ||
| + | |||
| == Kibana | == Kibana | ||
| Ligne 195: | Ligne 205: | ||
| === Nginx reverse proxy | === Nginx reverse proxy | ||
| - | <code c / | + | '' |
| + | <code nginx> | ||
| server { | server { | ||
| server_name kibana.acme.fr; | server_name kibana.acme.fr; | ||
| Ligne 240: | Ligne 251: | ||
| === Sécurité | === Sécurité | ||
| - | <code yaml / | + | '' |
| + | <code yaml> | ||
| elasticsearch.username: | elasticsearch.username: | ||
| </ | </ | ||
| Ligne 248: | Ligne 260: | ||
| / | / | ||
| </ | </ | ||
| + | |||
| == Filebeat | == Filebeat | ||
| Ligne 255: | Ligne 268: | ||
| Dans certain cas, remplace Logstash | Dans certain cas, remplace Logstash | ||
| - | <code yaml filebeat.yml> | + | '' |
| + | <code yaml> | ||
| output.elasticsearch: | output.elasticsearch: | ||
| hosts: [" | hosts: [" | ||
tech/notes_elasticsearch_logstash_kibana.1742825205.txt.gz · Dernière modification : de 127.0.0.1
