Skip to content

Commit

Permalink
Fix externaldevicecontrol's tychon[.tychon].id fields following tycho…
Browse files Browse the repository at this point in the history
…n-agent.yml addition.
  • Loading branch information
chrisberkhout committed Sep 19, 2024
1 parent f3aa6a9 commit d2d4edd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
- name: device_location
type: keyword
description: The device location of where it was plugged in
- name: id
type: keyword
description: TYCHON unique document identifier.
- name: log
type: group
fields:
Expand Down Expand Up @@ -91,9 +88,6 @@
- name: version
type: keyword
description: Tychon data version
- name: id
type: keyword
description: TYCHON Unique ID for upserts
- name: type
type: keyword
description: The type of event being sent for device control, policy change type (policy) or device event (device) from the event log
6 changes: 3 additions & 3 deletions packages/tychon/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ TYCHON checks local browser configuration settings.
| tychon.host.type | Type of host. For Cloud providers this can be the machine type like `t2.medium`. If vm, this could be the container, for example, or other information meaningful in your environment. | keyword |
| tychon.host.uptime | Seconds the host has been up. | long |
| tychon.host.workgroup | Host Workgroup Network Name. | keyword |
| tychon.id | TYCHON unique host identifier. | keyword |
| tychon.id | TYCHON unique document identifier. | keyword |
| tychon.package.architecture | Package architecture. | keyword |
| tychon.package.cpe | The cpe value for this application | keyword |
| tychon.package.edition | The edition of this application | keyword |
Expand All @@ -173,7 +173,7 @@ TYCHON checks local browser configuration settings.
| tychon.script.version | Scanner Script Version. | version |
| tychon.tls.version_protocol | Protocol name and version in the original format. | keyword |
| tychon.tychon.data.version | Data Version. | version |
| tychon.tychon.id | ID. | keyword |
| tychon.tychon.id | TYCHON unique host identifier. | keyword |


### Listening Certificate Ciphers
Expand Down Expand Up @@ -877,7 +877,7 @@ TYCHON will ensure external devices like usb hard drives and cdrom drives cannot
| tychon.script.type | Scanner Script Type. | keyword |
| tychon.script.version | Scanner Script Version. | version |
| tychon.tychon.data.version | Tychon data version | keyword |
| tychon.tychon.id | TYCHON Unique ID for upserts | keyword |
| tychon.tychon.id | TYCHON unique host identifier. | keyword |
| tychon.type | The type of event being sent for device control, policy change type (policy) or device event (device) from the event log | keyword |


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
- name: device_location
type: keyword
description: The device location of where it was plugged in
- name: id
type: keyword
description: TYCHON unique document identifier.
- name: log
type: group
fields:
Expand Down Expand Up @@ -91,9 +88,6 @@
- name: version
type: keyword
description: Tychon data version
- name: id
type: keyword
description: TYCHON Unique ID for upserts
- name: type
type: keyword
description: The type of event being sent for device control, policy change type (policy) or device event (device) from the event log

0 comments on commit d2d4edd

Please sign in to comment.