Skip to content

Commit

Permalink
Fix extended conf for vmware conf
Browse files Browse the repository at this point in the history
  • Loading branch information
penhouetp committed Oct 16, 2024
1 parent 97a817e commit 2c6a5bd
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/integration/categories/endpoint/vmware_vcenter.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,14 @@ sudo vim ./extended_conf/11-vcenter.conf
with the following template:

```
$DefaultNetstreamDriverCAFile /etc/rsyslog.d/Sekoia-io-intake.pem
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="remoteVmwarevCenter"){
if($programname == "vpxd") {
if($programname == "vpxd") then {
action(
type="omfwd"
protocol="tcp"
type="omfwd"
protocol="tcp"
target="intake.sekoia.io"
port="10514"
TCP_Framing="octet-counted"
Expand Down

0 comments on commit 2c6a5bd

Please sign in to comment.