Skip to content

Commit

Permalink
address review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
niraj-elastic committed Apr 29, 2024
1 parent ca985ba commit de4fa0d
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 RFC 1413 identity of the client determined by identd on the clients machine.
The client's identity, as specified in RFC 1413, determined by the identd on the client's 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 RFC 1413 identity of the client determined by identd on the clients machine. | keyword |
| apache.access.identity | The client's identity, as specified in RFC 1413, determined by the identd on the client's 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 de4fa0d

Please sign in to comment.