Closed Bug 1271735 Opened 8 years ago Closed 8 years ago

POST events not appearing in Kibana for Location Leaderboard Production

Categories

(Cloud Services :: Operations: Metrics/Monitoring, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jlockhart, Assigned: ckolos)

Details

The production location leaderboard kibana instance isn't showing POST events from Nginx.  I can see GETs for heartbeats, api calls, static assets, but I can't see POST events for data submissions.  They were there until a few days ago, am I doing something wrong or was some configuration changed?

Thanks!
Assignee: nobody → ckolos
Looks like the majority of POSTs returned a status code of 201. The dashboard was configured to only show 200. I've updated the query to match 200-299 for 200s, which should help. Matching "request:POST" instead of by status should match all POSTs.
:whd Aha perfect thank you!
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.