Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

load mongo object while transporting to ES #163

Closed
mzahidriaz opened this issue Jan 16, 2016 · 1 comment
Closed

load mongo object while transporting to ES #163

mzahidriaz opened this issue Jan 16, 2016 · 1 comment

Comments

@mzahidriaz
Copy link

{
  objectId: 12312312312312312,
  name: "Some name",
  anotherDocId: 12312312323123123123
}

While transporting this to ES I want to load anotherDocId from mongo and add as a json object before transporting to ES.

Expected Output

{
  objectId: 12312312312312312,
  name: "Some name",
  anotherDocId: {
    name: "Another Document Name"
  }
}

@jipperinbham
Copy link
Contributor

this would be implemented as part of #39

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants