通用日志分析器...!

发布于 2024-10-19 12:35:27 字数 253 浏览 0 评论 0原文

是否存在类似“通用日志分析器”的东西?

我的意思是通用日志分析器它可以分析由 Java/.Net/etc 生成的大多数类型的日志文件。编写的软件。

我的目的不是将它用于每种日志文件。我实际上正在寻找这样的软件,只需要配置日志分析器的某些部分(例如提供一些表达式或模式语法),并基于此它可以为我生成一些分析。我在谷歌上搜索了很多关于这个主题的内容,但没有找到太多解决方案。

需要有关付费和免费软件的信息。

谢谢, 曼尼什·帕蒂尔.

Is there exist something like 'Universal Log Analyzer'?

I mean by Universal Log Anlyzer that it can analyze most kind of log files generated by Java/.Net/etc. written softwares.

My intention is not to use it for every kind of log files. I am actually looking for such software that only need to configure some part of Log Analyzer(e.g. provide some expression or pattern syntax) and based on that it can generate some analysis for me. I have googled much on this topic but not find much solution on it.

Need info on both Paid and Free Softwares.

Thanks,
Manish Patil.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

用心笑 2024-10-26 12:35:27

看看 日志解析器。它是微软的免费工具,可以解析和查询几乎所有类型的日志。以下是官方网站的描述:

日志解析器是一款功能强大的多功能工具,可提供对基于文本的数据(例如日志文件、XML 文件和 CSV 文件)以及 Windows® 操作系统上的关键数据源(例如事件日志、注册表、文件系统和 Active Directory®。您告诉日志解析器您需要什么信息以及您希望如何处理它。查询结果可以在基于文本的输出中进行自定义格式,也可以将它们保留到更专业的目标,例如 SQL、SYSLOG 或图表。

大多数软件旨在完成有限数量的特定任务。日志解析器是不同的......它可以使用的方式数量仅受用户的需求和想象力的限制。世界就是您使用 Log Parser 的数据库。

Take a look at log parser. It is free tool from Microsoft, that allows parse and query almost all kinds of log. Here is description from official site:

Log parser is a powerful, versatile tool that provides universal query access to text-based data such as log files, XML files and CSV files, as well as key data sources on the Windows® operating system such as the Event Log, the Registry, the file system, and Active Directory®. You tell Log Parser what information you need and how you want it processed. The results of your query can be custom-formatted in text based output, or they can be persisted to more specialty targets like SQL, SYSLOG, or a chart.

Most software is designed to accomplish a limited number of specific tasks. Log Parser is different... the number of ways it can be used is limited only by the needs and imagination of the user. The world is your database with Log Parser.

若言繁花未落 2024-10-26 12:35:27

天下没有免费的午餐。

存在许多通用日志分析器。但是您必须自己定义配置文件来处理您自己的日志文件。

示例:grep、awk、perl、python、...

There ain't no such thing as a free lunch.

Many universal log analyzers exist. But you have to define configuration files yourself for handling your own log files.

Examples: grep, awk, perl, python, ...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文