More iteration on generated docs

This commit is contained in:
Josh Mock
2024-11-19 17:04:50 -06:00
parent 4afd72b173
commit e0372eea89
503 changed files with 11653 additions and 6026 deletions

View File

@ -41,21 +41,31 @@ Extracts structured fields out of a single text field within a document. You cho
----
[discrete]
===== `IngestProcessorGrokRequest`
==== IngestProcessorGrokRequest
[source,ts]
----
[pass]
++++
<pre>
++++
interface IngestProcessorGrokRequest extends <<RequestBase>> {
}
----
[pass]
++++
</pre>
++++
[discrete]
===== `IngestProcessorGrokResponse`
==== IngestProcessorGrokResponse
[source,ts]
----
[pass]
++++
<pre>
++++
interface IngestProcessorGrokResponse {
patterns: Record<string, string>
}
----
[pass]
++++
</pre>
++++