gaobinlong

Results 22 issues of gaobinlong

**Describe the bug** When there's a default_search analyzer defined in index settings and an analyzer defined in the mapping of a field, when indexing, the analyzer in mapping is used,...

bug
Indexing & Search

### Description After the PR https://github.com/opensearch-project/OpenSearch/pull/13361 was backported to 2.x branch, we need to update the version check in main to ensure that the bwc tests can cover that bug...

skip-changelog

**Is your feature request related to a problem?** An user of OpenSearch asked in the OpenSearch forum about how to specify multiple indices in the parameter `source_index` when creating transform...

enhancement
good first issue
transform
small

### Description When executing update action with upsert in bulk API, if the specified index doesn't exist and the index matches an existing index template, we don't resolve the default...

### Is your feature request related to a problem? Please describe Currently we have [community_id ingest processor ](https://opensearch.org/docs/latest/ingest-pipelines/processors/community_id/) which is used to generate community ID flow hash for network flow...

enhancement
untriaged
Indexing

### Description Fix the bug of get field mapping API returns 404 error intermittently in a mix cluster with multiple versions(1.x and 2.x), the bug is cause by the [deserialization...

backport 2.x

### Describe the bug When diving deep into this flaky test: https://github.com/opensearch-project/OpenSearch/issues/2440, I found that actually it's caused by a bug, this bug can be triggered in a mixed cluster...

bug
untriaged
Search

**Is your feature request related to a problem?** When create, update and delete notification configs, currently we do not refresh the system index `.opensearch-notification-config` in this plugin, so the operations...

enhancement
good first issue

### Description The main change of this PR is to add html sanitization enhancement for sending html format email message, there are three main settings for this enhancement: - `opensearch.notifications.core.email.enable_html_sanitization`,...

**What do you want to do?** - [ ] Request a change to existing documentation - [x] Add new documentation - [ ] Report a technical problem with the documentation...

API
1 - Backlog - DEV