-
Notifications
You must be signed in to change notification settings - Fork 16
Enrich is not working #13
Comments
@nblumhardt Hi Nick - I've just stumbled across a similar problem where i'm trying to encrich and it's not working. I have done the following:
Then some code...
so I've:
tested app:
vs So .. before I cry and ask for help ... only to get a 'soz, got more important things on my plate etc' (which i TOTALLY understand) .... Is there something I can further do to try and resolve this myself and offer up a PR? Like ... for example ... Is there some places I should look at and see what type of data is being passed down the wire or if some specific data is not getting set somewhere. Even more higher level -> I'm assuming that LogEntries can accept this Structured Data! So I'm here to help but I'm really not sure where to start etc. |
At the moment, it doesn't look like anything is sent to LogEntries but the message: I'm not familiar enough with the API to know how to push properties through, but I assume |
Ok - so the clue here is that I need to research how LE / LeClient handles |
@nblumhardt i'm just thinking about this problem again. Could it be solvable with using a refs:
the idea being, the message is one KeyValue and each property is another KV and we just send some json message up to LogEntries. |
@PureKrome sounds like the right kind of approach - not sure what the details will look like though (needs some investigation of the LE API). |
Just ran into this issue today. Has there been any progress? |
Hello,
I have used following code for testing.
However, Logentires didn't capture the enrich machine name information.
logged "Test" only
The text was updated successfully, but these errors were encountered: