Skip to content

Commit 389323c

Browse files
committed
examples
1 parent e751523 commit 389323c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/reference/ingestion-tools/enrich-processor/redact-processor.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ The document in the response still contains the `message` field but now the IP a
8080
]
8181
}
8282
```
83+
% TESTRESPONSE[s/2023-02-01T16:08:39.419056008Z/$body.docs.0.doc._ingest.timestamp/]
8384

8485
The IP address is replaced with the word `client` because that is what is specified in the Grok pattern `%{IP:client}`. The `<` and `>` tokens which surround the pattern name are configurable using the `prefix` and `suffix` options.
8586

@@ -135,6 +136,7 @@ In the response both the IP `55.3.244.1` and email address `[email protected]` hav
135136
]
136137
}
137138
```
139+
% TESTRESPONSE[s/2023-02-01T16:53:14.560005377Z/$body.docs.0.doc._ingest.timestamp/]
138140

139141

140142
## Custom patterns [redact-custom-patterns]
@@ -197,6 +199,7 @@ The username is redacted in the response.
197199
]
198200
}
199201
```
202+
% TESTRESPONSE[s/2023-02-01T16:53:14.560005377Z/$body.docs.0.doc._ingest.timestamp/]
200203

201204

202205
## Grok watchdog [grok-watchdog-redact]

docs/reference/ingestion-tools/enrich-processor/terminate-processor.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ $$$terminate-options$$$
2929
}
3030
}
3131
```
32+
% NOTCONSOLE
3233

0 commit comments

Comments
 (0)