Skip to content

Commit 17d8068

Browse files
Fix(doc): open_search.md referencing elasticsearch name (#1408)
* Fix(doc): open_search.md referencing elasticsearch name Signed-off-by: Anghille <[email protected]> * fix: update opensearch docs Signed-off-by: Marco Franssen <[email protected]> --------- Signed-off-by: Anghille <[email protected]> Co-authored-by: Marco Franssen <[email protected]>
1 parent e45d27b commit 17d8068

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

apis/fluentbit/v1alpha2/plugins/output/open_search_types.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ type OpenSearch struct {
8080
IdKey string `json:"idKey,omitempty"`
8181
// Operation to use to write in bulk requests.
8282
WriteOperation string `json:"writeOperation,omitempty"`
83-
// When enabled, replace field name dots with underscore, required by Elasticsearch 2.0-2.3.
83+
// When enabled, replace field name dots with underscore, required by Opensearch 2.0-2.3.
8484
ReplaceDots *bool `json:"replaceDots,omitempty"`
85-
// When enabled print the elasticsearch API calls to stdout (for diag only)
85+
// When enabled print the Opensearch API calls to stdout (for diag only)
8686
TraceOutput *bool `json:"traceOutput,omitempty"`
87-
// When enabled print the elasticsearch API calls to stdout when elasticsearch returns an error
87+
// When enabled print the Opensearch API calls to stdout when Opensearch returns an error
8888
TraceError *bool `json:"traceError,omitempty"`
8989
// Use current time for index generation instead of message record
9090
CurrentTimeIndex *bool `json:"currentTimeIndex,omitempty"`

docs/plugins/fluentbit/output/open_search.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ OpenSearch is the opensearch output plugin, allows to ingest your records into a
3030
| generateID | When enabled, generate _id for outgoing records. This prevents duplicate records when retrying OpenSearch. | *bool |
3131
| idKey | If set, _id will be the value of the key from incoming record and Generate_ID option is ignored. | string |
3232
| writeOperation | Operation to use to write in bulk requests. | string |
33-
| replaceDots | When enabled, replace field name dots with underscore, required by Elasticsearch 2.0-2.3. | *bool |
34-
| traceOutput | When enabled print the elasticsearch API calls to stdout (for diag only) | *bool |
35-
| traceError | When enabled print the elasticsearch API calls to stdout when elasticsearch returns an error | *bool |
33+
| replaceDots | When enabled, replace field name dots with underscore, required by Opensearch 2.0-2.3. | *bool |
34+
| traceOutput | When enabled print the Opensearch API calls to stdout (for diag only) | *bool |
35+
| traceError | When enabled print the Opensearch API calls to stdout when Opensearch returns an error | *bool |
3636
| currentTimeIndex | Use current time for index generation instead of message record | *bool |
3737
| logstashPrefixKey | Prefix keys with this string | string |
3838
| suppressTypeName | When enabled, mapping types is removed and Type option is ignored. Types are deprecated in APIs in v7.0. This options is for v7.0 or later. | *bool |

0 commit comments

Comments
 (0)