mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
7bdbfade30
* website/docs: add Splunk event forwarding docs Add Splunk HEC event forwarding under system event docs and keep the Splunk integration guide focused on SAML. Closes: #22223 Agent-thread: https://sdko.org/internal/thr/ak/019ea8d4-d4e4-7fc3-b3b6-aa8a16bd8d40 A7k-product: product A7k-product-repo: 3 Co-authored-by: Agent <agent@svc.sdko.net> * website/docs: move Splunk event forwarding guide Move the Splunk event forwarding guide into integrations and add an Events log forwarding overview that links to it. Agent-thread: https://sdko.org/internal/thr/ak/019eb29e-1b34-7681-b887-e03907dac184 A7k-product: product A7k-product-repo: 3 Co-authored-by: Agent <agent@svc.sdko.net> * website/integrations: remove Splunk HEC port Use the generic splunk.company HEC endpoint in the Splunk event forwarding guide instead of hardcoding a deployment-specific port. Agent-thread: https://sdko.org/internal/thr/ak/019eb29e-1b34-7681-b887-e03907dac184 A7k-product: product A7k-product-repo: 3 Co-authored-by: Agent <agent@svc.sdko.net> * Update website/docs/sys-mgmt/events/log-forwarding.mdx Signed-off-by: Dewi Roberts <dewi@goauthentik.io> --------- Signed-off-by: Dewi Roberts <dewi@goauthentik.io> Co-authored-by: Agent <agent@svc.sdko.net> Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
22 lines
737 B
JavaScript
22 lines
737 B
JavaScript
/**
|
|
* @type {ReadonlyArray<readonly [string, string]>}
|
|
*/
|
|
export default [
|
|
["chat-communication-collaboration", "Chat, Communication & Collaboration"],
|
|
["device-management", "Device Management"],
|
|
["cloud-providers", "Cloud Providers"],
|
|
["dashboards", "Dashboards"],
|
|
["development", "Development"],
|
|
["documentation", "Documentation"],
|
|
["hypervisors-orchestrators", "Hypervisors / Orchestrators"],
|
|
["infrastructure", "Infrastructure"],
|
|
["learning", "Learning"],
|
|
["log-forwarding", "Log Forwarding"],
|
|
["networking", "Networking"],
|
|
["media", "Media"],
|
|
["miscellaneous", "Miscellaneous"],
|
|
["monitoring", "Monitoring"],
|
|
["platforms", "Platforms"],
|
|
["security", "Security"],
|
|
];
|