michaelhyatt / elastic-cloudhub-observability

Experiments with observability of Mule components and APIs deployed into CloudHub using Elastic stack.
Apache License 2.0
8 stars 9 forks source link

Not getting apievents in kibana #7

Closed sm0w0ms closed 2 years ago

sm0w0ms commented 2 years ago

Hii, I am getting cloudhub logs and worker stats but did get and apievents and filebeats can you help me

michaelhyatt commented 2 years ago

Are you getting any errors? You can debug it further by commenting out the pipelines that work and focusing on the ones that don't in config/pipelines.yml

sm0w0ms commented 2 years ago

So in the api-events pipeline I am not getting any errors but, as per the configuration it should a create a index name api-events but it creating only creates this indexs image

sm0w0ms commented 2 years ago

And also i did found this api "https://anypoint.mulesoft.com/cloudhub/api/v2/applications/%{app_name}/dashboardStats" doc can you provide me the link.

Thank you :D

michaelhyatt commented 2 years ago

And also i did found this api "https://anypoint.mulesoft.com/cloudhub/api/v2/applications/%{app_name}/dashboardStats" doc can you provide me the link.

Thank you :D Are you after the API description?

https://anypoint.mulesoft.com/exchange/portals/anypoint-platform/f1e97bc6-315a-4490-82a7-23abe036327a.anypoint-platform/cloudhub-api/minor/1.0/console/endpoint/%232219/

michaelhyatt commented 2 years ago

So in the api-events pipeline I am not getting any errors but, as per the configuration it should a create a index name api-events but it creating only creates this indexs image

Can you try and see that if you send the api-events output to the console, you see the events reported?

If there are events, then create the index manually. If there are no events, then the CloudHub API is not reporting events and there is something else going on there with your Mule app.