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

scripts/generate_index_pattern.py doesn't seem to be adding the default _feilds #3261

Closed
blacktop opened this issue Dec 30, 2016 · 0 comments · Fixed by #3282
Closed

scripts/generate_index_pattern.py doesn't seem to be adding the default _feilds #3261

blacktop opened this issue Dec 30, 2016 · 0 comments · Fixed by #3282

Comments

@blacktop
Copy link

For confirmed bugs, please report:

  • Version: master
  • Operating System: OSX
  • Steps to Reproduce:
    make update

It is not making these fields that if you don't push the beat-generated index-pattern and just let kibana figure it out it DOES create them:

 {\"name\":\"_id\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"indexed\":false,\"analyzed\":false,\"doc_values\":false,\"searchable\":false,\"aggregatable\":false},

 {\"name\":\"_type\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"indexed\":false,\"analyzed\":false,\"doc_values\":false,\"searchable\":true,\"aggregatable\":true},

 {\"name\":\"_index\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"indexed\":false,\"analyzed\":false,\"doc_values\":false,\"searchable\":false,\"aggregatable\":false}

 {\"name\":\"_score\",\"type\":\"number\",\"count\":0,\"scripted\":false,\"indexed\":false,\"analyzed\":false,\"doc_values\":false,\"searchable\":false,\"aggregatable\":false}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants