class Fastly::SumologicLogging
An Google Cloud Storage endpoint to stream logs to
Attributes
A comment about this object
Timestamp when this object was created
Apache style log formatting
The version of the custom logging format used for the configured endpoint. Can be either 1 (the default, version 1 log format) or 2 (the version 2 log format).
What level of gzip compression to have when dumping the logs (default 0, no compression).
How the message should be formatted. Can be either classic (RFC 3164 syslog prefix), loggly (RFC 5424 structured syslog), logplex (Heroku-style length prefixed syslog), or blank (No prefix. Useful for writing JSON and CSV).
The name for this gcs rule
How frequently the logs should be dumped (in seconds, default 3600)
Where in the generated VCL
the logging call should be placed
When to execute the gcs logging. If empty, always execute.
The id of the service this belongs to.
strftime specified timestamp formatting (default “%Y-%m-%dT%H:%M:%S.000”).
Timestamp when this object was updated
The collector endpoint URL defined by Sumologic
The number of the version this belongs to.
Public Class Methods
:attr: deleted_at
Timestamp when this object was deleted
# File lib/fastly/sumologic_logging.rb, line 92 def self.path 'logging/sumologic' end