If a SandboxFilter emits messages w/ a JSON payload, then the DashboardOutput will make the raw JSON available via HTTP, so you can make requests to the Heka server to fetch the data.
Alternately, you can use the HttpOutput to have Heka make HTTP requests to push the data to another location. There are other strategies as well, but those seem like the most likely to be what you want. -r On 01/07/2015 01:41 AM, Djamel F. wrote:
On one side I have data running in heka and on the other side a web application which frequently need to display instant metric values coming from heka. So what is the best way to retrieve data flowing into heka? That would be great if heka could provide a REST api that we could query, but I don't see any output that looks like this. I'm aware of the dashboardOutput, but I need to integrate to a custom web application... But maybe I can query the dashboardOutput backend through ajax, but this is a workaround and this is not very flexible. Any other idea? Cordialement, --- Djamel FELLAH Tél : +33 6 26 68 57 09 Élève Ingénieur en Informatique École Université de Technologie de Belfort-Montbéliard _______________________________________________ Heka mailing list [email protected] https://mail.mozilla.org/listinfo/heka
_______________________________________________ Heka mailing list [email protected] https://mail.mozilla.org/listinfo/heka

