Exiting: 9 errors: protocol not available

module: system

period: 10s

metricsets:

- cpu

- load

- memory

- filesystem

- fsstat

- network

- process

- process_summary

- socket_summary

- entropy

- core

- diskio

- socket

- service

- users

process.include_top_n:

by_cpu: 5      # include top 5 processes by CPU

by_memory: 5   # include top 5 processes by memory

Configure the mount point of the host’s filesystem for use in monitoring a host from within a container

#system.hostfs: "/hostfs"

  • module: system

    period: 1m

    metricsets:

    • filesystem

    • fsstat

    processors:

    • drop_event.when.regexp:

      system.filesystem.mount_point: '^/(sys|cgroup|proc|dev|etc|host|lib|snap)($|/)'

  • module: system

    period: 15m

    metricsets:

    • uptime

#- module: system

period: 5m

metricsets:

- raid

raid.mount_point: '/'

Saca este error

2021-10-07T12:36:59.634-0500 ERROR instance/beat.go:989 Exiting: 9 errors: protocol not available; protocol not available; protocol not available; protocol not available; protocol not available; protocol not available; protocol not available; protocol not available; metricset 'docker/network_summary' not found
Exiting: 9 errors: protocol not available; protocol not available; protocol not available; protocol not available; protocol not available; protocol not available; protocol not available; protocol not available; metricset 'docker/network_summary' not found

Welcome to our community! :smiley:
Please format your code/logs/config using the </> button, or markdown style back ticks. It helps to make things easy to read which helps us help you :slight_smile:

It's not clear what you are asking here, as all we can see is your config and what appears to be part of a log(?).
What version are you using? What does the entire log show?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.