Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mappings to .kibana index creation #6562

Closed
robin13 opened this issue Mar 17, 2016 · 3 comments
Closed

Add mappings to .kibana index creation #6562

robin13 opened this issue Mar 17, 2016 · 3 comments

Comments

@robin13
Copy link
Contributor

robin13 commented Mar 17, 2016

If you have a template with a wildcard match to match all indexes template: "*" then when the .kibana index is created it will take these settings for its mapping. Specifically if string fields are defined to be not_analyzed the resulting mapping will break Kibana.

Would it be possible for Kibana to create the .kibana index with an appropriate mapping so that any potentially conflicting templates do not affect Kibana?

@epixa
Copy link
Contributor

epixa commented Mar 17, 2016

I'm surprised we're not already specifying mappings when we create the index...

@simianhacker simianhacker added P1 and removed P2 labels Mar 22, 2016
@simianhacker simianhacker changed the title Global templates affect .kibana index Add mappings to .kibana index creation Mar 22, 2016
@simianhacker
Copy link
Member

Closing as duplicate of #4964

@epixa
Copy link
Contributor

epixa commented Apr 15, 2016

This specific issue of wildcard templates affecting Kibana's mappings should be fixed permanently on Elasticsearch's end whenever elastic/elasticsearch#17247 is finished.

cee-chen pushed a commit that referenced this issue Feb 9, 2023
## Summary

`[email protected]` ⏩ `[email protected]`

___

## [`74.1.0`](https://github.com/elastic/eui/releases/tag/v74.1.0)

- Added new `EuiSkeletonText`, `EuiSkeletonTitle`, `EuiSkeletonCircle`,
and `EuiSkeletonRectangle` components
([#6502](elastic/eui#6502))
- Updated `EuiSuperSelect` screen reader instructions to be more
specific ([#6549](elastic/eui#6549))
- Added `error` and updated `alert` glyphs to `EuiIcon`
([#6550](elastic/eui#6550))
- All `EuiSkeleton` components now accept an `isLoading` flag and
`children`, which automatically handles conditionally rendering loading
skeletons vs. loaded content (`children`)
([#6562](elastic/eui#6562))
- All `EuiSkeleton` components now accept a `contentAriaLabel` prop,
which more meaningfully describes the loaded content to screen readers
([#6562](elastic/eui#6562))
- Updated `EuiPopover` screen reader instructions for mobile and click
behaviors ([#6567](elastic/eui#6567))

**Bug fixes**

- Fixed `EuiCard` to ensure `onClick` method only runs once when `title`
contains a React node
([#6551](elastic/eui#6551))

**Deprecations**

- Deprecated `EuiLoadingContent` - use `EuiSkeletonText` instead
([#6557](elastic/eui#6557))

---------

Co-authored-by: Kibana Machine <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants