Package | Description |
---|---|
com.splunk.modularinput |
Modifier and Type | Field and Description |
---|---|
protected Scheme.StreamingMode |
Scheme.streamingMode |
Modifier and Type | Method and Description |
---|---|
Scheme.StreamingMode |
Scheme.getStreamingMode()
Returns whether this modular input kind will send events to Splunk as XML (the default and preferred
value) or plain text.
|
static Scheme.StreamingMode |
Scheme.StreamingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scheme.StreamingMode[] |
Scheme.StreamingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Scheme.setStreamingMode(Scheme.StreamingMode streamingMode)
Specifies whether this modular input kind will send events to Splunk as XML (the default and preferred
value) or plain text.
|
Copyright © 2022 Splunk, Inc.. All rights reserved.