-
Notifications
You must be signed in to change notification settings - Fork 430
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
- name: process | ||
title: Process | ||
group: 2 | ||
short: These fields contain information about a process. | ||
description: > | ||
These fields contain information about a process. | ||
These fields can help you correlate metrics information with a process id/name | ||
from a log message. The `process.pid` often stays in the metric itself and is | ||
copied to the global field for correlation. | ||
type: group | ||
fields: | ||
- name: origin_referrer_url | ||
level: extended | ||
type: keyword | ||
ignore_above: 8192 | ||
description: The URL of the webpage that linked to the file. | ||
example: http://example.com/article1.html | ||
|
||
- name: origin_url | ||
level: extended | ||
type: keyword | ||
ignore_above: 8192 | ||
description: The URL where the file is hosted. | ||
example: http://example.com/imgs/article1_img1.jpg | ||
|
||
- name: zone_identifier | ||
level: extended | ||
type: short | ||
description: Windows Zone Identifier for a file. | ||
example: 3 |