Package | Description |
---|---|
com.splunk.modularinput |
Modifier and Type | Method and Description |
---|---|
boolean |
SingleValueParameter.getBoolean()
Tries to coerce the value of this parameter to a Boolean.
|
static List<Parameter> |
Parameter.nodeToParameterList(Node node)
Generates a list of
Parameter objects from an org.w3c.dom.Node object containing a set of parameters. |
static InputDefinition |
InputDefinition.parseDefinition(InputStream stream)
Parses a stream containing XML into an InputDefinition.
|
static ValidationDefinition |
ValidationDefinition.parseDefinition(InputStream stream)
Create a ValidationDefinition from a provided stream containing XML.
|
abstract void |
Script.streamEvents(InputDefinition inputs,
EventWriter ew)
Streams events into Splunk.
|
void |
EventWriter.synchronizedWriteEvent(Event event)
Thread safe version of
writeEvent . |
void |
EventWriter.writeEvent(Event event)
Writes an
Event object to Splunk. |
void |
Event.writeTo(XMLStreamWriter out)
Writes this event to the given
XMLStreamWriter . |
Copyright © 2022 Splunk, Inc.. All rights reserved.