Closed sm0w0ms closed 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
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
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
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?
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
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.
Hii, I am getting cloudhub logs and worker stats but did get and apievents and filebeats can you help me