Extend DocsHelper with links to security documentation. (#25087)

This commit is contained in:
Linus Pahl
2026-02-23 11:18:46 +01:00
committed by GitHub
parent de75446dae
commit dce45dbe07

View File

@@ -61,7 +61,12 @@ const defaultPages = {
SEARCH_FILTERS: 'making_sense_of_your_log_data/search_filters.htm',
SEARCH_QUERY_ERRORS: 'making_sense_of_your_log_data/writing_search_queries.html#ErrorTypes',
SEARCH_QUERY_LANGUAGE: 'making_sense_of_your_log_data/writing_search_queries.html',
SECURITY: 'what_more_can_graylog_do_for_me/graylog_security.html',
SECURITY_ASSET_ENRICHMENT: 'what_more_can_graylog_do_for_me/asset_enrichment.htm',
SECURITY_EVENTS: 'what_more_can_graylog_do_for_me/security_events.htm',
SECURITY_INVESTIGATIONS: 'what_more_can_graylog_do_for_me/investigations.htm',
SECURITY_SIGMA_RULES: 'what_more_can_graylog_do_for_me/sigma_rules.htm',
SECURITY_VULNERABILITY_SCANNING: 'what_more_can_graylog_do_for_me/vulnerability_scanning.htm',
STREAMS: 'making_sense_of_your_log_data/streams.html',
STREAM_PROCESSING_RUNTIME_LIMITS: 'making_sense_of_your_log_data/stream_processing.htm#StreamProcessingRuntimeLimits',
TIME_FRAME_SELECTOR: 'making_sense_of_your_log_data/time_frame_selector.html',