summaryrefslogtreecommitdiff
path: root/docs/configuration/system/syslog.rst
AgeCommit message (Collapse)Author
2026-05-06feat: flip swap mechanism — MD as primary, RST as override (Phase 1)Yuriy Andamasov
This is the first of three phases inverting the per-page swap mechanism so MD becomes the canonical primary and RST becomes the rare override. Phase 1 — file renames + conf.py exclude_patterns flip only: - Rename docs/**/md-<stem>.md to docs/**/<stem>.md (drop md- prefix) for all 254 stems previously listed in docs/_swap.txt - Rename docs/**/<stem>.rst to docs/**/rst-<stem>.rst (add rst- prefix) for the same 254 stems - Repurpose docs/_swap.txt as docs/_rst_overrides.txt; initially empty comment-only since no pages need the RST fallback right now - conf.py exclude_patterns flipped: rst-*.rst is now excluded by default instead of md-*.md - conf.py runtime-artifact references updated to _rst_override_state.json and _md_exclude.txt (Phase 2 will rewrite swap_sources.py to produce these names; for now no swap script runs because overrides list is empty) Phase 2 (next commit on this branch) will rewrite scripts/swap_sources.py with inverted rename direction, delete scripts/import_myst.py + tests, and update tests/test_swap_sources.py for the new semantics. Phase 3 will be the cleanup pass and ready-for-review flip. Generated by robots https://vyos.io
2026-03-11Correction of syslog and isis cli commands as per the latest versionsrividya0208
2025-12-16DOC: Proofreading syslog.rst section (#1723)LiudmylaNad
* DOC: Proofreading syslog.rst section * DOC: Add a new paragraph to syslog.rst
2025-10-31syslog: T4251: Rename "permitted-peers" to "permitted-peer"Oleksandr Kuchmystyi
- Renamed `permitted-peers` to `permitted-peer`. - Added support for multiple `permitted-peer` entries.
2025-10-24syslog: T4251: Fix documentation of TLS enablement logic for syslogOleksandr Kuchmystyi
2025-10-02syslog: T4251: Add documentation for syslog TLS configuration (#1686)Alexandr K.
Documented protocol, certificate, auth-mode, and permitted-peers requirements for TLS configuration.
2025-03-22syslog: improve description of remote host config optionsBen Woods
- Document "port" config option - Further explain "format include-timezone" - Further explain "format octet-counted"
2025-03-18syslog: missing set in front of commandssrividya0208
2025-03-04syslog: T6989: add CLI command to disable periodic injection of mark ↵Christian Breunig
messages (#1604) * syslog: T6989: add CLI command to disable periodic injection of mark messages * Update docs/configuration/system/syslog.rst Co-authored-by: Daniil Baturin <daniil@vyos.io> --------- Co-authored-by: Daniil Baturin <daniil@vyos.io>
2025-01-18syslog: T6989: upgrade CLI to latest versionsyslog-T6989Christian Breunig
2024-09-23Revert "T6719: document local host name config option"Nicolas Vollmar
2024-09-17T6719: document local host name config optionNicolas Vollmar
2024-09-17T6721: add documentation for global syslog config optionsNicolas Vollmar
2024-05-04system: Corrected spelling mistakesAlex W
2023-05-11syslog: T2769: add VRF supportChristian Breunig
2021-06-30configuration page: corrected spelling and grammatical mistakessrividya0208
There were minimal grammatical and spelling mistakes in the files which I corrected as documentation proof reading. Also added information about few ipsec vpn parameters.
2021-05-28system:syslog: added delete log file sectionsrividya0208
Added a help section for the "delete log file" command
2020-12-11system: fix lint errorsrebortg
2020-11-30arrange: system configrationrebortg