0

I have an evebox showing me this error when it connects to my elasticsearch. here it is my evebox.yml and sytemctl status evebox.service outputs


data-directory: /var/lib/evebox
http:
  tls:
    enabled: false
    certificate: /etc/kibana/certificados/kibana/kibana.pem

database:
  type: elasticsearch

  elasticsearch:
    url: https//client-01.example.com:9200
    index: suricata-*
    disable-certificate-check: true
    username: elastic
    password: debian

geoip:
  disabled: false
  database: /etc/evebox/GeoLite2-City.mmdb
  
authentication:
  required: true
  type: usernamepassword
  login-message: Monitoreo de tráfico de red

  root@kibana:/var/log# systemctl status  evebox.service
● evebox.service - EveBox Server
   Loaded: loaded (/lib/systemd/system/evebox.service; enabled; vendor preset: enabled)
   Active: active (running) since Thu 2022-02-03 14:59:43 CST; 5s ago
 Main PID: 2630 (evebox)
    Tasks: 8 (limit: 7082)
   Memory: 24.0M
   CGroup: /system.slice/evebox.service
           └─2630 /usr/bin/evebox server -c /etc/evebox/evebox.yaml --host kibana.example.com

Feb 03 14:59:43 kibana evebox[2630]: 2022-02-03 14:59:43 (server.go:163) <Info> -- This is EveBox Server version 0.11.0 (rev: 51ee7a9); os=linux, arch=amd64
Feb 03 14:59:43 kibana evebox[2630]: 2022-02-03 14:59:43 (server.go:252) <Info> -- Self test: found embedded index.html.
Feb 03 14:59:43 kibana evebox[2630]: 2022-02-03 14:59:43 (configdb.go:59) <Info> -- Using configuration database file /var/lib/evebox/config.sqlite
Feb 03 14:59:43 kibana evebox[2630]: 2022-02-03 14:59:43 (server.go:305) <Info> -- Configuring ElasticSearch datastore
Feb 03 14:59:43 kibana evebox[2630]: 2022-02-03 14:59:43 (server.go:306) <Info> -- Using ElasticSearch URL https//client-01.example.com:9200
Feb 03 14:59:43 kibana evebox[2630]: 2022-02-03 14:59:43 (server.go:308) <Info> -- Using ElasticSearch Index suricata-*.
Feb 03 14:59:43 kibana evebox[2630]: 2022-02-03 14:59:43 (elasticsearch.go:109) <Info> -- Event base index: suricata
Feb 03 14:59:43 kibana evebox[2630]: 2022-02-03 14:59:43 (elasticsearch.go:110) <Info> -- Event search index: suricata-*
Feb 03 14:59:43 kibana evebox[2630]: 2022-02-03 14:59:43 (server.go:335) <Error> -- Failed to ping Elastic Search, delaying startup: : Get "https//client-01.example.com:9200/": unsupported protocol scheme ""
Feb 03 14:59:46 kibana evebox[2630]: 2022-02-03 14:59:46 (server.go:335) <Error> -- Failed to ping Elastic Search, delaying startup: : Get "https//client-01.example.com:9200/": unsupported protocol scheme ""

0 Answers0