Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- ELK: Beats (filebeats)
- a un spooler == instalación y configuración * <code bash>curl -L -O https://artifacts.elastic.co/down... 4.deb service filebeat { start | status | stop}</code> * como metricbeats, puede enviar a logstatsh o... directamente * **/etc/filebeat/filebeat.yml**:<code yaml>filebeat.prospectors: - input_type: log pa... ] output.logstash: hosts:["172.16.2.21:61000"]</code> * parámetros de autenticación para Elasticse
- ELK: Beats (Winlogbeats & Heartbeats)
- P, TCP, HTTP (TLS, proxies) === instalación * <code bash>curl -L -O https://artifacts.elastic.co/down... amd64.deb sudo dpkg -i heartbeat-5.4.2-amd64.deb</code> * <code yaml>heartbeat.monitors: - type: http urls: ["http://localhost:80"] schedule: '@every 10... ut.elasticsearch: hosts: ["172.16.2.21:9200"] </code> * <code bash>service heartbeat { start | statu
- ELK: Beats (Packetbeats)
- 23652.png }} == instalación y configuración * <code bash>sudo apt-get install libpcap0.8 curl -L -O h... md64.deb sudo dpkg -i packetbeat-5.4.2-amd64.deb</code> * <code yaml>packetbeat.interfaces.device: any packetbeat.flows: timeout: 30s period: 10s packe... put.elasticsearch: hosts: ["172.16.2.21:9200"]</code> * Network device (interfaces) * donde colo
- ELK: Beats (Metricbeats)
- lasticsearch == instalación y configuración * <code bash>curl -L -O https://artifacts.elastic.co/down... .deb service metricbeat {start | status | stop} </code> * **/etc/metricbeat/metricbeat.yml**, modifica