Skip to content
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

mimecast/auditevents: fix typo #2644

Merged
merged 1 commit into from
Feb 12, 2022
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
5 changes: 5 additions & 0 deletions packages/mimecast/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- version: "0.0.5"
changes:
- description: Fix typo
type: bugfix
link: https:/elastic/integrations/pull/2644
- version: "0.0.4"
changes:
- description: Regenerate test files using the new GeoIP database
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
- description: Client ASN number.
name: client.as.asn
type: long
- descriiption: Client Organization name.
- description: Client Organization name.
name: client.as.organization_name
type: keyword
- external: ecs
Expand Down
2 changes: 1 addition & 1 deletion packages/mimecast/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ An example event for `audit_events` looks as following:
| client.as.asn | Client ASN number. | long |
| client.as.number | Unique number allocated to the autonomous system. The autonomous system number (ASN) uniquely identifies each network on the Internet. | long |
| client.as.organization.name | Organization name. | keyword |
| client.as.organization_name | | keyword |
| client.as.organization_name | Client Organization name. | keyword |
| client.geo.city_name | City name. | keyword |
| client.geo.continent_name | Name of the continent. | keyword |
| client.geo.country_iso_code | Country ISO code. | keyword |
Expand Down
2 changes: 1 addition & 1 deletion packages/mimecast/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: mimecast
title: "Mimecast"
version: 0.0.4
version: 0.0.5
license: basic
description: "Fetching logs from Mimecast API and ingest into Elasticsearch"
type: integration
Expand Down