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

[FIX] flatten ARRAY Object @kbn.flatten_json() #1513

Closed
wants to merge 1 commit into from

Conversation

zorx
Copy link

@zorx zorx commented Oct 1, 2014

This change will flatten the array of objects.

Example :

var objs = [{Name:"name1"},{Name:"name2"},{Name:"name3"}]
console.log(kbn.flatten_json(objs)) will return flatten objects
objs.0.Name : name1
objs.1.Name : name2
objs.2.Name : name3

and not {Name:"name1"},{Name:"name2"},{Name:"name3"} as it was in the previous version

@w33ble w33ble closed this Oct 6, 2014
@spalger
Copy link
Contributor

spalger commented Oct 6, 2014

Woops! Sorry about that! We recently replaced the master branch with Kibana 4. This action force closed all of the old pull requests against master. We will be reviewing these on a case-by-case basis and creating new tickets as necessary.

The good news is that many long requested features can be found in Kibana 4, and we're being entirely open about our roadmap. Check out the roadmap tickets (which we're still filling in) here.

If you're looking for the old Kibana 3 code you can find it here.

@w33ble
Copy link
Contributor

w33ble commented Oct 8, 2014

We're stopping development on Kibana 3 and focusing on Kibana 4 going forward. I believe the flattening code has been re-written there and addresses this, but feel free to open a new issue if there's still a problem.

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.

3 participants