Skip to content

Commit

Permalink
Update ovirt.yml
Browse files Browse the repository at this point in the history
These are additional fields that are already sent to Elasticsearch.
I was sure these were already added in the past but I see the are missing.
They should not be analyzed.
  • Loading branch information
sradco authored and richm committed Apr 25, 2018
1 parent ff24368 commit 4255731
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions namespaces/ovirt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,23 @@ namespace:
type: keyword
description: >
Cluster name of the oVirt host.
- name: class
type: string
description: >
Class name of the oVirt host.
- name: module_lineno
type: string
description: >
Module and line number of the oVirt host.
- name: thread
type: string
description: >
Thread name of the oVirt host.
- name: correlationid
type: string
description: >
Correlation ID of the oVirt host.

0 comments on commit 4255731

Please sign in to comment.