Skip to content

Commit

Permalink
mimecast/auditevents: fix typo (elastic#2644)
Browse files Browse the repository at this point in the history
  • Loading branch information
efd6 authored Feb 12, 2022
1 parent dbe3d04 commit f10cfc8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
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://github.com/elastic/integrations/pull/2644
- version: "0.0.4"
changes:
- description: Regenerate test files using the new GeoIP database
Expand Down
2 changes: 1 addition & 1 deletion packages/mimecast/data_stream/audit_events/fields/ecs.yml
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

0 comments on commit f10cfc8

Please sign in to comment.