| Package | Description |
|---|---|
| io.confluent.logredactor.internal |
| Modifier and Type | Method and Description |
|---|---|
static StringRedactor |
StringRedactor.createFromJsonFile(String fileName)
Create a StringRedactor based on the JSON found in a file.
|
static StringRedactor |
StringRedactor.createFromJsonFile(String fileName,
LogRedactorMetrics metrics) |
static StringRedactor |
StringRedactor.createFromJsonString(String json,
String rulesLocation)
Create a StringRedactor based on the JSON found in the given String.
|
static StringRedactor |
StringRedactor.createFromJsonString(String json,
String rulesLocation,
LogRedactorMetrics metrics) |
static StringRedactor |
StringRedactor.emptyStringRedactor(LogRedactorMetrics metrics,
Map<String,String> tags) |
StringRedactor |
StringRedactorEngine.getRedactor()
Returns the current redactor
|
Copyright © 2022 Confluent, Inc.. All rights reserved.