I've been beating my head against this a bit - but I feel sort of stuck now.
I have anthracite running behind mod_proxy - and almost everything seems to work.
The 'operational report' screen, though, seems to not - when I load it with chrome developer tools open, it reports, "Failed to do graphite POST request to /report/data/: error: Not Found"
I've not had much success fixing this yet - I've got POST requests specifically allowed in a Limit block in my apache config, and i've set the DefaultType to none - because I thought the content-type was being overridden to text/plain when passed, and figured that could be making a mess.
I also have thought about perhaps there not being enough data (events) for anything reasonable to be returned - so I manufactured some. Still, it seems that it's having some sort of issue; is there something I need to kick before the /report/data endpoint will return correctly?
Happy to chat/screenshare/whatever helps you help me.
I've been beating my head against this a bit - but I feel sort of stuck now.
I have anthracite running behind mod_proxy - and almost everything seems to work.
The 'operational report' screen, though, seems to not - when I load it with chrome developer tools open, it reports, "Failed to do graphite POST request to /report/data/: error: Not Found"
I've not had much success fixing this yet - I've got POST requests specifically allowed in a Limit block in my apache config, and i've set the DefaultType to none - because I thought the content-type was being overridden to text/plain when passed, and figured that could be making a mess.
I also have thought about perhaps there not being enough data (events) for anything reasonable to be returned - so I manufactured some. Still, it seems that it's having some sort of issue; is there something I need to kick before the /report/data endpoint will return correctly?
Happy to chat/screenshare/whatever helps you help me.
thanks,
--e