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

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/modsecurity/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Modsecuriy Integration
# Modsecurity Integration

This integration periodically fetches audit logs from [Modsecurity](https://github.com/SpiderLabs/ModSecurity/) servers. It can parse audit logs created by the HTTP server.

Expand Down
5 changes: 5 additions & 0 deletions packages/modsecurity/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.1.3"
changes:
- description: Fix typo in the build/docs/README.md
type: bugfix
link: https://github.com/elastic/integrations/pull/3435
- version: "1.1.2"
changes:
- description: Fix date format, Json issues and apache modesecurity issues
Expand Down
2 changes: 1 addition & 1 deletion packages/modsecurity/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Modsecuriy Integration
# Modsecurity Integration

This integration periodically fetches audit logs from [Modsecurity](https://github.com/SpiderLabs/ModSecurity/) servers. It can parse audit logs created by the HTTP server.

Expand Down
2 changes: 1 addition & 1 deletion packages/modsecurity/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: modsecurity
title: "ModSecurity Audit"
version: 1.1.2
version: 1.1.3
license: basic
description: Collect logs from ModSecurity with Elastic Agent
type: integration
Expand Down