Packetbeat setup fail

im trying to use packetbeat
but i have some problem about the packetbeat.yml

can someone help me thx!

Hi @OBT Welcomet to the community.

Please don't post images, the can be hard to read, (some can not even see them on mobile) they can not be search or debugged... nor cut-n-paste to help.

Yup simple yml issues uncomment line 159 you provided the host information without the parent sytax

sorry for only posting the images
I put the file on the google drive

please look for it

Hi,

please to check the line 168, it is an identation issue.

    159 setup.kibana:
    160
    161   # Kibana Host
    162   # Scheme and port can be left out and will be set to the default (http and 5601)
    163   # In case you specify and additional path, the scheme is required: http://localhost:5601/path
    164   # IPv6 addresses should always be defined as: https://[2001:db8::1]:5601
    165
    166
    167
    168 host: "140.130.34.20:5601"

it should be

    159 setup.kibana:
    160
    161   # Kibana Host
    162   # Scheme and port can be left out and will be set to the default (http and 5601)
    163   # In case you specify and additional path, the scheme is required: http://localhost:5601/path
    164   # IPv6 addresses should always be defined as: https://[2001:db8::1]:5601
    165
    166
    167
    168    host: "140.130.34.20:5601"

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