my requirment is How to do pull the backend server linux machines logs and how to displaying the logs in frontend by using logstash tool
On a self-hosted ELK environment I am aware of how to see errors in the Logstash pipeline to detect log records being thrown away.
But how can I find these errors on a ELK environment hosted by elastic.co?
There is no Logstash in the elastic cloud service hosted by elastic.co, only elasticsearch and kibana instances are available.
If you need logstash in your deployment you will need to host it elsewhere, on-premises or other cloud services, and configure your instance to ship data to your cloud service.
I have an legacy Azure web app (with no application log), and I need to know from where the requests are coming to our server. Usually we get it from Server log. How can I get the server log for an Azure Web app.
Go to App Service logs under your app service, enable web server logging there with storage or file system.
And about how to access the log file, check this Access log files. If you choose storage blob just go to your storage account check the file, if you choose file system, just go to /LogFiles/http/RawLogs/ in your kudu site or download the zip file with https://<app-name>.scm.azurewebsites.net/api/dump.
I was trying to create an recommendation system for youtube. For that I would need to access the web server log files. Is it possible?
I have an script running which generates log4j logs how can I configure for the alerts.
I am able to do it through JBoss but need to do it with JBoss server