CN115509858A - Business system monitoring method and device, storage medium and computer equipment - Google Patents

Business system monitoring method and device, storage medium and computer equipment Download PDF

Info

Publication number
CN115509858A
CN115509858A CN202211199902.3A CN202211199902A CN115509858A CN 115509858 A CN115509858 A CN 115509858A CN 202211199902 A CN202211199902 A CN 202211199902A CN 115509858 A CN115509858 A CN 115509858A
Authority
CN
China
Prior art keywords
monitoring
service
log
target
system log
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
CN202211199902.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.)
Guangzhou Pinwei Software Co Ltd
Original Assignee
Guangzhou Pinwei Software 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 Guangzhou Pinwei Software Co Ltd filed Critical Guangzhou Pinwei Software Co Ltd
Priority to CN202211199902.3A priority Critical patent/CN115509858A/en
Publication of CN115509858A publication Critical patent/CN115509858A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3065Monitoring arrangements determined by the means or processing involved in reporting the monitored data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • G06F16/3331Query processing
    • G06F16/334Query execution

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The application provides a business system monitoring method, a business system monitoring device, a storage medium and computer equipment. The method comprises the following steps: acquiring a system log of a service system; performing keyword matching on the system log according to a preset monitoring keyword set; the monitoring keyword set comprises log keywords which are generated by the changed service and correspond to each service change type after the service system is changed by different types of services; if at least one log keyword in the monitoring keyword set exists in the system log, determining that a generation source of the system log is changed in service; and generating monitoring information based on the system log and the generation source of the system log, and sending the monitoring information to a first target notifier. The method and the system can monitor the change of the service system in time and inform related personnel, are convenient for tracking the change, and find whether the change is abnormal in time.

Description

Business system monitoring method and device, storage medium and computer equipment
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method and an apparatus for monitoring a service system, a storage medium, and a computer device.
Background
In the web service system, as the usage requirement changes, service changes, such as parameter changes, execution period changes, and the like, are required, but system performance that does not conform to normal system functions, that is, service problems or bugs, may occur during the change.
However, the number of tasks involved in the business system is huge, and if the testing personnel are relied on for verification manually or in a script mode, or the online user feedback is relied on, the problem discovery is delayed, and the stability of the system operation is difficult to guarantee.
Disclosure of Invention
The embodiment of the application provides a business system monitoring method, a business system monitoring device, a storage medium and computer equipment, which can monitor the change of a business system in time and inform related personnel, are convenient for tracking the change and find whether the change is abnormal or not in time.
In a first aspect, the present application provides a service system monitoring method, where the method includes:
acquiring a system log of a service system;
performing keyword matching on the system log according to a preset monitoring keyword set; the monitoring keyword set comprises log keywords which are generated by the changed service and correspond to the service change types after the service system has different types of service changes;
if at least one log keyword in the monitoring keyword set exists in the system log, determining that the generation source of the system log has business change;
and generating monitoring information based on the system log and the generation source of the system log, and sending the monitoring information to a first target notifier.
In one embodiment, the generating monitoring information based on the system log and the generation source of the system log and sending the monitoring information to the first target notifier includes:
determining a service change type according to the system log and the log keywords matched in the monitoring keyword set;
acquiring target information from the system log based on the service change type;
generating monitoring information according to the target information and the generation source of the system log;
and sending the monitoring information to the first target notifier.
In one embodiment, the obtaining target information from the system log based on the service change type includes:
determining a target field corresponding to the service change type according to the service change type;
and acquiring field information of a target field in the system log as target information.
In one embodiment, the sending the monitoring information to the first target notifier includes:
determining a preset notifier corresponding to the service change type as the first target notifier according to the service change type;
and sending the monitoring information to the first target notifier.
In one embodiment, the method further comprises:
recording the times of service change of a service system in a preset monitoring period;
and if the number of times of the service change exceeds a preset threshold value, sending the monitoring information to a second target notifier.
In one embodiment, the target information includes at least one of changed parameter configuration, user name triggering change, and user IP address triggering change.
In one embodiment, the obtaining the system log of the service system includes:
determining a monitoring domain according to a preset monitoring task;
and acquiring a system log of the monitoring domain.
In a second aspect, the present application provides a service system monitoring apparatus, including:
the system log acquisition module is used for acquiring the system log of the service system;
the keyword matching module is used for performing keyword matching on the system log according to a preset monitoring keyword set; the monitoring keyword set comprises a set of log keywords corresponding to various service change types, which are generated when the service system runs after different types of service changes;
a service change determining module, configured to determine that a generation source of the system log is changed in service when at least one log keyword in the monitoring keyword set exists in the system log;
and the first information sending module is used for generating monitoring information based on the system log and the generation source of the system log and sending the monitoring information to a first target notifier.
In a third aspect, the present application provides a storage medium having stored therein computer readable instructions, which, when executed by one or more processors, cause the one or more processors to perform the steps of the business system monitoring method according to any one of the embodiments described above.
In a fourth aspect, the present application provides a computer device comprising: one or more processors, and a memory;
the memory has stored therein computer readable instructions which, when executed by the one or more processors, perform the steps of the business system monitoring method according to any one of the embodiments described above.
According to the technical scheme, the embodiment of the application has the following advantages:
the method, the device, the storage medium and the computer equipment for monitoring the service system provided by the application are characterized in that a system log of the service system is obtained, preset log keywords which are generated by running after different types of service changes occur are used for carrying out keyword matching on the system log to identify whether the service system has the service changes, if at least one log keyword in a monitoring keyword set is matched in the system log, the generation source of the system log is determined to have the service changes, monitoring information needs to be generated to inform a first target notifier at the moment, the monitoring information is generated according to the system log and the generation source of the system log, the first target notifier can obtain relevant information of the service changes, if the first target notifier analyzes that the service changes possibly cause abnormity or do not accord with service requirements, the object of the service can be located in time according to the monitoring information, processing is carried out in advance before the problems occur, and service problems and bugs which are discovered after running are effectively reduced.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art that other drawings can be obtained according to the drawings without inventive exercise.
FIG. 1 is a flow chart illustrating a business system monitoring method according to an embodiment;
FIG. 2 is a flowchart illustrating steps of generating monitoring information based on the system log and a generation source of the system log and sending the monitoring information to a first target notifier according to an embodiment;
FIG. 3 is a flowchart illustrating a step of obtaining target information from a system log based on a service modification type in an embodiment;
FIG. 4 is a flowchart illustrating steps of sending monitoring information to a first target communicant in one embodiment;
FIG. 5 is a block diagram of a business system monitoring device in one embodiment;
FIG. 6 is a diagram of the internal structure of a computer device in one embodiment.
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 a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
As shown in fig. 1, an embodiment of the present application provides a service system monitoring method, where the method includes steps S101 to S104, where:
step S101, acquiring a system log of a service system.
The system log is used for recording various information such as user operation information and various event information in the program running process.
And step S102, performing keyword matching on the system log according to a preset monitoring keyword set.
The monitoring keyword set comprises log keywords which are generated by executing the changed service and correspond to each service change type after the service system is changed by different types of services. The preset monitoring keywords can be configured according to the type of the service change desired to be monitored.
Step S103, if at least one log keyword in the monitoring keyword set exists in the system log, determining that the generation source of the system log has business change.
The generation source may be an object such as a computer function, a script, a program, etc. used for implementing a certain function or certain functions in the business system, and the generation source may generate a system log for recording relevant information of its operation in the operation process. Based on the function of the system log, when the log keywords in the monitoring keyword set are recorded in the system log, it is indicated that the generation source of the system log is changed in service.
And step S104, generating monitoring information based on the system log and the generation source of the system log, and sending the monitoring information to the first target notifier.
The monitoring information is used to notify the person receiving the monitoring information that the business system has been changed and the object of the change (i.e. the generation source of the system log).
In some embodiments, the monitoring information is further used to notify the person receiving the monitoring information of the detailed information of the service change, for example, the content of the system log related to the change may be recorded in the monitoring information, the complete content of the system log may be attached to the monitoring information, or the monitoring information may be generated by acquiring the information to be displayed in the template from the system log according to a preset monitoring information template.
The method for monitoring the service system comprises the steps of obtaining a system log of the service system, carrying out keyword matching on the system log by utilizing preset log keywords which are generated after different types of service changes occur, so as to identify whether the service system is changed, determining that a generation source of the system log is changed if at least one log keyword in a monitoring keyword set is matched in the system log, generating monitoring information to inform a first target notifier at the moment, generating the monitoring information according to the system log and the generation source of the system log, enabling the first target notifier to obtain relevant information of the service changes, and if the first target notifier analyzes that the service changes possibly cause abnormity or do not accord with service requirements, timely positioning an object with the service according to the monitoring information, processing in advance before the problem occurs, and effectively reducing service problems and bugs which are discovered after operation.
As shown in fig. 2, in one embodiment, the generating of the monitoring information to the first target notifier based on the system log and the generation source of the system log includes steps S201 to S204, where:
step S201, determining a service change type according to the system log and the log keywords matched in the monitoring keyword set.
Based on the corresponding relation between different log keywords and the service change types, when the system log is matched with the log keywords, the service change types can be inquired reversely, and then the service change types generated by the generation sources of the system log are determined.
Step S202, based on the service change type, obtaining the target information from the system log.
The target information is information that needs to be reflected in the monitoring information, so that a person receiving the monitoring information can obtain relevant information of service change. According to different service change types, information to be acquired corresponding to the service change type can be configured in advance, and therefore when the service change type is determined, target information can be acquired from a plurality of information of the system log.
In one embodiment, the target information includes at least one of changed parameter configuration, user name triggering the change, and user IP address triggering the change.
Step S203, generating monitoring information according to the target information and the generation source of the system log.
And step S204, sending the monitoring information to a first target notifier.
In the embodiment, the information required by different service change types is configured in advance, the data of the system log is screened after the service change type is determined, the target information is obtained, the monitoring information is generated according to the target information and the generation source of the system log, and the monitoring information is sent to the first target notifier, so that the first target notifier can quickly acquire the relevant information of the service change and the object of the service change, the log does not need to be inquired manually, and the processing efficiency is improved.
In one embodiment, if more than two log keywords in the monitoring keyword set exist in the system log, the service change type of the generation source of the system log is determined according to each log keyword.
As shown in fig. 3, in one embodiment, the obtaining target information from the system log based on the service change type includes:
step S301, determining a target field corresponding to the service change type according to the service change type.
Step S302, field information of a target field in the system log is obtained as target information.
In this embodiment, the target field corresponding to the information may be preconfigured for the information to be obtained in different service modification types, and when the target information is obtained, the field information of the target field is extracted as the target information according to the target field corresponding to the service modification type.
As shown in fig. 4, in one embodiment, the sending the monitoring information to the first target notifier includes:
step S401, according to the service change type, determining a preset notifier corresponding to the service change type as a first target notifier.
Step S402, the monitoring information is sent to a first target notifier.
According to the embodiment, different preset notifiers are configured for different service change types, so that related personnel can be timely notified when service change occurs, the processing efficiency is improved, the monitoring information is shunted, and the situation that the notifier receives too much monitoring information and omits processing is avoided.
In some embodiments, the first targeted notifier may be a fixed notifier for all types of business changes.
In one embodiment, the method further comprises:
recording the number of times of service change of a service system in a preset monitoring period;
and if the number of times of service change exceeds a preset threshold value, sending the monitoring information to a second target notifier.
If the service system is frequently changed, which may cause unstable operation of the service system, in this embodiment, the frequency of the service change is indicated to be higher when the frequency of the service change exceeds a preset threshold by recording the frequency of the service change occurring in the preset monitoring period, and in order to avoid occurrence of an abnormality, the monitoring information is sent to the second target notifier, so as to prompt the second target notifier to perform a common intervention process.
In one embodiment, the obtaining the system log of the service system includes:
determining a monitoring domain according to a preset monitoring task;
and acquiring a system log of the monitoring domain.
In this embodiment, a domain to be monitored is configured by a preset monitoring task, a monitoring range is defined, and only a system log of the monitoring domain is obtained when the monitoring task is executed.
In one embodiment, the monitoring task further includes a monitoring period, and when the time length from the last execution of the monitoring task reaches the monitoring period, the monitoring task is triggered, namely, the monitoring is performed at regular time, so that the influence on the normal operation of the service system due to the fact that the monitoring task occupies too many computing resources is avoided.
It should be understood that, although the steps in the flowcharts related to the embodiments described above are shown in sequence as indicated by the arrows, the steps are not necessarily performed in sequence as indicated by the arrows. The steps are not performed in the exact order shown and described, and may be performed in other orders, unless explicitly stated otherwise. Moreover, at least a part of the steps in the flowcharts related to the embodiments described above may include multiple steps or multiple stages, which are not necessarily performed at the same time, but may be performed at different times, and the execution order of the steps or stages is not necessarily sequential, but may be rotated or alternated with other steps or at least a part of the steps or stages in other steps.
The following describes the service system monitoring apparatus provided in the embodiment of the present application, and the service system monitoring apparatus described below and the service system monitoring method described above may be referred to correspondingly.
As shown in fig. 5, an embodiment of the present application provides a service system monitoring apparatus 500, including:
a system log obtaining module 501, configured to obtain a system log of a service system;
a keyword matching module 502, configured to perform keyword matching on the system log according to a preset monitoring keyword set; the monitoring keyword set comprises a set of log keywords corresponding to various service change types, which are generated when the service system runs after different types of service changes;
a service change determining module 503, configured to determine that a generation source of the system log is changed in service when at least one log keyword in the monitoring keyword set exists in the system log;
a first information sending module 504, configured to generate monitoring information based on the system log and a generation source of the system log, and send the monitoring information to a first target notifier.
In one embodiment, the first information sending module includes:
the type determining unit is used for determining the service change type according to the system log and the log keywords matched in the monitoring keyword set;
a target information obtaining unit, configured to obtain target information from the system log based on the service change type;
the monitoring information generating unit is used for generating monitoring information according to the target information and the generation source of the system log;
and the information sending unit is used for sending the monitoring information to the first target notifier.
In one embodiment, the target information acquisition unit is configured to perform the steps of:
determining a target field corresponding to the service change type according to the service change type;
and acquiring field information of a target field in the system log as target information.
In one embodiment, the information sending unit is configured to perform the following steps:
determining a preset notifier corresponding to the service change type as the first target notifier according to the service change type;
and sending the monitoring information to the first target notifier.
In one embodiment, the service system monitoring apparatus further includes:
the change recording module is used for recording the times of business change of the business system in a preset monitoring period;
and the second information sending module is used for sending the monitoring information to a second target notifier when the number of times of the service change exceeds a preset threshold value.
In one embodiment, the system log obtaining module comprises:
the monitoring domain determining unit is used for determining a monitoring domain according to a preset monitoring task;
and the log acquisition unit is used for acquiring the system log of the monitoring domain.
The division of each module in the service system monitoring apparatus is merely for illustration, and in other embodiments, the service system monitoring apparatus may be divided into different modules as needed to complete all or part of the functions of the service system monitoring apparatus. All or part of each module in the service system monitoring device can be realized by software, hardware and a combination thereof. The modules can be embedded in a hardware form or independent from a processor in the computer device, and can also be stored in a memory in the computer device in a software form, so that the processor can call and execute operations corresponding to the modules.
In one embodiment, the present application further provides a storage medium having stored therein computer-readable instructions that, when executed by one or more processors, cause the one or more processors to perform the steps of:
acquiring a system log of a service system;
performing keyword matching on the system log according to a preset monitoring keyword set; the monitoring keyword set comprises log keywords which are generated by the changed service and correspond to each service change type after the service system is changed by different types of services;
if at least one log keyword in the monitoring keyword set exists in the system log, determining that a generation source of the system log is changed in service;
and generating monitoring information based on the system log and the generation source of the system log, and sending the monitoring information to a first target notifier.
In one embodiment, the computer readable instructions when executed by the processor further implement the steps of:
determining a service change type according to the system log and the log keywords matched in the monitoring keyword set;
acquiring target information from the system log based on the service change type;
generating monitoring information according to the target information and the generation source of the system log;
and sending the monitoring information to the first target notifier.
In one embodiment, the computer readable instructions when executed by the processor further implement the steps of:
determining a target field corresponding to the service modification type according to the service modification type;
and acquiring field information of a target field in the system log as target information.
In one embodiment, the computer readable instructions when executed by the processor further implement the steps of:
determining a preset notifier corresponding to the service change type as the first target notifier according to the service change type;
and sending the monitoring information to the first target notifier.
In one embodiment, the computer readable instructions when executed by the processor further implement the steps of:
recording the number of times of service change of a service system in a preset monitoring period;
and if the number of times of the service change exceeds a preset threshold value, sending the monitoring information to a second target notifier.
In one embodiment, the computer readable instructions when executed by the processor further implement the steps of:
determining a monitoring domain according to a preset monitoring task;
and acquiring a system log of the monitoring domain.
In one embodiment, the present application further provides a computer device having computer-readable instructions stored therein, which when executed by the one or more processors, perform the steps of:
acquiring a system log of a service system;
performing keyword matching on the system log according to a preset monitoring keyword set; the monitoring keyword set comprises log keywords which are generated by the changed service and correspond to each service change type after the service system is changed by different types of services;
if at least one log keyword in the monitoring keyword set exists in the system log, determining that a generation source of the system log is changed in service;
and generating monitoring information based on the system log and the generation source of the system log, and sending the monitoring information to a first target notifier.
In one embodiment, the processor, when executing the computer readable instructions, further performs the steps of:
determining a service change type according to the system log and the log keywords matched in the monitoring keyword set;
acquiring target information from the system log based on the service change type;
generating monitoring information according to the target information and the generation source of the system log;
and sending the monitoring information to the first target notifier.
In one embodiment, the processor, when executing the computer readable instructions, further performs the steps of:
determining a target field corresponding to the service modification type according to the service modification type;
and acquiring field information of a target field in the system log as target information.
In one embodiment, the processor when executing the computer readable instructions further performs the steps of:
determining a preset notifier corresponding to the service change type as the first target notifier according to the service change type;
and sending the monitoring information to the first target notifier.
In one embodiment, the processor when executing the computer readable instructions further performs the steps of:
recording the number of times of service change of a service system in a preset monitoring period;
and if the number of times of the service change exceeds a preset threshold value, sending the monitoring information to a second target notifier.
In one embodiment, the processor, when executing the computer readable instructions, further performs the steps of:
determining a monitoring domain according to a preset monitoring task;
and acquiring a system log of the monitoring domain.
Illustratively, in one embodiment, a computer device is provided, which may be a server, the internal structure of which may be as shown in fig. 6. The computer device includes a processor, a memory, and a network interface connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device includes a non-volatile storage medium and an internal memory. The non-volatile storage medium stores an operating system, a computer program, and a database. The internal memory provides an environment for the operation of an operating system and computer programs in the non-volatile storage medium. The database of the computer device is used for storing data. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program is executed by a processor to implement a business system monitoring method.
It will be appreciated by those skilled in the art that the configuration shown in fig. 6 is a block diagram of only a portion of the configuration associated with the present application, and is not intended to limit the computing device to which the present application may be applied, and that a particular computing device may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by hardware instructions of a computer program, which can be stored in a non-volatile computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. Any reference to memory, database, or other medium used in the embodiments provided herein may include at least one of non-volatile and volatile memory. The nonvolatile Memory may include a Read-Only Memory (ROM), a magnetic tape, a floppy disk, a flash Memory, an optical Memory, a high-density embedded nonvolatile Memory, a resistive Random Access Memory (ReRAM), a Magnetic Random Access Memory (MRAM), a Ferroelectric Random Access Memory (FRAM), a Phase Change Memory (PCM), a graphene Memory, and the like. Volatile Memory can include Random Access Memory (RAM), external cache Memory, and the like. By way of illustration and not limitation, RAM can take many forms, such as Static Random Access Memory (SRAM) or Dynamic Random Access Memory (DRAM), among others. The databases involved in the embodiments provided herein may include at least one of relational and non-relational databases. The non-relational database may include, but is not limited to, a block chain based distributed database, and the like. The processors referred to in the embodiments provided herein may be general purpose processors, central processing units, graphics processors, digital signal processors, programmable logic devices, quantum computing based data processing logic devices, etc., without limitation.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be 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 a … …" does not exclude the presence of another identical element in a process, method, article, or apparatus that comprises the element.
Furthermore, the terms "first", "second" and "first" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defined as "first" or "second" may explicitly or implicitly include at least one such feature. In the description of the present application, "plurality" means at least two, e.g., two, three, etc., unless specifically limited otherwise.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, the embodiments may be combined as needed, and the same and similar parts may be referred to each other.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A method for monitoring a business system, the method comprising:
acquiring a system log of a service system;
performing keyword matching on the system log according to a preset monitoring keyword set; the monitoring keyword set comprises log keywords which are generated by the changed service and correspond to each service change type after the service system is changed by different types of services;
if at least one log keyword in the monitoring keyword set exists in the system log, determining that a generation source of the system log is changed in service;
and generating monitoring information based on the system log and the generation source of the system log, and sending the monitoring information to a first target notifier.
2. The business system monitoring method of claim 1, wherein generating monitoring information based on the system log and a generation source of the system log and sending the monitoring information to a first target notifier comprises:
determining a service change type according to the system log and the log keywords matched in the monitoring keyword set;
acquiring target information from the system log based on the service change type;
generating monitoring information according to the target information and the generation source of the system log;
and sending the monitoring information to the first target notifier.
3. The business system monitoring method of claim 2, wherein the obtaining target information from the system log based on the business alteration type comprises:
determining a target field corresponding to the service modification type according to the service modification type;
and acquiring field information of a target field in the system log as target information.
4. The business system monitoring method of claim 2, wherein said sending the monitoring information to a first target informer comprises:
determining a preset notifier corresponding to the service change type as the first target notifier according to the service change type;
and sending the monitoring information to the first target notifier.
5. The business system monitoring method of claim 2, further comprising:
recording the times of service change of a service system in a preset monitoring period;
and if the number of times of the service change exceeds a preset threshold value, sending the monitoring information to a second target notifier.
6. The business system monitoring method of claim 2, wherein the target information comprises at least one of a changed parameter configuration, a username that triggered the change, and a user IP address that triggered the change.
7. The business system monitoring method according to any one of claims 1 to 6, wherein the obtaining a system log of the business system includes:
determining a monitoring domain according to a preset monitoring task;
and acquiring a system log of the monitoring domain.
8. A business system monitoring apparatus, comprising:
the system log acquisition module is used for acquiring the system log of the service system;
the keyword matching module is used for performing keyword matching on the system log according to a preset monitoring keyword set; the monitoring keyword set comprises a set of log keywords corresponding to various service change types, which are generated when the service system runs after different types of service changes;
a service change determining module, configured to determine that a generation source of the system log is changed in service when at least one log keyword in the monitoring keyword set exists in the system log;
and the first information sending module is used for generating monitoring information based on the system log and the generation source of the system log and sending the monitoring information to a first target notifier.
9. A storage medium, characterized by: the storage medium having stored therein computer-readable instructions which, when executed by one or more processors, cause the one or more processors to perform the steps of the business system monitoring method of any one of claims 1 to 7.
10. A computer device, comprising: one or more processors, and a memory;
the memory has stored therein computer-readable instructions which, when executed by the one or more processors, perform the steps of the business system monitoring method of any one of claims 1 to 7.
CN202211199902.3A 2022-09-29 2022-09-29 Business system monitoring method and device, storage medium and computer equipment Pending CN115509858A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211199902.3A CN115509858A (en) 2022-09-29 2022-09-29 Business system monitoring method and device, storage medium and computer equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211199902.3A CN115509858A (en) 2022-09-29 2022-09-29 Business system monitoring method and device, storage medium and computer equipment

Publications (1)

Publication Number Publication Date
CN115509858A true CN115509858A (en) 2022-12-23

Family

ID=84508764

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211199902.3A Pending CN115509858A (en) 2022-09-29 2022-09-29 Business system monitoring method and device, storage medium and computer equipment

Country Status (1)

Country Link
CN (1) CN115509858A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116069595A (en) * 2023-04-06 2023-05-05 华能信息技术有限公司 Operation and maintenance monitoring method based on log
CN116361429A (en) * 2023-01-19 2023-06-30 北京伽睿智能科技集团有限公司 Business exception employee management method, system, equipment and storage medium

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116361429A (en) * 2023-01-19 2023-06-30 北京伽睿智能科技集团有限公司 Business exception employee management method, system, equipment and storage medium
CN116361429B (en) * 2023-01-19 2024-02-02 北京伽睿智能科技集团有限公司 Business exception employee management method, system, equipment and storage medium
CN116069595A (en) * 2023-04-06 2023-05-05 华能信息技术有限公司 Operation and maintenance monitoring method based on log
CN116069595B (en) * 2023-04-06 2023-06-09 华能信息技术有限公司 Operation and maintenance monitoring method based on log

Similar Documents

Publication Publication Date Title
CN109032824B (en) Database verification method, database verification device, computer equipment and storage medium
US11269718B1 (en) Root cause detection and corrective action diagnosis system
US10152382B2 (en) Method and system for monitoring virtual machine cluster
CN115509858A (en) Business system monitoring method and device, storage medium and computer equipment
US10171335B2 (en) Analysis of site speed performance anomalies caused by server-side issues
US9183072B1 (en) Error troubleshooting using a correlated knowledge base
US10263833B2 (en) Root cause investigation of site speed performance anomalies
CN111193609B (en) Application abnormity feedback method and device and application abnormity monitoring system
JP2017538200A (en) Service addressing in a distributed environment
US10769641B2 (en) Service request management in cloud computing systems
US10901746B2 (en) Automatic anomaly detection in computer processing pipelines
CN113220540B (en) Service management method, device, computer equipment and storage medium
CN110971571A (en) Website domain name verification method and related device
US10664335B2 (en) System and method for maintaining the health of a machine
WO2021174684A1 (en) Cutover information processing method, system and apparatus
CN112818307A (en) User operation processing method, system, device and computer readable storage medium
US20170154275A1 (en) Statistical detection of site speed performance anomalies
KR20110037969A (en) Targeted user notification of messages in a monitoring system
CN108390770B (en) Information generation method and device and server
CN110928885B (en) Method and device for updating data of Mysql database to Es database
CN115269252A (en) Application program fault processing method, device, equipment and storage medium
CN106161050B (en) Problem resource indicating device and problem resource indicating method
CN110969430B (en) Suspicious user identification method, suspicious user identification device, computer equipment and storage medium
US11036624B2 (en) Self healing software utilizing regression test fingerprints
CN110955647A (en) Database assistance method, database assistance device, computer 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