public class SplunkLoggingConfig extends Object
Constructor and Description |
---|
SplunkLoggingConfig() |
Modifier and Type | Method and Description |
---|---|
SplunkLoggingConfig |
enabled(Boolean enabled) |
boolean |
equals(Object o) |
Boolean |
getEnabled()
Get enabled
|
String |
getHost()
Get host
|
String |
getIndex()
The Splunk index that will receive log items
|
Integer |
getPort()
Get port
|
TlsConfig |
getTls()
Get tls
|
int |
hashCode() |
SplunkLoggingConfig |
host(String host) |
SplunkLoggingConfig |
index(String index) |
SplunkLoggingConfig |
port(Integer port) |
void |
setEnabled(Boolean enabled) |
void |
setHost(String host) |
void |
setIndex(String index) |
void |
setPort(Integer port) |
void |
setTls(TlsConfig tls) |
SplunkLoggingConfig |
tls(TlsConfig tls) |
String |
toString() |
public SplunkLoggingConfig host(String host)
public String getHost()
public void setHost(String host)
public SplunkLoggingConfig port(Integer port)
public Integer getPort()
public void setPort(Integer port)
public SplunkLoggingConfig index(String index)
public String getIndex()
public void setIndex(String index)
public SplunkLoggingConfig tls(TlsConfig tls)
public TlsConfig getTls()
public void setTls(TlsConfig tls)
public SplunkLoggingConfig enabled(Boolean enabled)
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved