fix/align_doc_on_various_regions#2994
Merged
alexane-bougeardbebin-sekoia merged 6 commits intoMay 20, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the HTTPS ingestion formatting documentation to be region-aware, adding guidance for selecting the correct HTTP intake endpoint per Sekoia.io region and clarifying URL scheme differences between FRA1 and other regions.
Changes:
- Added a “Select the intake endpoint for your region” section with a region→endpoint table and derivation guidance for ingestion paths.
- Updated wording/typography in multiple places (e.g., “query string”, possessive casing).
- Fixed a structured payload field name typo:
intakey_key→intake_key.
Comments suppressed due to low confidence (1)
docs/integration/ingestion_methods/https/format.md:32
- The suggested base URL for non-FRA1 regions is
https://intake.<region>.io/api/v1/intake-http, but other docs usehttps://intake.<region>.sekoia.io/api/v1/intake-http(often with a trailing/). Please update this derivation rule to match the canonical regional intake base URL format to avoid generating broken ingestion URLs.
- FRA1 base URL: `https://intake.sekoia.io`
- Other regions base URL: `https://intake.<region>.io/api/v1/intake-http`
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Newest code from clement-burtscher-sekoia has been published to preview environment 🚀 Latest deployment was built on 2026-05-20 08:33:41 (d64d0ca2a6bf4b129de81497f1b7bccc692f7dda). |
5662d49 to
d9d7517
Compare
squioc
reviewed
May 19, 2026
alexane-bougeardbebin-sekoia
requested changes
May 19, 2026
6c51e9a to
47dc972
Compare
3ca9e29 to
c59fc91
Compare
alexane-bougeardbebin-sekoia
approved these changes
May 20, 2026
|
Pull request was merged, preview was removed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Changelog
Added
Fixed
intakey_key→intake_keyin structured content section