Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 856 Bytes

LogStreamSettingsSplunk.md

File metadata and controls

23 lines (17 loc) · 856 Bytes

LogStreamSettingsSplunk

Properties

Name Type Description Notes
VarHost String The domain name for your Splunk Cloud instance. Don't include `http` or `https` in the string. For example: `acme.splunkcloud.com` [optional]
Token String The HEC token for your Splunk Cloud HTTP Event Collector [optional]

Examples

  • Prepare the resource
$LogStreamSettingsSplunk = Initialize-Okta.PowerShellLogStreamSettingsSplunk  -VarHost null `
 -Token null
  • Convert the resource to JSON
$LogStreamSettingsSplunk | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]