-
Notifications
You must be signed in to change notification settings - Fork 5k
[Filebeat][New Fileset] Cisco Umbrella support #21504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
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
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,61 @@ | ||
| - name: cisco.umbrella | ||
| type: group | ||
| description: > | ||
| Fields for Cisco Umbrella. | ||
| fields: | ||
| - name: identities | ||
| type: keyword | ||
| description: > | ||
| An array of the different identities related to the event. | ||
| - name: categories | ||
| type: keyword | ||
| description: > | ||
| The security or content categories that the destination matches. | ||
| - name: policy_identity_type | ||
| type: keyword | ||
| description: > | ||
| The first identity type matched with this request. Available in version 3 and above. | ||
| - name: identity_types | ||
| type: keyword | ||
| description: > | ||
| The type of identity that made the request. For example, Roaming Computer or Network. | ||
| - name: blocked_categories | ||
| type: keyword | ||
| description: > | ||
| The categories that resulted in the destination being blocked. Available in version 4 and above. | ||
| - name: content_type | ||
| type: keyword | ||
| description: > | ||
| The type of web content, typically text/html. | ||
| - name: sha_sha256 | ||
| type: keyword | ||
| description: > | ||
| Hex digest of the response content. | ||
| - name: av_detections | ||
| type: keyword | ||
| description: > | ||
| The detection name according to the antivirus engine used in file inspection. | ||
| - name: puas | ||
| type: keyword | ||
| description: > | ||
| A list of all potentially unwanted application (PUA) results for the proxied file as returned by the antivirus scanner. | ||
| - name: amp_disposition | ||
| type: keyword | ||
| description: > | ||
| The status of the files proxied and scanned by Cisco Advanced Malware Protection (AMP) as part of the Umbrella File Inspection feature; can be Clean, Malicious or Unknown. | ||
| - name: amp_malware_name | ||
| type: keyword | ||
| description: > | ||
| If Malicious, the name of the malware according to AMP. | ||
| - name: amp_score | ||
| type: keyword | ||
| description: > | ||
| The score of the malware from AMP. This field is not currently used and will be blank. | ||
| - name: datacenter | ||
| type: keyword | ||
| description: > | ||
| The name of the Umbrella Data Center that processed the user-generated traffic. | ||
| - name: origin_id | ||
| type: keyword | ||
| description: > | ||
| The unique identity of the network tunnel. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.