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

Mapping updates for Elasticsearch 1.0 release #898

Merged
merged 4 commits into from
Jan 31, 2014

Conversation

rashidkpc
Copy link
Contributor

  • Removed version filter for query types, replaced with pre-filtered.
  • Switched to _mapping/fields/ for mapping discovery. Added check for Elasticsearch version
  • Bumped min Kibana version to 0.90.9 and started enforcing it.

Rashid Khan added 4 commits January 30, 2014 17:12
…witched to _mapping/fields/ for mapping discovery, bumped min Kibana version to 0.90.9
rashidkpc pushed a commit that referenced this pull request Jan 31, 2014
Mapping updates for Elasticsearch 1.0 release
@rashidkpc rashidkpc merged commit 94a6236 into elastic:master Jan 31, 2014
@rashidkpc rashidkpc deleted the 10mappings branch January 31, 2014 17:19
@tjwallace
Copy link

I guess the nginx, apache, and lighttpd proxy settings need to be updated as well?

@rashidkpc
Copy link
Contributor Author

Yes indeed, good catch

@joshmyers
Copy link

Any suggestion for the updated proxy settings? I can see all my events but getting the following error using apache as a proxy with current sample config:

Error No index found at https://hostname.net:/logstash-2014.02.03,logstash-2014.02.02/_mapping. Please create at least one index.If you're using a proxy ensure it is configured correctly.

I can also curl https://hostname.net:/logstash-2014.02.03,logstash-2014.02.02/_mapping from my node and get a JSON blob back as expected so not sure whats up here..

@sfiggins
Copy link

sfiggins commented Feb 3, 2014

For apache you could use:

"^/(_nodes|_aliases|.*/_aliases|_search|.*/_search|_mapping/field/\*|.*/_mapping/field/\*)$"

The new url is '_mapping/field/*'

I think it's okay to remove the matches for the old url. It would be good to fix the error message this missing proxy rule generates, as it still reports the old mapping address.

w33ble pushed a commit to w33ble/kibana that referenced this pull request Sep 13, 2018
* feat: drag and drop page manager

* Cleaned up props

* Changed page controls back to context menu. Added logic to move to previous page on page delete

* Cleaned up page control styles

* Restored tray pop animation

* Increased number of iterations in animation loop

* feat: scroll to active page

* Scrolls page to the nearest edge

* Moved showTrayPop from props to state

* Replaced process.nextTick with setTimeout

* Changed overflow-x back to auto

* Fixed page preview height
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants