|
25160 | 25160 | "ssl_verify"
|
25161 | 25161 | ]
|
25162 | 25162 | },
|
| 25163 | + { |
| 25164 | + "title": "HecConfig", |
| 25165 | + "description": "Hec Config for Audit Log Stream Configuration", |
| 25166 | + "type": "object", |
| 25167 | + "properties": { |
| 25168 | + "domain": { |
| 25169 | + "description": "Domain of Hec instance.", |
| 25170 | + "type": "string" |
| 25171 | + }, |
| 25172 | + "port": { |
| 25173 | + "description": "The port number for connecting to HEC.", |
| 25174 | + "type": "integer" |
| 25175 | + }, |
| 25176 | + "key_id": { |
| 25177 | + "type": "string", |
| 25178 | + "description": "Key ID obtained from the audit log stream key endpoint used to encrypt secrets." |
| 25179 | + }, |
| 25180 | + "encrypted_token": { |
| 25181 | + "description": "Encrypted Token.", |
| 25182 | + "type": "string" |
| 25183 | + }, |
| 25184 | + "path": { |
| 25185 | + "description": "Path to send events to.", |
| 25186 | + "type": "string" |
| 25187 | + }, |
| 25188 | + "ssl_verify": { |
| 25189 | + "description": "SSL verification helps ensure your events are sent to your HEC endpoint securely.", |
| 25190 | + "type": "boolean" |
| 25191 | + } |
| 25192 | + }, |
| 25193 | + "required": [ |
| 25194 | + "domain", |
| 25195 | + "encrypted_token", |
| 25196 | + "path", |
| 25197 | + "key_id", |
| 25198 | + "port", |
| 25199 | + "ssl_verify" |
| 25200 | + ] |
| 25201 | + }, |
25163 | 25202 | {
|
25164 | 25203 | "title": "GoogleCloudConfig",
|
25165 | 25204 | "description": "Google Cloud Config for audit log streaming configuration.",
|
|
25624 | 25663 | "ssl_verify"
|
25625 | 25664 | ]
|
25626 | 25665 | },
|
| 25666 | + { |
| 25667 | + "title": "HecConfig", |
| 25668 | + "description": "Hec Config for Audit Log Stream Configuration", |
| 25669 | + "type": "object", |
| 25670 | + "properties": { |
| 25671 | + "domain": { |
| 25672 | + "description": "Domain of Hec instance.", |
| 25673 | + "type": "string" |
| 25674 | + }, |
| 25675 | + "port": { |
| 25676 | + "description": "The port number for connecting to HEC.", |
| 25677 | + "type": "integer" |
| 25678 | + }, |
| 25679 | + "key_id": { |
| 25680 | + "type": "string", |
| 25681 | + "description": "Key ID obtained from the audit log stream key endpoint used to encrypt secrets." |
| 25682 | + }, |
| 25683 | + "encrypted_token": { |
| 25684 | + "description": "Encrypted Token.", |
| 25685 | + "type": "string" |
| 25686 | + }, |
| 25687 | + "path": { |
| 25688 | + "description": "Path to send events to.", |
| 25689 | + "type": "string" |
| 25690 | + }, |
| 25691 | + "ssl_verify": { |
| 25692 | + "description": "SSL verification helps ensure your events are sent to your HEC endpoint securely.", |
| 25693 | + "type": "boolean" |
| 25694 | + } |
| 25695 | + }, |
| 25696 | + "required": [ |
| 25697 | + "domain", |
| 25698 | + "encrypted_token", |
| 25699 | + "path", |
| 25700 | + "key_id", |
| 25701 | + "port", |
| 25702 | + "ssl_verify" |
| 25703 | + ] |
| 25704 | + }, |
25627 | 25705 | {
|
25628 | 25706 | "title": "GoogleCloudConfig",
|
25629 | 25707 | "description": "Google Cloud Config for audit log streaming configuration.",
|
|
0 commit comments