Skip to content

Instantly share code, notes, and snippets.

@benwtrent
Last active November 12, 2019 17:09
Show Gist options
  • Save benwtrent/36717195f0510fbfc4ba4f04872c52dc to your computer and use it in GitHub Desktop.
Save benwtrent/36717195f0510fbfc4ba4f04872c52dc to your computer and use it in GitHub Desktop.
"processors": [
{
{
"drop": {
"if" : "ctx.lat == 0.0"
}
}
},
{
"set": {
"field": "gps",
"value": "{{lat}},{{lng}}"
}
}
]
@benwtrent
Copy link
Author

@benwtrent
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment