|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.splunk.Resource
com.splunk.Entity
com.splunk.OutputDefault
public class OutputDefault
The OutputDefault
class represents the default TCP output configuration,
providing access to global TCP output properties.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry<K,V> |
Field Summary |
---|
Fields inherited from class com.splunk.Resource |
---|
actions, path, service, title |
Method Summary | |
---|---|
boolean |
autoLb()
Indicates whether this forwarder performs automatic load balancing. |
boolean |
blockOnQueueFull()
Indicates whether this forwarder blocks when the output queue is full. |
int |
getAutoLbFrequency()
Returns the frequency of automatic load balancing. |
java.lang.String |
getDefaultGroup()
Returns the default indexer group that this forwarder sends all data to. |
int |
getDropEventsOnQueueFull()
Returns the amount of time this forwarder waits before dropping events if the output queue is full. |
java.lang.String |
getForwardedIndex0Whitelist()
Returns the inclusive set of indexes (whitelist 0) for this forwarder. |
java.lang.String |
getForwardedIndex1Blacklist()
Returns the exclusive set of indexes (blacklist 1) for this forwarder. |
java.lang.String |
getForwardedIndex2Whitelist()
Returns the inclusive set of indexes (whitelist 2) for this forwarder. |
int |
getHeartbeatFrequency()
Returns the frequency that specifies how often to send a heartbeat packet to the receiving server. Note: This field is only used when sendCookedData is true . |
long |
getMaxQueueSize()
Returns the maximum size of the output queue for this forwarder. |
boolean |
indexAndForward()
Indicates whether to index data locally in addition to forwarding it. Note: This setting is not available for light forwarders. |
boolean |
isCompressed()
Indicates whether this forwarder sends compressed data. |
boolean |
isForwardedIndexFilterDisable()
Indicates whether the index filter for this forwarder is disabled. |
boolean |
sendCookedData()
Indicates whether Splunk has processed ("cooked") the event data. |
Methods inherited from class com.splunk.Entity |
---|
actionPath, clear, containsKey, containsValue, disable, enable, entrySet, get, getMetadata, isDisabled, isEmpty, keySet, put, putAll, refresh, reload, remove, remove, size, update, validate, values |
Methods inherited from class com.splunk.Resource |
---|
getActions, getName, getPath, getService, getTitle, invalidate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
equals, hashCode |
Method Detail |
---|
public boolean autoLb()
true
, this forwarder selects a new indexer using the frequency
specified by autoLBFrequency
, or immediately when an open connection
to an indexer is lost.
true
if this forwarder performs automatic load balancing,
false
if not.getAutoLbFrequency()
public boolean blockOnQueueFull()
false
, events are dropped when indexers in the group
can't be reached.
true
if this forwarder will block, false
if not.public int getAutoLbFrequency()
public java.lang.String getDefaultGroup()
null
if not specified.public int getDropEventsOnQueueFull()
public java.lang.String getForwardedIndex0Whitelist()
public java.lang.String getForwardedIndex1Blacklist()
public java.lang.String getForwardedIndex2Whitelist()
public int getHeartbeatFrequency()
sendCookedData
is true
.
sendCookedData()
public long getMaxQueueSize()
public boolean indexAndForward()
true
if data is indexed locally and forwarded, false
if not.public boolean isCompressed()
true
if this forwarder sends compressed data, false
if not.public boolean isForwardedIndexFilterDisable()
true
if the index filter is disabled, false
if events are raw and untouched before sending.public boolean sendCookedData()
true
if the event data has been processed, false
if not.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |