public class SplunkUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SplunkUtils.SPECIAL_FIELDS
These are special fields that alter the queries sent to Splunk.
|
| Constructor and Description |
|---|
SplunkUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isSpecialField(String unknownField)
Indicates whether the field in question is a special field and should be pushed down to the query or not.
|
public static boolean isSpecialField(String unknownField)
unknownField - The field to be pushed downCopyright © 2021 The Apache Software Foundation. All rights reserved.