Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
niraj-elastic committed Apr 29, 2024
1 parent 759f95c commit ca985ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/apache/data_stream/access/fields/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
- name: identity
type: keyword
description: |
The user identity associated with the event, as determined by RFC 1413 identd protocol on the client's machine.
The RFC 1413 identity of the client determined by identd on the clients machine.
2 changes: 1 addition & 1 deletion packages/apache/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Access logs collects the Apache access logs.
| Field | Description | Type |
|---|---|---|
| @timestamp | Event timestamp. | date |
| apache.access.identity | The user identity associated with the event, as determined by RFC 1413 identd protocol on the client's machine. | keyword |
| apache.access.identity | The RFC 1413 identity of the client determined by identd on the clients machine. | keyword |
| apache.access.remote_addresses | An array of remote addresses. It is a list because it is common to include, besides the client IP address, IP addresses from headers like `X-Forwarded-For`. | keyword |
| apache.access.ssl.cipher | SSL cipher name. - name: nginx.access | keyword |
| apache.access.ssl.protocol | SSL protocol version. | keyword |
Expand Down

0 comments on commit ca985ba

Please sign in to comment.