| Package | Description |
|---|---|
| org.graylog2.grok | |
| org.graylog2.rest.resources.system |
| Modifier and Type | Method and Description |
|---|---|
static GrokPatternService.ImportStrategy |
GrokPatternService.ImportStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrokPatternService.ImportStrategy[] |
GrokPatternService.ImportStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<GrokPattern> |
MongoDbGrokPatternService.saveAll(Collection<GrokPattern> patterns,
GrokPatternService.ImportStrategy importStrategy) |
List<GrokPattern> |
InMemoryGrokPatternService.saveAll(Collection<GrokPattern> patterns,
GrokPatternService.ImportStrategy importStrategy) |
List<GrokPattern> |
GrokPatternService.saveAll(Collection<GrokPattern> patterns,
GrokPatternService.ImportStrategy importStrategy) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
GrokResource.bulkUpdatePatterns(@NotNull GrokPatternList patternList,
boolean deprecatedDropAllExisting,
GrokPatternService.ImportStrategy importStrategy) |
javax.ws.rs.core.Response |
GrokResource.bulkUpdatePatternsFromTextFile(@NotNull InputStream patternsFile,
boolean deprecatedDropAllExisting,
GrokPatternService.ImportStrategy importStrategy) |
Copyright © 2012–2022 Graylog, Inc.. All rights reserved.