Member since
01-17-2016
42
Posts
50
Kudos Received
4
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3627 | 04-21-2016 10:41 PM | |
1010 | 04-15-2016 03:22 AM | |
1418 | 04-13-2016 04:03 PM | |
4503 | 04-12-2016 01:59 PM |
04-22-2016
06:51 PM
Shannon, try to extract the entire json into an attribute like you do. Then do "attributesToJson" to push it all inot one flow file perhaps?
... View more
04-22-2016
06:46 PM
1 Kudo
To build on what Bernhard said this is normal yarn behavior if it cant assign new containers. You said you are running virtual box, the sandbox defaults to 8gb of RAM, if you are running on a laptop with the same amount that could be an issue. If this is the case drop the virtualbox to only have 4GB of ram and restart the "node"
... View more
04-22-2016
03:47 AM
Architecturally each mmessage is immutable, changing anything in it means re-writing the flow-file contents. To add text to a message like that is tough. Is the message already in JSON format?
... View more
04-21-2016
11:14 PM
are you looking to replace the flowfile content with the extracted attribute? Perhaps AttributesToJSON If you could mark my answer as correct if that solves the first one it closes out this question!
... View more
04-21-2016
10:41 PM
Hey Shannon, You would call the new attribute with the expression language so you would type /root/${label}/ the {$VARIABLE} syntax can be used anywhere where expression language is allowed.
... View more
04-21-2016
09:35 PM
Hey Shannon, You want to use EvaluateJsonPath to make an attribute called "msg" with the value $.msg You then want to use RouteonAttribute with ${msg:equals('xyz')} You are very close to having it down correctly!
... View more
04-19-2016
09:11 PM
{"hub_insteon_id":"","device_group":"1","device_insteon_id":"368D4E","recieved_at":"2016-04-11T23:36:36.332240Z","status":"on"} was taken after i changed it
... View more
04-19-2016
08:59 PM
{"hub_insteon_id":"","device_group":"1","device_insteon_id":"368D4E","recieved_at":"2016-04-11T23:36:36.332240Z","status":"on"}
... View more