Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Settings ¶
type Settings struct { AggregableAttribute bool `json:"aggregableAttribute"` // Change applies only to newly ingested log events. Any log events ingested before this option was toggled on will not be searchable by this attribute. Key string `json:"key"` // The attribute key is case insensitive in log data ingestion. }
func (*Settings) MarshalHCL ¶
func (me *Settings) MarshalHCL(properties hcl.Properties) error
Click to show internal directories.
Click to hide internal directories.