CN114661777A - Method, device and medium for extracting log records - Google Patents

Method, device and medium for extracting log records Download PDF

Info

Publication number
CN114661777A
CN114661777A CN202210368046.3A CN202210368046A CN114661777A CN 114661777 A CN114661777 A CN 114661777A CN 202210368046 A CN202210368046 A CN 202210368046A CN 114661777 A CN114661777 A CN 114661777A
Authority
CN
China
Prior art keywords
log
extracting
record
time
log record
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
CN202210368046.3A
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.)
Shenzhen Jieshun Science and Technology Industry Co Ltd
Original Assignee
Shenzhen Jieshun Science and Technology Industry Co Ltd
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 Shenzhen Jieshun Science and Technology Industry Co Ltd filed Critical Shenzhen Jieshun Science and Technology Industry Co Ltd
Priority to CN202210368046.3A priority Critical patent/CN114661777A/en
Publication of CN114661777A publication Critical patent/CN114661777A/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/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2457Query processing with adaptation to user needs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Traffic Control Systems (AREA)

Abstract

Compared with the prior art, log records of the same service process exist in different modules, so that the log records cannot be searched. By adopting the technical scheme, according to the starting of each service processing flow, the first log record for marking the starting of the service flow exists, and each log record has the corresponding log time when being generated. According to the technical scheme, the searching range of the log record is determined by the log time of the log record for marking the beginning of the process in the two service processes, and the log record containing the characteristic value in the searching range is extracted through the characteristic value of the log record, so that all the log records of the same service process are extracted. In addition, the application also discloses a device and a medium for extracting the log record, which correspond to the method for extracting the log record and have the same effects.

Description

Method, device and medium for extracting log records
Technical Field
The present application relates to the field of data processing technologies, and in particular, to a method, an apparatus, and a medium for extracting log records.
Background
With the development of company services, more and more systems and more complex systems are provided, a complete service flow can be processed and completed only by the cooperation of a plurality of modules, and each module independently outputs a log when processing the service, so that log records are scattered, formats are not uniform, and the log records are not well utilized. For example, when vehicle information in a garage is counted, the system needs to record information such as the entry and exit time, the vehicle type, the license plate number and the like of a vehicle, and the data often exist in different modules, and the data of a certain vehicle cannot be conveniently searched during counting.
Therefore, it can be seen that how to extract all log records of the same business process from multiple module logs is an urgent problem to be solved by those skilled in the art.
Disclosure of Invention
The application aims to provide a method, a device and a medium for extracting log records, which are used for extracting all log records of the same business process from a plurality of module logs.
In order to solve the above technical problem, the present application provides a method for extracting log records, including:
acquiring a first log record for marking the start of a process in a vehicle information management process and a corresponding first log time;
acquiring second log time corresponding to a second log record for marking the start of the process in the next vehicle information management process;
extracting a feature value from the first log record;
and matching and extracting the log records containing the characteristic value in the log records with the log time not less than the first log time and less than the second log time.
Preferably, after the step of matching and extracting the log record containing the feature value, the method further includes:
extracting other characteristic values except the characteristic value from the matched log records containing the characteristic value;
and matching and extracting log records containing the other characteristic values in the log records with the log time not less than the first log time and less than the second log time.
Preferably, the matching and extracting the log record including the feature value in the log record having the log time not less than the first log time and less than the second log time includes:
reading a current log record, wherein the first current log record is a next log record of the first log record;
judging whether the log time corresponding to the current log record is less than the second log time;
if so, judging whether the current log record contains the characteristic value;
if yes, extracting the current log record, taking the next log record of the current log record as the current log record, and returning to the step of reading the current log record;
and if not, taking the next log record of the current log record as the current log record, and returning to the step of reading the current log record.
Preferably, after the step of matching and extracting the log record containing the feature value, the method further includes:
setting a label for the extracted log record.
Preferably, the feature value includes a field and a field value.
Preferably, the field includes: license plate number, vehicle color, vehicle style, vehicle in-out time and place and city where the license plate is located.
Preferably, after the step of matching and extracting the log record containing the feature value, the method further includes:
and adding the field value in the extracted log record to a preset template, and outputting the field value to a storage device for storage.
In order to solve the above technical problem, the present application further provides an apparatus for extracting log records, including:
the system comprises a first acquisition module, a second acquisition module and a control module, wherein the first acquisition module is used for acquiring a first log record for marking the start of a process in a vehicle information management process and a corresponding first log time;
the second acquisition module is used for acquiring second log time corresponding to a second log record for marking the start of the process in the next vehicle information management process;
an extraction module for extracting a feature value from the first log record;
and the processing module is used for matching and extracting the log records containing the characteristic value in the log records of which the log time is not less than the first log time and is less than the second log time.
In order to solve the above technical problem, the present application further provides another apparatus for extracting log records, including a memory for storing a computer program;
a processor for implementing the steps of the method of extracting log records as described above when executing the computer program.
To solve the above technical problem, the present application further provides a computer-readable storage medium, having a computer program stored thereon, where the computer program is executed by a processor to implement the steps of the method for extracting log records as described above.
Compared with the prior art, the method for extracting the log records has the advantage that the log records of the same service process exist in different modules, so that the log records cannot be searched. By adopting the technical scheme, according to the starting of each service processing flow, the first log record for marking the starting of the service flow exists, and each log record has the corresponding log time when being generated. According to the technical scheme, the searching range of the log record is determined by the log time of the log record marking the beginning of the process in the two service processes, and the log record containing the characteristic value in the searching range is extracted through the characteristic value of the log record, so that all the log records of the same service process are extracted.
In addition, the device and the medium for extracting the log record provided by the application correspond to the method for extracting the log record, and the effect is the same as the effect.
Drawings
In order to more clearly illustrate the embodiments of the present application, the drawings needed for the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and that other drawings can be obtained by those skilled in the art without inventive effort.
Fig. 1 is a flowchart of a method for extracting log records according to an embodiment of the present application;
fig. 2 is a structural diagram of an apparatus for extracting log records according to an embodiment of the present application;
fig. 3 is a block diagram of another apparatus for extracting log records according to an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only some embodiments of the present application, and not all embodiments. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments in the present application without any creative effort belong to the protection scope of the present application.
The core of the application is to provide a method, a device and a medium for extracting log records, which are used for extracting all log records of the same service process from a plurality of module logs.
In order that those skilled in the art will better understand the disclosure, the following detailed description will be given with reference to the accompanying drawings.
Fig. 1 is a flowchart of a method for extracting log records according to an embodiment of the present application, and as shown in fig. 1, the method includes:
s10: a first log record for marking the start of the process and a corresponding first log time in the vehicle information management process are obtained.
S11: and acquiring second log time corresponding to a second log record for marking the start of the process in the next vehicle information management process.
In this embodiment, the vehicle information management process represents a management service for a vehicle, and the process includes data monitored during the process of the vehicle entering or exiting the parking lot or garage. It will be appreciated that each vehicle information management process begins with a log record marking the beginning of the process, and that each log record is generated with its corresponding log time. In the embodiment, different processes are distinguished by reading the log record marking the beginning of the process in the vehicle information management process, and the search range for searching the log record subsequently is determined by the log time.
S12: a feature value is extracted from the first log record.
In step S12, the feature value is important information necessary for vehicle information management, and may be one or a plurality of information. In the implementation, the information can be the license plate number, the vehicle type and the like of a vehicle.
S13: in the log records whose log time is not less than the first log time and less than the second log time, the log records containing the feature value are matched and extracted.
Compared with the prior art, the method for extracting the log records has the advantage that the log records of the same service process exist in different modules, so that the log records cannot be searched. By adopting the technical scheme, according to the starting of each service processing flow, the first log record for marking the starting of the service flow exists, and each log record has the corresponding log time when being generated. According to the technical scheme, the searching range of the log record is determined by the log time of the log record marking the beginning of the process in the two service processes, and the log record containing the characteristic value in the searching range is extracted through the characteristic value of the log record, so that all the log records of the same service process are extracted.
It can be understood that due to the multi-module processing manner of the system, the log records of the same business process are distributed in multiple modules. In the above embodiment, the feature value is extracted from the first log record of one business process, and other log records are found according to the feature value. However, due to the existence of multiple modules, the eigenvalue in the first log record cannot represent all the characteristics of a vehicle, and the log records in other modules record other eigenvalues of the vehicle, so that other log records of the same business process may be missed if only the eigenvalue in the first log record is used for searching.
Therefore, on the basis of the above embodiment, in this embodiment, after the step of matching and extracting the log record containing the feature value, the method further includes:
extracting other characteristic values except the characteristic value from the matched log records containing the characteristic value;
and matching and extracting log records containing other characteristic values in the log records with the log time not less than the first log time and less than the second log time.
For ease of understanding, the present embodiment is illustrated by a specific usage scenario. For example, in the above embodiment, the log record whose feature value is the color white of the vehicle is matched and extracted from the log records whose log time is not less than the first log time and is less than the second log time. In this embodiment, other feature values are extracted from the matched log records, for example, the license plate location is kyo a, and then the log record with the license plate number of kyo a is matched and extracted from the log records with the log time not less than the first log time and less than the second log time. It is understood that this step is a step that is continuously executed, that is, other feature values are extracted from different log records, and then the search for other log records can be performed according to the other feature values. For example, the log records with the characteristic value of Beijing A at the license plate location are found out by using the characteristic value of white as the color of the vehicle, and the log records with the characteristic value of 0000 are found out by using the other characteristic value of Beijing A at the license plate location until the searching of all the log records with the log time not less than the first log time and less than the second log time is completed.
In the embodiment, other characteristic values except the characteristic value are extracted again from the matched log records, and the other log records are searched, so that other log records of the same service process are prevented from being missed due to the existence of multiple modules.
On the basis of the above-described embodiment, in the present embodiment, matching and extracting log records containing feature values, among log records whose log time is not less than the first log time and less than the second log time, includes:
reading a current log record, wherein the first current log record is the next log record of the first log record;
judging whether the log time corresponding to the current log record is less than the second log time;
if so, judging whether the current log record contains a characteristic value;
if yes, extracting the current log record, taking the next log record of the current log record as the current log record, and returning to the step of reading the current log record;
if not, the next log record of the current log record is taken as the current log record, and the step of reading the current log record is returned.
It can be understood that, when matching log records, in this embodiment, a search is performed item by item from the next log record of the first log record according to the time increasing sequence, and the log time and the feature value of the log record are determined, so as to implement matching of the log records of one process service. Of course, in other embodiments, the log records may be matched in a random order, and it can be understood that, by using the searching method provided in this embodiment, when the log time corresponding to the read current log record is not less than the second log time, the subsequent reading of the current log record may be stopped. If in other embodiments log records are not looked up in order, new decision conditions may need to be added to decide when to stop reading the current log record.
On the basis of the foregoing embodiment, in this embodiment, after the step of matching and extracting the log record containing the feature value, the method further includes:
setting a label for the extracted log record.
It can be understood that by setting the label for the extracted log record, a subsequent technician can conveniently view the log record of the same service flow. In specific implementation, a uniform label may be set for the log record of the same service flow, and different labels may be set for the log records of different service flows so as to be distinguished.
In the above embodiment, it is necessary to search for other log records by the feature value. In the present embodiment, the feature value includes a field and a field value.
Wherein, the field indicates the type of the characteristic value, and the field value indicates the specific value of the type. For example, the field is the color of the vehicle, the field value is white, and the corresponding log records are matched by the characteristic that the color of the vehicle is white.
Therefore, the characteristic value provided by the embodiment is the group pair of the field and the field value, and the log records are matched through the group pair of the field and the field value, so that the log records which are matched incorrectly due to a single value can be avoided.
On the basis of the foregoing embodiments, the present embodiment provides a field in a specific feature value, where the field includes: license plate number, vehicle color, vehicle style, vehicle in-out time and place and city where the license plate is located.
The present embodiment provides a plurality of fields, each having its corresponding field value. When a log record is generated, its characteristic values may contain one or more fields. According to the method for extracting log records described in the above embodiment, other log records are found through one feature value, and further more log records are found through other feature values in the found log records. The field of the characteristic value of the embodiment contains most characteristic information of the vehicle, which is easy to obtain, and can find out more log records when matching the log records, thereby ensuring the integrity of the log records of the same business process.
It is understood that, in order to facilitate the arrangement and storage of information, on the basis of the foregoing embodiment, in this embodiment, after the step of matching and extracting the log record containing the feature value, the method further includes:
and adding the field value in the extracted log record to a preset template, and outputting the field value to a storage device for storage.
In this embodiment, after the log records are extracted, the field values in the log records are added to a preset template, the preset template is composed of the fields in the feature values, and the field values are added to the corresponding positions of the preset template, so that the subsequent viewing and statistics of technicians are facilitated. And the preset template added with the field value is stored in the storage device, so that the data can be conveniently traced.
In the foregoing embodiments, a method for extracting log records is described in detail, and the present application also provides embodiments corresponding to an apparatus for extracting log records. It should be noted that the present application describes the embodiments of the apparatus portion from two perspectives, one from the perspective of the function module and the other from the perspective of the hardware.
Fig. 2 is a structural diagram of an apparatus for extracting log records according to an embodiment of the present application, and as shown in fig. 2, the apparatus includes:
a first obtaining module 10, configured to obtain a first log record for marking a start of a process in a vehicle information management process and a corresponding first log time;
the second obtaining module 11 is configured to obtain a second log time corresponding to a second log record used for marking the start of a process in a next vehicle information management process;
an extraction module 12, configured to extract a feature value from the first log record;
and the processing module 13 is used for matching and extracting the log records containing the characteristic values in the log records of which the log time is not less than the first log time and is less than the second log time.
Since the embodiments of the apparatus portion and the method portion correspond to each other, please refer to the description of the embodiments of the method portion for the embodiments of the apparatus portion, which is not repeated here.
Compared with the prior art, the device for extracting the log record provided by the embodiment of the application has the advantage that the log record of the same service process exists in different modules, so that the log record cannot be searched. By adopting the technical scheme, according to the starting of each service processing flow, the first log record for marking the starting of the service flow exists, and each log record has the corresponding log time when being generated. According to the technical scheme, the searching range of the log record is determined by the log time of the log record marking the beginning of the process in the two service processes, and the log record containing the characteristic value in the searching range is extracted through the characteristic value of the log record, so that all the log records of the same service process are extracted.
Fig. 3 is a block diagram of another apparatus for extracting log records according to an embodiment of the present application, and as shown in fig. 3, the apparatus includes: a memory 20 for storing a computer program;
a processor 21 for implementing the steps of the method for extracting log records as described in the above embodiments when executing the computer program.
The device for extracting log records provided by the embodiment may include, but is not limited to, a smart phone, a tablet computer, a notebook computer, or a desktop computer.
The processor 21 may include one or more processing cores, such as a 4-core processor, an 8-core processor, and the like. The Processor 21 may be implemented in hardware using at least one of a Digital Signal Processor (DSP), a Field-Programmable Gate Array (FPGA), and a Programmable Logic Array (PLA). The processor 21 may also include a main processor and a coprocessor, where the main processor is a processor for Processing data in an awake state, and is also called a Central Processing Unit (CPU); a coprocessor is a low power processor for processing data in a standby state. In some embodiments, the processor 21 may be integrated with a Graphics Processing Unit (GPU) which is responsible for rendering and drawing the content required to be displayed by the display screen. In some embodiments, the processor 21 may further include an Artificial Intelligence (AI) processor for processing computational operations related to machine learning.
The memory 20 may include one or more computer-readable storage media, which may be non-transitory. Memory 20 may also include high speed random access memory, as well as non-volatile memory, such as one or more magnetic disk storage devices, flash memory storage devices. In this embodiment, the memory 20 is at least used for storing a computer program 201, wherein after being loaded and executed by the processor 21, the computer program can implement the relevant steps of the method for extracting log records disclosed in any of the foregoing embodiments. In addition, the resources stored in the memory 20 may also include an operating system 202, data 203, and the like, and the storage manner may be a transient storage manner or a permanent storage manner. Operating system 202 may include, among other things, Windows, Unix, Linux, etc. The data 203 may include, but is not limited to, a first log time, a second log time, a characteristic value, and the like.
In some embodiments, the means for retrieving log records may further comprise a display 22, an input/output interface 23, a communication interface 24, a power supply 25, and a communication bus 26.
Those skilled in the art will appreciate that the structure shown in FIG. 3 does not constitute a limitation on the means for extracting log records and may include more or fewer components than those shown.
The device for extracting log records provided by the embodiment of the application comprises a memory and a processor, wherein when the processor executes a program stored in the memory, the following method can be realized: acquiring a first log record for marking the start of a process in a vehicle information management process and a corresponding first log time; acquiring second log time corresponding to a second log record for marking the start of the process in the next vehicle information management process; extracting a characteristic value from the first log record; in the log records with the log time not less than the first log time and less than the second log time, the log records containing the characteristic value are matched and extracted.
Compared with the prior art, the device for extracting the log record provided by the embodiment of the application has the advantage that the log record of the same service process exists in different modules, so that the log record cannot be searched. By adopting the technical scheme, according to the starting of each service processing flow, the first log record for marking the starting of the service flow exists, and each log record has the corresponding log time when being generated. According to the technical scheme, the searching range of the log record is determined by the log time of the log record marking the beginning of the process in the two service processes, and the log record containing the characteristic value in the searching range is extracted through the characteristic value of the log record, so that all the log records of the same service process are extracted.
Finally, the application also provides a corresponding embodiment of the computer readable storage medium. The computer-readable storage medium has stored thereon a computer program which, when being executed by a processor, carries out the steps as set forth in the above-mentioned method embodiments.
It is to be understood that if the method in the above embodiments is implemented in the form of software functional units and sold or used as a stand-alone product, it can be stored in a computer readable storage medium. Based on such understanding, the technical solutions of the present application may be embodied in the form of a software product, which is stored in a storage medium and executes all or part of the steps of the methods described in the embodiments of the present application, or all or part of the technical solutions. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
Compared with the prior art, the computer-readable storage medium provided by the embodiment of the application has the advantage that log records of the same service process exist in different modules, so that the log records cannot be searched. By adopting the technical scheme, according to the starting of each service processing flow, the first log record for marking the starting of the service flow exists, and each log record has the corresponding log time when being generated. According to the technical scheme, the searching range of the log record is determined by the log time of the log record for marking the beginning of the process in the two service processes, and the log record containing the characteristic value in the searching range is extracted through the characteristic value of the log record, so that all the log records of the same service process are extracted.
The method, apparatus, and medium for extracting log records provided by the present application are described in detail above. The embodiments are described in a progressive mode in the specification, the emphasis of each embodiment is on the difference from the other embodiments, and the same and similar parts among the embodiments can be referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description. It should be noted that, for those skilled in the art, it is possible to make several improvements and modifications to the present application without departing from the principle of the present application, and such improvements and modifications also fall within the scope of the claims of the present application.
It should also be noted that, in this specification, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.

Claims (10)

1. A method of extracting log records, comprising:
acquiring a first log record for marking the start of a process in a vehicle information management process and a corresponding first log time;
acquiring second log time corresponding to a second log record for marking the start of the process in the next vehicle information management process;
extracting a feature value from the first log record;
and matching and extracting the log records containing the characteristic value in the log records with the log time not less than the first log time and less than the second log time.
2. The method of extracting log records of claim 1, further comprising, after the step of matching and extracting log records containing the feature values:
extracting other characteristic values except the characteristic value from the matched log records containing the characteristic value;
and matching and extracting log records containing the other characteristic values in the log records with the log time not less than the first log time and less than the second log time.
3. The method according to claim 1, wherein the matching and extracting log records containing the feature value among log records having a log time not less than the first log time and less than the second log time comprises:
reading a current log record, wherein the first current log record is a next log record of the first log record;
judging whether the log time corresponding to the current log record is less than the second log time;
if the log record does not contain the characteristic value, judging whether the current log record contains the characteristic value;
if yes, extracting the current log record, taking the next log record of the current log record as the current log record, and returning to the step of reading the current log record;
and if not, taking the next log record of the current log record as the current log record, and returning to the step of reading the current log record.
4. The method of extracting log records of claim 1, wherein after the step of matching and extracting the log records containing the feature values, further comprising:
setting a label for the extracted log record.
5. The method of extracting log records of claim 1, wherein the feature values comprise fields and field values.
6. The method of extracting log records of claim 5, wherein the fields comprise: license plate number, vehicle color, vehicle style, vehicle in-out time and place and city where the license plate is located.
7. The method of extracting log records of claim 5, wherein after the step of matching and extracting the log records containing the feature values, further comprising:
and adding the field values in the extracted log records to a preset template, and outputting the field values to a storage device for storage.
8. An apparatus for extracting log records, comprising:
the system comprises a first acquisition module, a second acquisition module and a control module, wherein the first acquisition module is used for acquiring a first log record for marking the start of a process in a vehicle information management process and a corresponding first log time;
the second acquisition module is used for acquiring second log time corresponding to a second log record for marking the start of the process in the next vehicle information management process;
an extraction module for extracting a feature value from the first log record;
and the processing module is used for matching and extracting the log records containing the characteristic value in the log records of which the log time is not less than the first log time and is less than the second log time.
9. An apparatus for extracting log records, comprising a memory for storing a computer program;
a processor for implementing the steps of the method of extracting log records according to any one of claims 1 to 7 when executing said computer program.
10. A computer-readable storage medium, characterized in that a computer program is stored on the computer-readable storage medium, which computer program, when being executed by a processor, carries out the steps of the method of extracting log records of any one of claims 1 to 7.
CN202210368046.3A 2022-04-08 2022-04-08 Method, device and medium for extracting log records Pending CN114661777A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210368046.3A CN114661777A (en) 2022-04-08 2022-04-08 Method, device and medium for extracting log records

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210368046.3A CN114661777A (en) 2022-04-08 2022-04-08 Method, device and medium for extracting log records

Publications (1)

Publication Number Publication Date
CN114661777A true CN114661777A (en) 2022-06-24

Family

ID=82035617

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210368046.3A Pending CN114661777A (en) 2022-04-08 2022-04-08 Method, device and medium for extracting log records

Country Status (1)

Country Link
CN (1) CN114661777A (en)

Similar Documents

Publication Publication Date Title
CN109783346B (en) Keyword-driven automatic testing method and device and terminal equipment
CN111199054B (en) Data desensitization method and device and data desensitization equipment
US20210374195A1 (en) Information processing method, electronic device and storage medium
CN111241389A (en) Sensitive word filtering method and device based on matrix, electronic equipment and storage medium
CN108536739B (en) Metadata sensitive information field identification method, device, equipment and storage medium
CN111460011A (en) Page data display method and device, server and storage medium
CN113010116A (en) Data processing method and device, terminal equipment and readable storage medium
CN112199935A (en) Data comparison method and device, electronic equipment and computer readable storage medium
US20140012879A1 (en) Database management system, apparatus, and method
CN112596851A (en) Multi-source heterogeneous data batch extraction method and analysis method of simulation platform
CN112732556A (en) Automatic testing method, device, equipment and storage medium for distributed system
CN114661777A (en) Method, device and medium for extracting log records
CN115544214A (en) Event processing method and device and computer readable storage medium
CN115328736A (en) Probe deployment method, device, equipment and storage medium
CN115328898A (en) Data processing method and device, electronic equipment and medium
CN113791860A (en) Information conversion method, device and storage medium
CN114281761A (en) Data file loading method and device, computer equipment and storage medium
CN113657084A (en) Method and system for automatically reading Excel content
CN113326688A (en) Ideological and political theory word duplication checking processing method and device
CN112488557A (en) Automatic calculation method, device and terminal based on grading standard objective scores
CN112667682A (en) Data processing method, data processing device, computer equipment and storage medium
CN114741364A (en) Method, device and medium for extracting service data
CN109344132B (en) User information merging method, computer readable storage medium and terminal device
CN114359904B (en) Image recognition method, image recognition device, electronic equipment and storage medium
CN114584616B (en) Message pushing method and device, electronic equipment and storage medium

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