-
Hello, I am currently attempting to setup two Malcolm instances on my network through ESXi. One VM is set up as the server with all containers and the second VM is setup as the sensor. after storing the credentials and IP address of OpenSearch database and logstash I started Malcolm on both sensor and server. It connects to the OpenSearch over port 9200 with no issue. However, I receive the following error message for logstash: I realize this is a certificate issue but I wanted to request assistance on how to transfer the client certificates to the Malcolm instance that is acting as a sensor and the directory they should be stored in. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Just so I understand you right: do you have two Malcolm instances and you're wanting to forward the logs from one to the other? There are a few different ways to do a client/server model with malcolm (in order of preference):
Which are you trying to do? |
Beta Was this translation helpful? Give feedback.
I need to create/document a tool to do this for you. Basically what you'd want to do is take the files from
./logstash/certs
and./filebeat/certs/
on the destination Malcolm instance and copy them to the same location on the source Malcolm instance. Give that a shot and let me know how it goes.