CN112527747A - Log template configuration and display method and device - Google Patents

Log template configuration and display method and device Download PDF

Info

Publication number
CN112527747A
CN112527747A CN202011541952.6A CN202011541952A CN112527747A CN 112527747 A CN112527747 A CN 112527747A CN 202011541952 A CN202011541952 A CN 202011541952A CN 112527747 A CN112527747 A CN 112527747A
Authority
CN
China
Prior art keywords
log
template
log template
initial
configuring
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202011541952.6A
Other languages
Chinese (zh)
Inventor
丁健
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Anhui Aisino Corp
Original Assignee
Anhui Aisino Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Anhui Aisino Corp filed Critical Anhui Aisino Corp
Priority to CN202011541952.6A priority Critical patent/CN112527747A/en
Publication of CN112527747A publication Critical patent/CN112527747A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/1734Details of monitoring file system events, e.g. by the use of hooks, filter drivers, logs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/1805Append-only file systems, e.g. using logs or journals to store data
    • G06F16/1815Journaling file systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Abstract

The invention provides a log template configuration and display method and device, and relates to the technical field of log configuration. The log template configuration method comprises the following steps: creating an initial log template; configuring the initial log template according to a log method and/or method attribute to obtain a log template set consisting of a plurality of initial log templates; and filtering the log template set by adopting an interceptor, and outputting the log template. According to the technical scheme, the initial log template is configured through the log method and/or the method attribute, free combination of the log method and the method attribute is achieved, various different log templates are generated, the log template set is filtered through the interceptor to output the required log template, the log output format is more standardized, clearer and diversified, different service requirements are met, and the practicability of the log file is improved.

Description

Log template configuration and display method and device
Technical Field
The invention relates to the technical field of log configuration, in particular to a log template configuration and display method and device.
Background
With the development of science and technology, users have higher requirements on software performance and response speed. The log recording is very important, and software defects can be quickly positioned through log analysis, so that problems are quickly solved, and the user experience and the product performance are improved.
In general, in order to cover most of developed software, the output coverage of the log is wide, so that the whole log file becomes chaotic and difficult to analyze, the problem is inconvenient to check during use, and the practicability of the log file is affected.
Disclosure of Invention
The invention solves the problem of how to improve the practicability of the log file.
In order to solve the above problem, the present invention provides a log template configuration method, including: creating an initial log template; configuring the initial log template according to a log method and/or method attribute to obtain a log template set consisting of a plurality of initial log templates; and filtering the log template set by adopting an interceptor, and outputting the log template.
The log template configuration method of the invention configures the initial log template through the log method and/or the method attribute, realizes the free combination of the log method and the method attribute, generates various different log templates, and filters the log template set through the interceptor to output the required log template, so that the log output format is more standardized, clearer and diversified, thereby meeting different service requirements and improving the practicability of the log file.
Optionally, the configuring the initial log template according to the log method and/or the method attribute to obtain a log template set composed of a plurality of initial log templates includes: configuring the initial log template according to the log method to generate the log template set, specifically comprising: and randomly selecting one or a combination of a plurality of log adding methods, deleting methods, modifying methods and log searching methods as a log method set, configuring the initial log template according to the log method set to generate a plurality of different initial log templates, and generating the log template set according to the combination of the plurality of different initial log templates.
The log template configuration method of the invention configures the initial log template by the log method, realizes the free combination of the log method, generates various log templates, thereby meeting different business requirements and improving the practicability of log files.
Optionally, the configuring the initial log template according to the log method and/or the method attribute to obtain a log template set composed of a plurality of initial log templates includes: configuring the initial log template according to the method attribute to generate the log template set, specifically comprising: and randomly selecting one or more combinations of sql statements, sql types, sql IDs, parameters, sql execution times, sql execution dates and module method attributes as a method attribute set, configuring the initial log template according to the method attribute set to generate a plurality of different initial log templates, and generating the log template set according to the plurality of different initial log template combinations.
The log template configuration method of the invention configures the initial log template through the method attribute, realizes the free combination of the method attribute, generates various different log templates, thereby meeting different business requirements and improving the practicability of the log file.
Optionally, the configuring the initial log template according to the log method and/or the method attribute to obtain a log template set composed of a plurality of initial log templates includes: configuring the initial log template according to the log method and the method attribute to generate the log template set, specifically comprising: and randomly selecting one or more log method combinations as a log method set, selecting one or more method attribute combinations as a method attribute set, configuring the initial log template according to the log method set and the method attribute set to generate a plurality of different initial log templates, and generating the log template set according to the plurality of different initial log template combinations.
The log template configuration method of the invention configures the initial log template through the log method and/or the method attribute, realizes the free combination of the log method and the method attribute, generates a plurality of different log templates, thereby meeting different service requirements and improving the practicability of the log file.
Optionally, the filtering, by using an interceptor, the log template set, and outputting the log template includes: and filtering the log template set according to preset interception conditions by adopting an interceptor so as to output the log template meeting the preset interception conditions.
The log template configuration method of the invention filters the log template set through the interceptor to output the required log template, so that the log output format is more standardized, clearer and diversified, thereby meeting different service requirements and improving the practicability of log files.
The invention also provides a log template display method, which comprises the following steps: acquiring a log template output according to the log template configuration method; and displaying the log template.
The log template display method clearly displays the method, the action and various attributes of each log through the log template output by the visual form display log template configuration method, so that the log display is more visual, the problem of a user is conveniently checked, and the practicability of the log file is improved.
Optionally, the displaying the log template includes: and inputting the log template into a BI platform, and displaying the log template by adopting a table or a histogram.
The log template display method enables log display to be more visual and facilitates users to troubleshoot problems through the log template displayed by the table or the histogram, thereby improving the practicability of log files.
The invention also provides a log template configuration device, comprising: the creating module is used for creating an initial log template; the configuration module is used for configuring the initial log template according to a log method and/or method attribute to obtain a log template set consisting of a plurality of initial log templates; and the output module is used for filtering the log template set by adopting an interceptor and outputting the log template. Compared with the prior art, the log template configuration device and the log template configuration method have the same advantages, and are not described again here.
The invention also provides a log template display device, which comprises: the acquisition module is used for acquiring the log template output according to the log template configuration method; and the display module is used for displaying the log template. Compared with the prior art, the log template display device and the log template display method have the same advantages, and are not repeated herein.
The invention further provides a computer-readable storage medium, which stores a computer program, and when the computer program is read and executed by a processor, the log template configuration method or the log template display method is implemented. The advantages of the computer-readable storage medium and the log template configuration method or the log template display method are the same as those of the log template configuration method or the log template display method in the prior art, and are not described herein again.
Drawings
FIG. 1 is a flowchart illustrating a log template configuration method according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating a method for displaying a log template according to an embodiment of the present invention;
FIG. 3 is a table showing method of a log template according to an embodiment of the present invention;
FIG. 4 is a histogram display method of a log template according to an embodiment of the present invention;
FIG. 5 is a method for configuring a global template of a log according to an embodiment of the present invention;
FIG. 6 is a diagram illustrating a configuration of a logging template according to a logging method, according to an embodiment of the present invention;
fig. 7 is a schematic diagram illustrating a configuration of a log template according to a log method and method attributes according to an embodiment of the present invention.
Detailed Description
In order to make the aforementioned objects, features and advantages of the present invention comprehensible, embodiments accompanied with figures are described in detail below.
As shown in fig. 1, an embodiment of the present invention provides a log template configuration method, including: creating an initial log template; configuring the initial log template according to a log method and/or method attribute to obtain a log template set consisting of a plurality of initial log templates; and filtering the log template set by adopting an interceptor, and outputting the log template.
Specifically, in this embodiment, the log template configuration method includes:
in the embodiment, the log information is normalized into a visual form through the initial log template and the log files displayed by the log template, so that the method, the effect and various attributes of each log are clearly displayed, and the user can conveniently investigate the log information.
Configuring an initial log template according to a log method and/or method attributes to obtain a log template set consisting of a plurality of initial log templates, wherein the log method comprises adding (insert), deleting (delete), changing (update) and checking (select), for example, a template N1 selects insert and update, a template N2 selects delete and select, and a template N3 selects update and select; the method attributes comprise an sql statement, an sql type, an sql ID, parameters, an sql execution time, an sql execution date and a module, wherein the parameters and the module refer to interface parameters and modules of a service scene for generating the log; for example, template N1 selects sql statement, sql type and sql id, template N2 selects sql statement, parameters and sql execution time, template N3 selects sql statement, sql execution date and module, template N1, template N2 and template N3 constitute a log template set; different initial log templates can be configured by selecting different log methods and/or method attributes so as to meet the requirements of users on different log templates.
As shown in fig. 5, the log global template configuration method is to configure the initial log template without using the log method and/or method attribute, and use the default log global template. The output content comprises all information, log files are huge, the problems are inconvenient to analyze and troubleshoot, and meanwhile, the workload of the log analysis system is reduced, so that the performance of the log analysis system is reduced. Therefore, the initial log templates can be freely combined through the log method and/or method attribute configuration, the logs can be efficiently output, and the display of the logs is more intuitive.
And filtering the log template set by adopting the interceptor, and outputting the log template, wherein the log template set can output the required log template, so that the log output format is more standardized, clearer and diversified, thereby meeting different service requirements.
In the embodiment, the initial log template is configured through the log method and/or the method attribute, so that the free combination of the log method and the method attribute is realized, various different log templates are generated, and the log template set is filtered through the interceptor to output the required log template, so that the log output format is more standardized, clearer and diversified, different service requirements are met, and the practicability of the log file is improved.
Optionally, the configuring the initial log template according to the log method and/or the method attribute to obtain a log template set composed of a plurality of initial log templates includes: configuring the initial log template according to the log method to generate the log template set, specifically comprising: and randomly selecting one or a combination of a plurality of log adding methods, deleting methods, modifying methods and log searching methods as a log method set, configuring the initial log template according to the log method set to generate a plurality of different initial log templates, and generating the log template set according to the combination of the plurality of different initial log templates.
Specifically, in this embodiment, configuring the initial log template according to the log method and/or the method attribute, and obtaining a log template set composed of a plurality of initial log templates includes: configuring an initial log template according to a log method to generate a log template set, which specifically comprises the following steps: one or a combination of several log adding, deleting, modifying and searching methods is selected as a log method set at will, an initial log template is configured according to the log method set to generate a plurality of different initial log templates, and a log template set is generated according to the combination of the plurality of different initial log templates. As shown in fig. 6, the user may configure the initial log template by a log method to obtain a log with unnecessary methods filtered out, for example: a batch of abnormally added and deleted data in a certain system can be configured into a template by developers during troubleshooting, so that only newly added and deleted log information can be displayed in a log file, a large amount of information of a query (select) and modification (update) method is filtered, and when a user uses the log to troubleshoot problems, the newly added and deleted log information can be displayed in the log only, so that the user can directly find the newly added and deleted log information corresponding to the data, the problem of the abnormally added and deleted data can be found as soon as possible, and the time for positioning the problems by the user is shortened. The logs filtered by the screening condition template only show the logs generated by the configured method in the template, and useless information is filtered out, so that the user is concentrated on searching key information, and the requirements of the user on different log templates are met.
In the embodiment, the initial log template is configured by the log method, so that the free combination of the log method is realized, and various different log templates are generated, thereby meeting different service requirements and improving the practicability of log files.
Optionally, the configuring the initial log template according to the log method and/or the method attribute to obtain a log template set composed of a plurality of initial log templates includes: configuring the initial log template according to the method attribute to generate the log template set, specifically comprising: and randomly selecting one or more combinations of sql statements, sql types, sql IDs, parameters, sql execution times, sql execution dates and module method attributes as a method attribute set, configuring the initial log template according to the method attribute set to generate a plurality of different initial log templates, and generating the log template set according to the plurality of different initial log template combinations.
Specifically, in this embodiment, configuring the initial log template according to the log method and/or the method attribute, and obtaining a log template set composed of a plurality of initial log templates includes: configuring an initial log template according to the method attribute to generate a log template set, which specifically comprises the following steps: the method comprises the steps of randomly selecting one or more combinations of sql statements, sql types, sql IDs, parameters, sql execution times, sql execution dates and module method attributes as a method attribute set, configuring an initial log template according to the method attribute set to generate a plurality of different initial log templates, and generating a log template set according to the plurality of different initial log template combinations. For example, to know from what module and what time the data is added and deleted into the system, the configuration of the module and the time needs to be added, the last log can display the module and the time generated by the corresponding method, filter out other useless information for the user, and standardize the display format of the log to form a form, thereby facilitating the quick positioning of the problem. Compared with the method for configuring the log and not configuring the method attribute, the method for configuring the initial log template by using the method attribute is also feasible, and the module is taken as the method attribute to configure the initial log template, so that the finally configured log can show all the modules of the increasing, deleting, modifying and checking method, and therefore a user can directly determine the module from which the increasing, deleting, modifying and checking method enters the system, and the time for positioning the user is reduced.
In the embodiment, the initial log template is configured through the method attributes, so that the method attributes are freely combined, and various different log templates are generated, thereby meeting different service requirements and improving the practicability of the log file.
Optionally, the configuring the initial log template according to the log method and/or the method attribute to obtain a log template set composed of a plurality of initial log templates includes: configuring the initial log template according to the log method and the method attribute to generate the log template set, specifically comprising: and randomly selecting one or more log method combinations as a log method set, selecting one or more method attribute combinations as a method attribute set, configuring the initial log template according to the log method set and the method attribute set to generate a plurality of different initial log templates, and generating the log template set according to the plurality of different initial log template combinations.
Specifically, in this embodiment, configuring the initial log template according to the log method and/or the method attribute, and obtaining a log template set composed of a plurality of initial log templates includes: configuring an initial log template according to a log method and method attributes to generate a log template set, which specifically comprises the following steps: the method comprises the steps of randomly selecting one or more log methods to be a log method set, selecting one or more method attribute combinations to be a method attribute set, configuring an initial log template according to the log method set and the method attribute set to generate a plurality of different initial log templates, and generating the log template set according to the plurality of different initial log template combinations. As shown in fig. 7, a user may configure an initial log template through a log method and method attributes to filter out logs containing useless information, for example, after selecting a log method, to know from what module and what time data addition and deletion enters the system, as long as the configuration of the module and time is added on the basis of the log method, the last log will display the module and time generated by the addition and deletion method, and filter out other useless information for the user, so that the user can clearly know about the specific module and time of data addition and deletion, thereby quickly positioning and solving problems, standardizing a log display format, and forming a form to facilitate quick positioning problems.
In the embodiment, the initial log template is configured through the log method and/or the method attribute, so that the free combination of the log method and the method attribute is realized, and various different log templates are generated, thereby meeting different service requirements and improving the practicability of log files.
Optionally, the filtering, by using an interceptor, the log template set, and outputting the log template includes: and filtering the log template set according to preset interception conditions by adopting an interceptor so as to output the log template meeting the preset interception conditions.
Specifically, in this embodiment, the method for filtering the log template set by using the interceptor includes: and filtering the log template set by adopting an interceptor according to a preset interception condition to output the log template meeting the preset interception condition. The log template set is filtered to output the required log template, so that the log output format is more standardized, clearer and diversified, and different service requirements are met.
In the embodiment, the log template set is filtered by the interceptor to output the required log template, so that the log output format is more standardized, clearer and diversified, different service requirements are met, and the practicability of the log file is improved.
Another embodiment of the present invention provides a method for displaying a log template, including: acquiring a log template output according to the log template configuration method; and displaying the log template.
Specifically, in this embodiment, with reference to fig. 2, the log template display method includes: acquiring a log template output according to the log template configuration method; and displaying the log template. The log information can be normalized into a visual form through the initial log template and the log file displayed by the log template, the method, the action and various attributes of each log are clearly displayed, and the log display is more visual, so that the problem troubleshooting of a user is facilitated.
In the embodiment, the log template output by the log template configuration method is displayed through the visual form, and the method, the effect and various attributes of each log are clearly displayed, so that the log display is more visual, the problem is conveniently checked by a user, and the practicability of the log file is improved.
Optionally, the displaying the log template includes: and inputting the log template into a BI platform, and displaying the log template by adopting a table or a histogram.
Specifically, in this embodiment, as shown in fig. 3 and 4, the presentation log template includes: the log template is input into a Business Intelligence (BI) platform, and the log template is displayed by adopting a table or a histogram (only a histogram form of the log template is displayed in a graph form in fig. 4, and specific log content is not involved), so that log display is more visual, problems are conveniently checked by a user, and the practicability of the log file is improved.
In the embodiment, the log template is displayed through the table or the histogram, so that the log display is more visual, the problem troubleshooting of a user is facilitated, and the practicability of the log file is improved.
Another embodiment of the present invention provides a log template configuration apparatus, including: the creating module is used for creating an initial log template; the configuration module is used for configuring the initial log template according to a log method and/or method attribute to obtain a log template set consisting of a plurality of initial log templates; and the output module is used for filtering the log template set by adopting an interceptor and outputting the log template.
Another embodiment of the present invention provides a log template display apparatus, including: the acquisition module is used for acquiring the log template output according to the log template configuration method; and the display module is used for displaying the log template.
Another embodiment of the present invention provides a computer-readable storage medium, which stores a computer program, and when the computer program is read and executed by a processor, the computer program implements the log template configuration method or the log template display method as described above.
Although the present disclosure has been described above, the scope of the present disclosure is not limited thereto. Various changes and modifications may be effected therein by one of ordinary skill in the pertinent art without departing from the spirit and scope of the present disclosure, and these changes and modifications are intended to be within the scope of the present disclosure.

Claims (10)

1. A log template configuration method is characterized by comprising the following steps:
creating an initial log template;
configuring the initial log template according to a log method and/or method attribute to obtain a log template set consisting of a plurality of initial log templates;
and filtering the log template set by adopting an interceptor, and outputting the log template.
2. The method according to claim 1, wherein the configuring the initial log template according to log methods and/or method attributes to obtain a log template set composed of a plurality of the initial log templates comprises: configuring the initial log template according to the log method to generate the log template set, specifically comprising:
and randomly selecting one or a combination of a plurality of log adding methods, deleting methods, modifying methods and log searching methods as a log method set, configuring the initial log template according to the log method set to generate a plurality of different initial log templates, and generating the log template set according to the combination of the plurality of different initial log templates.
3. The method according to claim 1, wherein the configuring the initial log template according to log methods and/or method attributes to obtain a log template set composed of a plurality of the initial log templates comprises: configuring the initial log template according to the method attribute to generate the log template set, specifically comprising:
and randomly selecting one or more combinations of sql statements, sql types, sql IDs, parameters, sql execution times, sql execution dates and module method attributes as a method attribute set, configuring the initial log template according to the method attribute set to generate a plurality of different initial log templates, and generating the log template set according to the plurality of different initial log template combinations.
4. The method according to claim 1, wherein the configuring the initial log template according to log methods and/or method attributes to obtain a log template set composed of a plurality of the initial log templates comprises: configuring the initial log template according to the log method and the method attribute to generate the log template set, specifically comprising:
and randomly selecting one or more log method combinations as a log method set, selecting one or more method attribute combinations as a method attribute set, configuring the initial log template according to the log method set and the method attribute set to generate a plurality of different initial log templates, and generating the log template set according to the plurality of different initial log template combinations.
5. The log template configuration method of claim 1, wherein the filtering the log template set with an interceptor, and outputting the log template comprises:
and filtering the log template set according to preset interception conditions by adopting an interceptor so as to output the log template meeting the preset interception conditions.
6. A log template display method is characterized by comprising the following steps:
acquiring a log template output by the log template configuration method according to any one of claims 1 to 5;
and displaying the log template.
7. The log template presentation method of claim 6, wherein the presenting the log template comprises:
and inputting the log template into a BI platform, and displaying the log template by adopting a table or a histogram.
8. A log template configuration apparatus, comprising:
the creating module is used for creating an initial log template;
the configuration module is used for configuring the initial log template according to a log method and/or method attribute to obtain a log template set consisting of a plurality of initial log templates;
and the output module is used for filtering the log template set by adopting an interceptor and outputting the log template.
9. A log template presentation apparatus, comprising:
an obtaining module, configured to obtain a log template output according to the log template configuration method of any one of claims 1 to 5;
and the display module is used for displaying the log template.
10. A computer-readable storage medium, wherein a computer program is stored, and when the computer program is read and executed by a processor, the computer program implements the log template configuration method according to any one of claims 1 to 5 or the log template presentation method according to any one of claims 6 and 7.
CN202011541952.6A 2020-12-23 2020-12-23 Log template configuration and display method and device Pending CN112527747A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011541952.6A CN112527747A (en) 2020-12-23 2020-12-23 Log template configuration and display method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011541952.6A CN112527747A (en) 2020-12-23 2020-12-23 Log template configuration and display method and device

Publications (1)

Publication Number Publication Date
CN112527747A true CN112527747A (en) 2021-03-19

Family

ID=74975931

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011541952.6A Pending CN112527747A (en) 2020-12-23 2020-12-23 Log template configuration and display method and device

Country Status (1)

Country Link
CN (1) CN112527747A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114793193A (en) * 2022-04-22 2022-07-26 深圳市东晟数据有限公司 Rapid association classification and hierarchical storage method for network security logs

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108984134A (en) * 2017-05-31 2018-12-11 北京京东尚科信息技术有限公司 A kind of method and apparatus of log printing
CN109344034A (en) * 2018-09-29 2019-02-15 郑州云海信息技术有限公司 A kind of method and apparatus for managing log
CN109739735A (en) * 2018-12-04 2019-05-10 东软集团股份有限公司 Log generation method and device
CN111767262A (en) * 2020-06-30 2020-10-13 平安国际智慧城市科技股份有限公司 Log display method, device, equipment and storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108984134A (en) * 2017-05-31 2018-12-11 北京京东尚科信息技术有限公司 A kind of method and apparatus of log printing
CN109344034A (en) * 2018-09-29 2019-02-15 郑州云海信息技术有限公司 A kind of method and apparatus for managing log
CN109739735A (en) * 2018-12-04 2019-05-10 东软集团股份有限公司 Log generation method and device
CN111767262A (en) * 2020-06-30 2020-10-13 平安国际智慧城市科技股份有限公司 Log display method, device, equipment and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114793193A (en) * 2022-04-22 2022-07-26 深圳市东晟数据有限公司 Rapid association classification and hierarchical storage method for network security logs

Similar Documents

Publication Publication Date Title
US11902313B2 (en) Dynamic hierarchical tagging system and method
US11797532B1 (en) Dashboard display using panel templates
US10778712B2 (en) Displaying network security events and investigation activities across investigation timelines
US9363149B1 (en) Management console for network security investigations
US10254934B2 (en) Network security investigation workflow logging
US20200328952A1 (en) Distributed Tracing for Application Performance Monitoring
US9076072B2 (en) System and method for web page rendering test automation suite
US9910870B2 (en) System and method for creating data models from complex raw log files
US10713070B2 (en) Systems and methods for capturing and visualizing user interactions across devices
US20140298286A1 (en) Systems and Methods for Automatically Associating Software Elements and Automatic Gantt Chart Creation
CN110716966A (en) Data visualization processing method and system, electronic device and storage medium
US20160342656A1 (en) Interactive Log File Visualization Tool
CN114327678A (en) Real-time data processing system and method supporting multiple engines
US7308457B1 (en) Method and apparatus for providing customized filters to restrict datasets retrieved from a database
CN109033157B (en) Complex data retrieval method and system based on user-defined search condition tree
CN112527747A (en) Log template configuration and display method and device
CN114185874A (en) Big data based modeling method and device, development framework and equipment
CN113885860A (en) Method and equipment for automatically configuring management page to generate interface service
US20160217203A1 (en) Systems, Methods, and Apparatuses for Creating, Linking and Discovering Business Navigation Maps for Analyzing Data
US20230023798A1 (en) Digital forensics tool and method
CN114880362A (en) Data analysis system
CN111831527A (en) Method, apparatus, electronic device, and medium for scanning database performance problems
CN112241406B (en) Big data display and agile development deployment method
US20230141506A1 (en) Pre-constructed query recommendations for data analytics
CN110019109B (en) Method and apparatus for processing data warehouse data

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20210319