Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
333 changes: 199 additions & 134 deletions packages/syslog_router/_dev/build/docs/README.md

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions packages/syslog_router/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.1.0"
changes:
- description: Update documentation to new template structure with service_info knowledge base.
type: enhancement
link: https://github.com/elastic/integrations/pull/17506
- version: "1.0.1"
changes:
- description: Fix UDP listen_host variable mismatch.
Expand Down
458 changes: 324 additions & 134 deletions packages/syslog_router/docs/README.md

Large diffs are not rendered by default.

268 changes: 268 additions & 0 deletions packages/syslog_router/docs/knowledge_base/service_info.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/syslog_router/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.2.1
name: syslog_router
title: "Syslog Router"
version: 1.0.1
version: 1.1.0
description: "Route syslog events to integrations with Elastic Agent."
type: integration
categories:
Expand Down
6 changes: 6 additions & 0 deletions packages/syslog_router/validation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
errors:
exclude_checks:
- SVR00005
docs_structure_enforced:
enabled: true
version: 1
Loading