@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ObservabilityPipelineLogstashSource extends Object
logstash source ingests logs from a Logstash forwarder.
Supported pipeline types: logs
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ADDRESS_KEY |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TLS |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
ObservabilityPipelineLogstashSource() |
ObservabilityPipelineLogstashSource(String id,
ObservabilityPipelineLogstashSourceType type) |
| Modifier and Type | Method and Description |
|---|---|
ObservabilityPipelineLogstashSource |
addressKey(String addressKey) |
boolean |
equals(Object o)
Return true if this ObservabilityPipelineLogstashSource object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getAddressKey()
Name of the environment variable or secret that holds the listen address for the Logstash
receiver.
|
String |
getId()
The unique identifier for this component.
|
ObservabilityPipelineMtlsServerTls |
getTls()
Configuration for enabling TLS encryption between the pipeline component and external
connecting clients.
|
ObservabilityPipelineLogstashSourceType |
getType()
The source type.
|
int |
hashCode() |
ObservabilityPipelineLogstashSource |
id(String id) |
ObservabilityPipelineLogstashSource |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAddressKey(String addressKey) |
void |
setId(String id) |
void |
setTls(ObservabilityPipelineMtlsServerTls tls) |
void |
setType(ObservabilityPipelineLogstashSourceType type) |
ObservabilityPipelineLogstashSource |
tls(ObservabilityPipelineMtlsServerTls tls) |
String |
toString() |
ObservabilityPipelineLogstashSource |
type(ObservabilityPipelineLogstashSourceType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ADDRESS_KEY
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TLS
public static final String JSON_PROPERTY_TYPE
public ObservabilityPipelineLogstashSource()
public ObservabilityPipelineLogstashSource(String id, ObservabilityPipelineLogstashSourceType type)
public ObservabilityPipelineLogstashSource addressKey(String addressKey)
@Nullable public String getAddressKey()
public void setAddressKey(String addressKey)
public ObservabilityPipelineLogstashSource id(String id)
public String getId()
input to downstream components).public void setId(String id)
public ObservabilityPipelineLogstashSource tls(ObservabilityPipelineMtlsServerTls tls)
@Nullable public ObservabilityPipelineMtlsServerTls getTls()
public void setTls(ObservabilityPipelineMtlsServerTls tls)
public ObservabilityPipelineLogstashSource type(ObservabilityPipelineLogstashSourceType type)
public ObservabilityPipelineLogstashSourceType getType()
logstash.public void setType(ObservabilityPipelineLogstashSourceType type)
public ObservabilityPipelineLogstashSource putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.