Class Servicev1Syslog
Inheritance
Inherited Members
Namespace: Pulumi.Fastly.Outputs
Assembly: Pulumi.Fastly.dll
Syntax
public sealed class Servicev1Syslog
Fields
View SourceAddress
A hostname or IPv4 address of the Syslog endpoint.
Declaration
public readonly string Address
Field Value
| Type | Description |
|---|---|
| System.String |
Format
Apache-style string or VCL variables to use for log formatting.
Declaration
public readonly string Format
Field Value
| Type | Description |
|---|---|
| System.String |
FormatVersion
The version of the custom logging format used for the configured endpoint. Can be either 1 or 2. The logging call gets placed by default in vcl_log if format_version is set to 2 and in vcl_deliver if format_version is set to 1. Default 2.
Declaration
public readonly int? FormatVersion
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
MessageType
How the message should be formatted; one of: classic, loggly, logplex or blank. Default blank.
Declaration
public readonly string MessageType
Field Value
| Type | Description |
|---|---|
| System.String |
Name
A unique name to identify this dictionary.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Placement
Where in the generated VCL the logging call should be placed.
Declaration
public readonly string Placement
Field Value
| Type | Description |
|---|---|
| System.String |
Port
The port number configured in Logentries to send logs to. Defaults to 20000.
Declaration
public readonly int? Port
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
ResponseCondition
The name of the condition to apply. If empty, always execute.
Declaration
public readonly string ResponseCondition
Field Value
| Type | Description |
|---|---|
| System.String |
TlsCaCert
A secure certificate to authenticate the server with. Must be in PEM format.
Declaration
public readonly string TlsCaCert
Field Value
| Type | Description |
|---|---|
| System.String |
TlsClientCert
The client certificate used to make authenticated requests. Must be in PEM format.
Declaration
public readonly string TlsClientCert
Field Value
| Type | Description |
|---|---|
| System.String |
TlsClientKey
The client private key used to make authenticated requests. Must be in PEM format.
Declaration
public readonly string TlsClientKey
Field Value
| Type | Description |
|---|---|
| System.String |
TlsHostname
Used during the TLS handshake to validate the certificate.
Declaration
public readonly string TlsHostname
Field Value
| Type | Description |
|---|---|
| System.String |
Token
The Splunk token to be used for authentication.
Declaration
public readonly string Token
Field Value
| Type | Description |
|---|---|
| System.String |
UseTls
Whether to use TLS for secure logging. Defaults to true
Declaration
public readonly bool? UseTls
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |