|
27954 | 27954 | "ssl_verify" |
27955 | 27955 | ] |
27956 | 27956 | }, |
27957 | | - { |
27958 | | - "title": "HecConfig", |
27959 | | - "description": "Hec Config for Audit Log Stream Configuration", |
27960 | | - "type": "object", |
27961 | | - "properties": { |
27962 | | - "domain": { |
27963 | | - "description": "Domain of Hec instance.", |
27964 | | - "type": "string" |
27965 | | - }, |
27966 | | - "port": { |
27967 | | - "description": "The port number for connecting to HEC.", |
27968 | | - "type": "integer" |
27969 | | - }, |
27970 | | - "key_id": { |
27971 | | - "type": "string", |
27972 | | - "description": "Key ID obtained from the audit log stream key endpoint used to encrypt secrets." |
27973 | | - }, |
27974 | | - "encrypted_token": { |
27975 | | - "description": "Encrypted Token.", |
27976 | | - "type": "string" |
27977 | | - }, |
27978 | | - "path": { |
27979 | | - "description": "Path to send events to.", |
27980 | | - "type": "string" |
27981 | | - }, |
27982 | | - "ssl_verify": { |
27983 | | - "description": "SSL verification helps ensure your events are sent to your HEC endpoint securely.", |
27984 | | - "type": "boolean" |
27985 | | - } |
27986 | | - }, |
27987 | | - "required": [ |
27988 | | - "domain", |
27989 | | - "encrypted_token", |
27990 | | - "path", |
27991 | | - "key_id", |
27992 | | - "port", |
27993 | | - "ssl_verify" |
27994 | | - ] |
27995 | | - }, |
27996 | 27957 | { |
27997 | 27958 | "title": "GoogleCloudConfig", |
27998 | 27959 | "description": "Google Cloud Config for audit log streaming configuration.", |
|
28461 | 28422 | "ssl_verify" |
28462 | 28423 | ] |
28463 | 28424 | }, |
28464 | | - { |
28465 | | - "title": "HecConfig", |
28466 | | - "description": "Hec Config for Audit Log Stream Configuration", |
28467 | | - "type": "object", |
28468 | | - "properties": { |
28469 | | - "domain": { |
28470 | | - "description": "Domain of Hec instance.", |
28471 | | - "type": "string" |
28472 | | - }, |
28473 | | - "port": { |
28474 | | - "description": "The port number for connecting to HEC.", |
28475 | | - "type": "integer" |
28476 | | - }, |
28477 | | - "key_id": { |
28478 | | - "type": "string", |
28479 | | - "description": "Key ID obtained from the audit log stream key endpoint used to encrypt secrets." |
28480 | | - }, |
28481 | | - "encrypted_token": { |
28482 | | - "description": "Encrypted Token.", |
28483 | | - "type": "string" |
28484 | | - }, |
28485 | | - "path": { |
28486 | | - "description": "Path to send events to.", |
28487 | | - "type": "string" |
28488 | | - }, |
28489 | | - "ssl_verify": { |
28490 | | - "description": "SSL verification helps ensure your events are sent to your HEC endpoint securely.", |
28491 | | - "type": "boolean" |
28492 | | - } |
28493 | | - }, |
28494 | | - "required": [ |
28495 | | - "domain", |
28496 | | - "encrypted_token", |
28497 | | - "path", |
28498 | | - "key_id", |
28499 | | - "port", |
28500 | | - "ssl_verify" |
28501 | | - ] |
28502 | | - }, |
28503 | 28425 | { |
28504 | 28426 | "title": "GoogleCloudConfig", |
28505 | 28427 | "description": "Google Cloud Config for audit log streaming configuration.", |
|
0 commit comments