Skip to content

Commit ed041f2

Browse files
authored
[cisco_umbrella] Fix indentation (#5784)
* Fix indentation * Bump version * add pull reference
1 parent e1b60a5 commit ed041f2

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

packages/cisco_umbrella/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.9.1"
3+
changes:
4+
- description: Fix indentation.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/5784
27
- version: "1.9.0"
38
changes:
49
- description: Add DLP and intrusion datasets.

packages/cisco_umbrella/data_stream/log/agent/stream/aws-s3.yml.hbs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ file_selectors:
1717
- regex: {{bucket_list_prefix}}/intrusionlogs/.+
1818
- regex: {{bucket_list_prefix}}/dlplogs/.+
1919
- regex: {{bucket_list_prefix}}/auditlogs/.+
20-
parsers:
20+
parsers:
2121
- multiline:
22-
pattern: '"$'
23-
negate: true
24-
match: before
22+
pattern: '"$'
23+
negate: true
24+
match: before
2525
{{/if}}
2626
{{#if region}}
2727
default_region: {{region}}

packages/cisco_umbrella/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: cisco_umbrella
33
title: Cisco Umbrella
4-
version: "1.9.0"
4+
version: "1.9.1"
55
license: basic
66
description: Collect logs from Cisco Umbrella with Elastic Agent.
77
type: integration

0 commit comments

Comments
 (0)