I am using Nlog and log into file and database table. If there is a tool that I can send my logs and display, search, sort, etc. them.
Can you explain the problem you are trying to solve rather than making us guess? At this point it seems you need help reading a database table and designing a basic reporting page. but, you have many previous posts where you execute queries without issue?
Can you, at the very least, show us the code you've tried and explain what issues you are facing?
I need some kind of UI to display error logs, request and response logs. When the application is in production, someone has to look at the logs without logon to database.
Keep your friends close and your enemies even closer
I need some kind of UI to display error logs, request and response logs. When the application is in production, someone has to look at the logs without logon to database.
Are you asking for quotes from the community to build this? You'll need to provide a bit more information like log file layout and table schema at the very least.
I am not talking about building, just wonder if you guys are using some sort of tools in your projects like logstash, kanban etc. Looking for free tool.
Keep your friends close and your enemies even closer
I am not talking about building, just wonder if you guys are using some sort of tools in your projects like logstash, kanban etc. Looking for free tool.
Does logstach fit your currently unknown log file layout? Perhaps try reading the documentation to see if the tools meet your expectations. As far as I know kanban is a project management tool.
Your question is like asking, "How long is the string?".
I need some kind of UI to display error logs, request and response logs. When the application is in production, someone has to look at the logs without logon to database.
You mentioned you are using Nlog to generate and save log into file and database table, would you like to display logs on some UI/portal both from file and database table?
With Regards,
Fei Han
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
You may need to customize and build the UI/portal by yourself, and implement a API for getting logs from file and database table which could be consumed by your logs portal system and other log monitor applications.
With Regards,
Fei Han
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
Member
527 Points
2729 Posts
Displaying logs
Sep 05, 2019 01:07 PM|cenk1536|LINK
Hello,
I wonder if there is a tool which can display logs where user can easily search, sort etc and free :)
Best Regards.
All-Star
53081 Points
23656 Posts
Re: Displaying logs
Sep 05, 2019 01:50 PM|mgebhard|LINK
What logs are you talking about?
Member
527 Points
2729 Posts
Re: Displaying logs
Sep 05, 2019 02:10 PM|cenk1536|LINK
I am using Nlog and log into file and database table. If there is a tool that I can send my logs and display, search, sort, etc. them.
All-Star
53081 Points
23656 Posts
Re: Displaying logs
Sep 05, 2019 02:14 PM|mgebhard|LINK
Can you explain the problem you are trying to solve rather than making us guess? At this point it seems you need help reading a database table and designing a basic reporting page. but, you have many previous posts where you execute queries without issue? Can you, at the very least, show us the code you've tried and explain what issues you are facing?
Member
527 Points
2729 Posts
Re: Displaying logs
Sep 05, 2019 02:22 PM|cenk1536|LINK
I need some kind of UI to display error logs, request and response logs. When the application is in production, someone has to look at the logs without logon to database.
All-Star
53081 Points
23656 Posts
Re: Displaying logs
Sep 05, 2019 02:31 PM|mgebhard|LINK
Are you asking for quotes from the community to build this? You'll need to provide a bit more information like log file layout and table schema at the very least.
Member
527 Points
2729 Posts
Re: Displaying logs
Sep 05, 2019 02:37 PM|cenk1536|LINK
I am not talking about building, just wonder if you guys are using some sort of tools in your projects like logstash, kanban etc. Looking for free tool.
All-Star
53081 Points
23656 Posts
Re: Displaying logs
Sep 05, 2019 03:15 PM|mgebhard|LINK
Does logstach fit your currently unknown log file layout? Perhaps try reading the documentation to see if the tools meet your expectations. As far as I know kanban is a project management tool.
Your question is like asking, "How long is the string?".
Member
527 Points
2729 Posts
Re: Displaying logs
Sep 05, 2019 04:25 PM|cenk1536|LINK
My mistake, I would be kibana. Anyways why you make it harder all the time :)
All-Star
53081 Points
23656 Posts
Re: Displaying logs
Sep 05, 2019 05:02 PM|mgebhard|LINK
I have no idea what you are looking for.... perhaps Application Insights.
https://docs.microsoft.com/en-us/azure/azure-monitor/app/app-insights-overview
All-Star
58254 Points
15674 Posts
Re: Displaying logs
Sep 06, 2019 01:53 AM|bruce (sqlwork.com)|LINK
https://github.com/NLog/NLog/wiki/Tools
All-Star
40565 Points
6233 Posts
Microsoft
Re: Displaying logs
Sep 06, 2019 02:49 AM|Fei Han - MSFT|LINK
Hi cenk1536,
You mentioned you are using Nlog to generate and save log into file and database table, would you like to display logs on some UI/portal both from file and database table?
With Regards,
Fei Han
Member
527 Points
2729 Posts
Re: Displaying logs
Sep 06, 2019 05:47 AM|cenk1536|LINK
If it is possible yes, both of them.
All-Star
40565 Points
6233 Posts
Microsoft
Re: Displaying logs
Sep 09, 2019 01:30 AM|Fei Han - MSFT|LINK
Hi cenk1536,
You may need to customize and build the UI/portal by yourself, and implement a API for getting logs from file and database table which could be consumed by your logs portal system and other log monitor applications.
With Regards,
Fei Han