Skip to content

Commit

Permalink
fix(VMware): use placeholder to define the port
Browse files Browse the repository at this point in the history
  • Loading branch information
squioc committed Jul 10, 2024
1 parent 2e9a27a commit d759653
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ with the following template:

```
$DefaultNetstreamDriverCAFile /etc/rsyslog.d/Sekoia-io-intake.pem
input(type="imtcp" port="20513" ruleset="remote20513")
input(type="imtcp" port="PORT" ruleset="remoteVmwarevCenter")
template(name="SEKOIAIOTemplate" type="string" string="<%pri%>1 %timestamp:::date-rfc3339% %hostname% %app-name% %procid% LOG [SEKOIA@53288 intake_key=\"YOUR_INTAKE_KEY\"] %msg%\n")
ruleset(name="remote20513"){
ruleset(name="remoteVmwarevCenter"){
if($programname == "vpxd") {
action(
type="omfwd"
Expand All @@ -59,7 +60,7 @@ ruleset(name="remote20513"){
}
```

Please change using the YOUR_INTAKE_KEY accordingly, as well as, the input port if needed.
Please change using the YOUR_INTAKE_KEY accordingly, as well as, the PORT.

Update the `docker-compose.yml` file of the Sekoia.io forwarder to mount the extended conf:

Expand Down

0 comments on commit d759653

Please sign in to comment.