Skip to content
Merged
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
4 changes: 2 additions & 2 deletions packages/cisco_umbrella/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cisco Umbrella Integration

This integration is for Cisco Umbrella . It includes the following
This integration is for [Cisco Umbrella](https://docs.umbrella.com/). It includes the following
datasets for receiving logs from an AWS S3 bucket using an SQS notification queue and Cisco Managed S3 bucket without SQS:

- `log` dataset: supports Cisco Umbrella logs.
Expand All @@ -15,4 +15,4 @@ The `log` dataset collects Cisco Umbrella logs.

{{event "log"}}

{{fields "log"}}
{{fields "log"}}
5 changes: 5 additions & 0 deletions packages/cisco_umbrella/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.0.1"
changes:
- description: Update to readme. added link to Cisco documentation
type: enhancement
link: https://github.com/elastic/integrations/pull/3219
- version: "1.0.0"
changes:
- description: Make GA
Expand Down
3 changes: 1 addition & 2 deletions packages/cisco_umbrella/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cisco Umbrella Integration

This integration is for Cisco Umbrella . It includes the following
This integration is for [Cisco Umbrella](https://docs.umbrella.com/). It includes the following
datasets for receiving logs from an AWS S3 bucket using an SQS notification queue and Cisco Managed S3 bucket without SQS:

- `log` dataset: supports Cisco Umbrella logs.
Expand Down Expand Up @@ -273,4 +273,3 @@ An example event for `log` looks as following:
| user.name.text | Multi-field of `user.name`. | match_only_text |
| user_agent.original | Unparsed user_agent string. | keyword |
| user_agent.original.text | Multi-field of `user_agent.original`. | match_only_text |

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