Skip to content

Commit

Permalink
Merge pull request #2063 from mortrevere/feat/new-ip
Browse files Browse the repository at this point in the history
fix(doc): update public IP
  • Loading branch information
mortrevere authored Oct 17, 2024
2 parents d4eb392 + d8b2cfd commit 6d80690
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/integration/ingestion_methods/syslog/rsyslog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -684,4 +684,4 @@ It will automatically configure you Rsyslog server to collect and forward Window
```bash
sudo systemctl restart rsyslog.service
```
```
2 changes: 1 addition & 1 deletion docs/xdr/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 6d80690

Please sign in to comment.