Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 78 additions & 0 deletions descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json
Original file line number Diff line number Diff line change
Expand Up @@ -25160,6 +25160,45 @@
"ssl_verify"
]
},
{
"title": "HecConfig",
"description": "Hec Config for Audit Log Stream Configuration",
"type": "object",
"properties": {
"domain": {
"description": "Domain of Hec instance.",
"type": "string"
},
"port": {
"description": "The port number for connecting to HEC.",
"type": "integer"
},
"key_id": {
"type": "string",
"description": "Key ID obtained from the audit log stream key endpoint used to encrypt secrets."
},
"encrypted_token": {
"description": "Encrypted Token.",
"type": "string"
},
"path": {
"description": "Path to send events to.",
"type": "string"
},
"ssl_verify": {
"description": "SSL verification helps ensure your events are sent to your HEC endpoint securely.",
"type": "boolean"
}
},
"required": [
"domain",
"encrypted_token",
"path",
"key_id",
"port",
"ssl_verify"
]
},
{
"title": "GoogleCloudConfig",
"description": "Google Cloud Config for audit log streaming configuration.",
Expand Down Expand Up @@ -25624,6 +25663,45 @@
"ssl_verify"
]
},
{
"title": "HecConfig",
"description": "Hec Config for Audit Log Stream Configuration",
"type": "object",
"properties": {
"domain": {
"description": "Domain of Hec instance.",
"type": "string"
},
"port": {
"description": "The port number for connecting to HEC.",
"type": "integer"
},
"key_id": {
"type": "string",
"description": "Key ID obtained from the audit log stream key endpoint used to encrypt secrets."
},
"encrypted_token": {
"description": "Encrypted Token.",
"type": "string"
},
"path": {
"description": "Path to send events to.",
"type": "string"
},
"ssl_verify": {
"description": "SSL verification helps ensure your events are sent to your HEC endpoint securely.",
"type": "boolean"
}
},
"required": [
"domain",
"encrypted_token",
"path",
"key_id",
"port",
"ssl_verify"
]
},
{
"title": "GoogleCloudConfig",
"description": "Google Cloud Config for audit log streaming configuration.",
Expand Down
Loading