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

Searching / Filtering JSON #122

Open
alycd opened this issue Apr 7, 2017 · 0 comments
Open

Searching / Filtering JSON #122

alycd opened this issue Apr 7, 2017 · 0 comments
Labels

Comments

@alycd
Copy link

alycd commented Apr 7, 2017

Could someone provide some examples of filtering JSON.

I've tried regex or simple word matching to no avail.

Heres an example, say I wanted to match the word "mood" value. How would I do it in rtail filters?

{ "params": {}, "payload": { "trackee_id": 4, "ts": "2017-04-05T07:00:00.000Z", "track": "mood", "status": "ok", "tags": [ "angry" ] }, "response": { "tracker_id": 20, "trackee_id": 4, "ts": "2017-04-05T07:00:00.000Z", "track": "mood", "tags": [ "angry" ], "status": "ok" }, "level": "info", "message": "", "label": "index.js", "timestamp": "2017-04-07T02:55:20.349Z" }

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

No branches or pull requests

2 participants