Skip to content

Commit 4b9333e

Browse files
authored
docs: fix modSecurity typo (#3435)
1 parent 7490c04 commit 4b9333e

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

packages/modsecurity/_dev/build/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Modsecuriy Integration
1+
# Modsecurity Integration
22

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

packages/modsecurity/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "1.1.3"
3+
changes:
4+
- description: Fix typo in the build/docs/README.md
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/3435
27
- version: "1.1.2"
38
changes:
49
- description: Fix date format, Json issues and apache modesecurity issues

packages/modsecurity/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Modsecuriy Integration
1+
# Modsecurity Integration
22

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

packages/modsecurity/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 1.0.0
22
name: modsecurity
33
title: "ModSecurity Audit"
4-
version: 1.1.2
4+
version: 1.1.3
55
license: basic
66
description: Collect logs from ModSecurity with Elastic Agent
77
type: integration

0 commit comments

Comments
 (0)