Hi, I hope that my problem could be solved.
I want to output topbeat to a file.
But it is not possible for me to use file output.
Please see configuration file:
input:
period: 10
procs: [".*"]
output:
file:
enabled: true
path: "/tmp/topbeat/"
filename: topbeat
rotate_every_kb: 1000
number_of_files: 7
command:
./topbeat -test -c .yml -v
output:
geolite.go:61: INFO Loaded GeoIP data from: /usr/share/GeoIP/GeoLiteCity.dat
publish.go:222: WARN No output is defined to store the topology. The server fields might not be filled.
publish.go:234: INFO No shipper name configured, using hostname 'localhost.localdomain'
version;
./topbeat --version
topbeat version 1.0.0-beta4 (amd64)
Thank you in advance