Skip to content

Commit

Permalink
Merge pull request #1947 from SEKOIA-IO/fix_ingest_methods
Browse files Browse the repository at this point in the history
Fix broken links
  • Loading branch information
penhouetp authored Aug 5, 2024
2 parents 3850431 + 2c99ef1 commit 4d34835
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions _shared_content/integration/forwarder_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ and after

To achieve this you can:

- Use the [Sekoia.io forwarder](./sekoiaio_forwarder.md) which is the official supported way to collect data using the syslog protocol in Sekoia.io. In charge of centralizing data coming from many equipments/sources and forwarding them to Sekoia.io with the apporpriated format, it is a prepackaged option. You only have to provide your intake key as parameter.
- Use your own [Syslog service](./syslog_service.md) instance. Maybe you already have an intance of one of these components on your side and want to reuse it in order to centralize data before forwarding them to Sekoia.io. When using this mode, you have to configure and maintain your component in order to respect the expected Sekoia.io format.
- Use the [Sekoia.io forwarder](/integration/ingestion_methods/syslog/sekoiaio_forwarder/) which is the official supported way to collect data using the syslog protocol in Sekoia.io. In charge of centralizing data coming from many equipments/sources and forwarding them to Sekoia.io with the apporpriated format, it is a prepackaged option. You only have to provide your intake key as parameter.
- Use your own [Syslog service](/integration/ingestion_methods/syslog/syslog_service/) instance. Maybe you already have an intance of one of these components on your side and want to reuse it in order to centralize data before forwarding them to Sekoia.io. When using this mode, you have to configure and maintain your component in order to respect the expected Sekoia.io format.


!!! warning
Expand Down
2 changes: 1 addition & 1 deletion docs/integration/categories/endpoint/vmware_esxi.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Go to the [intake page](https://app.sekoia.io/operations/intakes) and create a n

## Forward logs to Sekoia.io

Please consult the [Syslog Forwarding](../../../../ingestion_methods/sekoiaio_forwarder/) documentation to forward these logs to Sekoia.io.
Please consult the [Syslog Forwarding](../../../ingestion_methods/sekoiaio_forwarder/) documentation to forward these logs to Sekoia.io.

{!_shared_content/operations_center/integrations/generated/2b13307b-7439-4973-900a-2b58303cac90_sample.md!}

Expand Down
2 changes: 1 addition & 1 deletion docs/integration/categories/endpoint/vmware_vcenter.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Go to the [intake page](https://app.sekoia.io/operations/intakes) and create a n

## Forward logs to Sekoia.io

Please consult the [Syslog Forwarding](../../../../ingestion_methods/sekoiaio_forwarder/) documentation to forward these logs to Sekoia.io.
Please consult the [Syslog Forwarding](../../../ingestion_methods/sekoiaio_forwarder/) documentation to forward these logs to Sekoia.io.

Create a new configuration file:

Expand Down
2 changes: 1 addition & 1 deletion docs/integration/categories/network_security/sophos_fw.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ You can configure a syslog server in Sophos Firewall by following the instructio

### Forward logs to Sekoia.io

Please consult the [Syslog Forwarding](../../../../ingestion_methods/sekoiaio_forwarder/) documentation to forward these logs to Sekoia.io.
Please consult the [Syslog Forwarding](../../../ingestion_methods/sekoiaio_forwarder/) documentation to forward these logs to Sekoia.io.


{!_shared_content/operations_center/integrations/generated/325369ba-8515-45b4-b750-5db882ea1266_sample.md!}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Go to the [intake page](https://app.sekoia.io/operations/intakes) and create a n

## Forward logs to Sekoia.io

Please consult the [Rsyslog Transport](../../../ingestion_methods/syslog/overview/) documentation or [Syslog Forwarding](../../../../ingestion_methods/sekoiaio_forwarder/) documentation to forward these logs to Sekoia.io.
Please consult the [Rsyslog Transport](../../../ingestion_methods/syslog/overview/) documentation or [Syslog Forwarding](../../../ingestion_methods/sekoiaio_forwarder/) documentation to forward these logs to Sekoia.io.


{!_shared_content/operations_center/integrations/generated/d719e8b5-85a1-4dad-bf71-46155af56570_sample.md!}
Expand Down
4 changes: 2 additions & 2 deletions docs/integration/ingestion_methods/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Sekoia.io supports the following log collecting methods:

- [HTTPS](/integration/ingestion_methods/https/overview/) (`https://intake.sekoia.io`): `POST` your JSON events to Sekoia.io.
- [Syslog](/integration/ingestion_methods/syslog/overview/) over TLS (`intake.sekoia.io:10514`): forward your events with the Syslog protocol specified in RFC 5424.
- [RELP](/integration/ingestion_methods/syslog/syslog_service/#how-to-forward-logs-to-sekoiaio-using-relp) over TLS (`relp.intake.sekoia.io:11514`): forward your events with Rsyslog’s reliable protocol called RELP.
- [RELP](/integration/ingestion_methods/syslog/rsyslog/#how-to-forward-logs-to-sekoiaio-using-relp) over TLS (`relp.intake.sekoia.io:11514`): forward your events with Rsyslog’s reliable protocol called RELP.
- [Cloud hosting and API polling](/integration/ingestion_methods/cloud_saas/overview/): configure Sekoia.io to regularly retrieve your logs.

If these solutions do not meet your needs, contact our support.
Expand All @@ -30,7 +30,7 @@ and after
<%pri%>1 %timestamp:::date-rfc3339% %hostname% %app-name% %procid% LOG [SEKOIA@53288 intake_key=\"YOUR_INTAKE_KEY\"] RAW_MESSAGE
```

We provide [documentation and example configurations](/integration/ingestion_methods/syslog/overview/) on how to configure your log system for Rsyslog, syslog-ng or use our [Sekoia.io Forwarder](/integration/ingestion_methods/syslog/sekoiaio_forwarder/, but it should be easy to configure other log collectors to forward their events to Sekoia.io.
We provide [documentation and example configurations](/integration/ingestion_methods/syslog/overview/) on how to configure your log system for Rsyslog, syslog-ng or use our [Sekoia.io Forwarder](/integration/ingestion_methods/syslog/sekoiaio_forwarder/), but it should be easy to configure other log collectors to forward their events to Sekoia.io.

## HTTPS integration

Expand Down
3 changes: 1 addition & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,10 +305,9 @@ nav:
- Logstash: integration/ingestion_methods/https/logstash.md
- Syslog:
- Overview: integration/ingestion_methods/syslog/overview.md
- Rsyslog: integration/ingestion_methods/syslog/rsyslog.md
- Secured Forwarded: integration/ingestion_methods/syslog/secured_forwarded.md
- Sekoia.io Forwarder: integration/ingestion_methods/syslog/sekoiaio_forwarder.md
- Third-party syslog services: integration/ingestion_methods/syslog/syslog_service.md
- Rsyslog: integration/ingestion_methods/syslog/rsyslog.md
- Syslog NG: integration/ingestion_methods/syslog/syslog-ng.md
- List of Intakes:
- Overview: integration/categories/overview.md
Expand Down

0 comments on commit 4d34835

Please sign in to comment.