Skip to content

Commit

Permalink
See open-metadata/OpenMetadata@7aacfe0 from refs/heads/main
Browse files Browse the repository at this point in the history
  • Loading branch information
open-metadata committed Dec 2, 2024
1 parent 642710f commit 4daf7e5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ caption="Configure Metadata Ingestion Page" /%}
- **Exclude**: Explicitly exclude search index by adding a list of comma-separated regular expressions to the Exclude field. OpenMetadata will exclude all search indexes with names matching one or more of the supplied regular expressions. All other schemas will be included.
- **Include Sample Data (toggle)**: Set the Ingest Sample Data toggle to control whether to ingest sample data as part of metadata ingestion.
- **Sample Size**: If include sample data is enabled, 10 records will be ingested by default. Using this field you can customize the size of sample data.
- **Include Index Templates (toggle)**: Set the Include Index Templates toggle to control whether to include index templates as part of metadata ingestion.
- **Override Metadata**: Set the Override Metadata toggle to control whether to override the metadata if it already exists.
- **Enable Debug Log (toggle)**: Set the Enable Debug Log toggle to set the default log level to debug.


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@ The `sourceConfig` is defined [here](https://github.com/open-metadata/OpenMetada

**searchIndexFilterPattern**: Note that the `searchIndexFilterPattern` support regex to include or exclude search indexes during metadata ingestion process.

**includeIndexTemplate**: Set the Include Index Templates toggle to control whether to include index templates as part of metadata ingestion.

**overrideMetadata**: Set the Override Metadata toggle to control whether to override the metadata if it already exists.

{% /codeInfo %}
6 changes: 4 additions & 2 deletions content/partials/v1.6/connectors/yaml/search/source-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
sourceConfig:
config:
type: SearchMetadata
# markDeletedSearchIndexes: True
# includeSampleData: True
# markDeletedSearchIndexes: true
# includeSampleData: false
# sampleSize: 10
# searchIndexFilterPattern:
# includes:
Expand All @@ -12,4 +12,6 @@
# excludes:
# - index4
# - index3
# includeIndexTemplates: false
# overrideMetadata: false
```

0 comments on commit 4daf7e5

Please sign in to comment.