diff --git a/docs/integration/ingestion_methods/syslog/rsyslog.md b/docs/integration/ingestion_methods/syslog/rsyslog.md index 2f0774436d..606c4c22a2 100644 --- a/docs/integration/ingestion_methods/syslog/rsyslog.md +++ b/docs/integration/ingestion_methods/syslog/rsyslog.md @@ -18,7 +18,7 @@ The following prerequisites are needed in order to setup efficient Rsyslog: - Administrator privileges of the server: `root` - Inbound traffic from the equipment to the Rsyslog must be open on `TCP 514` -- Outbound traffic from the Rsyslog to the Sekoia.io platform must be open on `TCP 10514` (IP for `intake.sekoia.io` is `51.159.9.95`) +- Outbound traffic from the Rsyslog to the Sekoia.io platform must be open on `TCP 10514` (IP for `intake.sekoia.io` is `213.32.5.228`) ## Rsyslog installation procedure @@ -684,4 +684,4 @@ It will automatically configure you Rsyslog server to collect and forward Window ```bash sudo systemctl restart rsyslog.service - ``` \ No newline at end of file + ``` diff --git a/docs/xdr/FAQ.md b/docs/xdr/FAQ.md index 9e156bdf56..e8e3db79b7 100644 --- a/docs/xdr/FAQ.md +++ b/docs/xdr/FAQ.md @@ -4,7 +4,7 @@ ### Is the IP behind `intake.sekoia.io` static? -**IP for `intake.sekoia.io` is `51.159.9.95`.** +**IP for `intake.sekoia.io` is `213.32.5.228`.** `intake.sekoia.io` is the domain name used to send your logs to Sekoia.io, either via Syslog or HTTP protocols. The IP address behind that service is static and stable. You can use that IP to configure your firewalls to allow connections from your forwarding systems to Sekoia.io.