hartfordfive / protologbeat

Application accepting log data via TCP or UDP to then index the data in Elasticsearch
Other
27 stars 14 forks source link

Make problem #6

Open ras2017it6 opened 7 years ago

ras2017it6 commented 7 years ago

after running make we get : capture789789789

hartfordfive commented 7 years ago

@ras2017it6 Someone also mentioned an issue with the make script in issue #5. I'll look into this as soon as I get a chance. Until then, you can get a pre-compiled build for your system by just downloading it from the releases section.

raabdo commented 7 years ago

Okay thank you, but I want to make some changes in the config file to use Sys Log protocol is it possible with the pre-compiled version And I want to ask you about UDPlogbeat, is it compiling without issues ??

hartfordfive commented 7 years ago

Yes, you can enable syslog-only mode via the config. Here's a a simple example configuration. As for udplogbeat, it also has pre-compiled binaries for it although I'm no longer maintaining/updating it as protologbeat is the successor.

ras2017it6 commented 7 years ago

to break the cycle we are supposed to have the conception of the project, could you sent us the uml diagram of the whole project to implement the interface correctly? is there a precompiled file with a enableonlysyslogformat=true set by default ?