/
githubmirror
/
rsyslog
Обзор
Документация
Войти
/
githubmirror
/
rsyslog
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
doc/source/getting_started/next_steps.rst
66 строк
2 KB
Rainer Gerhards
doc: fix ROSI link audience in overview pages
20 мар 2026, 12:06
20 мар 2026, 12:06
5bac2c4
Код
Авторство
О чём код?
Next Steps ========== You have installed rsyslog, configured local logging, and optionally set up log forwarding. Here are some recommended next steps. Production Deployments ---------------------- For a complete log collection stack with dashboards and alerting, see ROSI Collector (:doc:`Rsyslog Operations Stack Initiative <rosi_for_beginners>`): :doc:`../deployments/rosi_collector/index` For the beginner-level ROSI concepts (open approach, freedom of choice, and vendor lock-in guardrails), see: :doc:`rosi_for_beginners` ROSI Collector provides: - Centralized log aggregation from multiple hosts - Pre-built Grafana dashboards for log exploration - Prometheus metrics collection - Automatic TLS with Traefik Explore Modules --------------- rsyslog's modular design allows integrations such as: - `omelasticsearch` for Elasticsearch and OpenSearch - `omkafka` for Kafka - `imfile` for monitoring text log files Filtering and Templates ----------------------- Learn how to filter messages and format log output using templates. See: :doc:`../configuration/index` Debugging and Troubleshooting ----------------------------- Use `rsyslogd -N1` to check configuration syntax and discover issues with included snippets. Advanced Tutorials ------------------ For more examples and step-by-step guides, visit: :doc:`../tutorials/index` For impstats metrics push setup, see: :doc:`../tutorials/impstats_push_victoriametrics` Community and AI Assistant -------------------------- - Join the `GitHub Discussions <https://github.com/rsyslog/rsyslog/discussions>`_ to ask questions and share knowledge. - Try the `AI rsyslog assistant <https://rsyslog.ai>`_ for quick configuration help.