Kibana version: master
Server OS version: Darwin
Browser version: Chrome Canary
Browser OS version: OSX
Description of the problem including expected versus actual behavior:
The presence of a scripted field seems to be preventing other fields from returning in the master branch (haven't tried alpha4 yet). The screenshot below shows the discover page with makelogs data, and you can see that only my scripted field foo (and the fielddata_fields) are pressent. No errors in browser console, Kibana logs or ES logs. Maybe the scripted field request syntax changed in a subtle way?
Steps to reproduce:
- Create an index pattern
- Go to Discover, confirm you can see all your fields
- Create a scripted fields
- See all your normal fields perform their vanishing act

Kibana version: master
Server OS version: Darwin
Browser version: Chrome Canary
Browser OS version: OSX
Description of the problem including expected versus actual behavior:
The presence of a scripted field seems to be preventing other fields from returning in the master branch (haven't tried alpha4 yet). The screenshot below shows the discover page with makelogs data, and you can see that only my scripted field
foo(and thefielddata_fields) are pressent. No errors in browser console, Kibana logs or ES logs. Maybe the scripted field request syntax changed in a subtle way?Steps to reproduce: