Replies: 2 comments
-
Please review #250 |
Beta Was this translation helpful? Give feedback.
0 replies
-
@flngkttn i'm doing a similar system.. as of now i have 4 sensors distributed around the state.. all reporting back to my central office. After installing the 'sensor' i install "Filebeat" and configure filebeat to transmit any log changes to a logstash instance in my central office. Logstash then does some processing and then deposits the data into an elasticsearch cluster. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
lsb_release -a
anduname -a
? debian 10/install.log
/install.err
. Noglances
andhtop
.df -h
)?dps.sh
)?systemctl status tpot
)? Activesystemctl stop tpot
and runnetstat -tulpen
DOWN
you can rundocker logs <container-name>
for the latest log entriesHi there
Thank you for your software.
I'm trying to implement distributed system of Honeypots.
I have Standard type system and Sensor.
Wiki page says to use logstash to forward logs to another destination, but in Sensor system there is no Logstash.
What I'm doing wrong?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions