Skip to content

Commit

Permalink
[iis] set event.module and event.dataset (#1246)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiyan-sheng authored Jun 29, 2021
1 parent 3f87bbd commit bf483ce
Show file tree
Hide file tree
Showing 8 changed files with 57 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/iis/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.5.0"
changes:
- description: Set "event.module" and "event.dataset"
type: enhancement
link: https://github.com/elastic/integrations/pull/1246
- version: "0.4.0"
changes:
- description: update to ECS 1.10.0 and add event.original options
Expand Down
8 changes: 8 additions & 0 deletions packages/iis/data_stream/access/fields/base-fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,11 @@
- name: '@timestamp'
type: date
description: Event timestamp.
- name: event.module
type: constant_keyword
description: Event module
value: iis
- name: event.dataset
type: constant_keyword
description: Event dataset
value: iis.access
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,11 @@
- name: '@timestamp'
type: date
description: Event timestamp.
- name: event.module
type: constant_keyword
description: Event module
value: iis
- name: event.dataset
type: constant_keyword
description: Event dataset
value: iis.application_pool
8 changes: 8 additions & 0 deletions packages/iis/data_stream/error/fields/base-fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,11 @@
- name: '@timestamp'
type: date
description: Event timestamp.
- name: event.module
type: constant_keyword
description: Event module
value: iis
- name: event.dataset
type: constant_keyword
description: Event dataset
value: iis.error
8 changes: 8 additions & 0 deletions packages/iis/data_stream/webserver/fields/base-fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,11 @@
- name: '@timestamp'
type: date
description: Event timestamp.
- name: event.module
type: constant_keyword
description: Event module
value: iis
- name: event.dataset
type: constant_keyword
description: Event dataset
value: iis.webserver
8 changes: 8 additions & 0 deletions packages/iis/data_stream/website/fields/base-fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,11 @@
- name: '@timestamp'
type: date
description: Event timestamp.
- name: event.module
type: constant_keyword
description: Event module
value: iis
- name: event.dataset
type: constant_keyword
description: Event dataset
value: iis.website
10 changes: 10 additions & 0 deletions packages/iis/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ The fields reported are:
| data_stream.namespace | Data stream namespace. | constant_keyword |
| data_stream.type | Data stream type. | constant_keyword |
| ecs.version | ECS version | keyword |
| event.dataset | Event dataset | constant_keyword |
| event.module | Event module | constant_keyword |
| host.architecture | Operating system architecture. | keyword |
| host.containerized | If the host is a container. | boolean |
| host.domain | Name of the domain of which the host is a member. For example, on Windows this could be the host's Active Directory domain or NetBIOS domain name. For Linux this could be the domain of the host's LDAP provider. | keyword |
Expand Down Expand Up @@ -271,6 +273,8 @@ The fields reported are:
| data_stream.namespace | Data stream namespace. | constant_keyword |
| data_stream.type | Data stream type. | constant_keyword |
| ecs.version | ECS version | keyword |
| event.dataset | Event dataset | constant_keyword |
| event.module | Event module | constant_keyword |
| host.architecture | Operating system architecture. | keyword |
| host.containerized | If the host is a container. | boolean |
| host.domain | Name of the domain of which the host is a member. For example, on Windows this could be the host's Active Directory domain or NetBIOS domain name. For Linux this could be the domain of the host's LDAP provider. | keyword |
Expand Down Expand Up @@ -377,6 +381,8 @@ The fields reported are:
| data_stream.namespace | Data stream namespace. | constant_keyword |
| data_stream.type | Data stream type. | constant_keyword |
| ecs.version | ECS version | keyword |
| event.dataset | Event dataset | constant_keyword |
| event.module | Event module | constant_keyword |
| host.architecture | Operating system architecture. | keyword |
| host.containerized | If the host is a container. | boolean |
| host.domain | Name of the domain of which the host is a member. For example, on Windows this could be the host's Active Directory domain or NetBIOS domain name. For Linux this could be the domain of the host's LDAP provider. | keyword |
Expand Down Expand Up @@ -526,6 +532,8 @@ The fields reported are:
| destination.port | Port of the destination. | long |
| ecs.version | ECS version | keyword |
| error.message | Error message. | text |
| event.dataset | Event dataset | constant_keyword |
| event.module | Event module | constant_keyword |
| host.architecture | Operating system architecture. | keyword |
| host.containerized | If the host is a container. | boolean |
| host.domain | Name of the domain of which the host is a member. For example, on Windows this could be the host's Active Directory domain or NetBIOS domain name. For Linux this could be the domain of the host's LDAP provider. | keyword |
Expand Down Expand Up @@ -668,6 +676,8 @@ The fields reported are:
| destination.port | Port of the destination. | long |
| ecs.version | ECS version | keyword |
| error.message | Error message | text |
| event.dataset | Event dataset | constant_keyword |
| event.module | Event module | constant_keyword |
| host.architecture | Operating system architecture. | keyword |
| host.containerized | If the host is a container. | boolean |
| host.domain | Name of the domain of which the host is a member. For example, on Windows this could be the host's Active Directory domain or NetBIOS domain name. For Linux this could be the domain of the host's LDAP provider. | keyword |
Expand Down
4 changes: 2 additions & 2 deletions packages/iis/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: iis
title: IIS
version: 0.4.0
version: 0.5.0
description: IIS Integration
type: integration
icons:
Expand All @@ -14,7 +14,7 @@ categories:
- web
release: beta
conditions:
kibana.version: "^7.9.0"
kibana.version: "^7.14.0"
screenshots:
- src: /img/kibana-iis.png
title: kibana iis
Expand Down

0 comments on commit bf483ce

Please sign in to comment.