CN113568656A - Configuration data processing method and device, storage medium and equipment - Google Patents

Configuration data processing method and device, storage medium and equipment Download PDF

Info

Publication number
CN113568656A
CN113568656A CN202110881805.1A CN202110881805A CN113568656A CN 113568656 A CN113568656 A CN 113568656A CN 202110881805 A CN202110881805 A CN 202110881805A CN 113568656 A CN113568656 A CN 113568656A
Authority
CN
China
Prior art keywords
rule
script
rule script
message
change message
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
CN202110881805.1A
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.)
China Construction Bank Corp
Original Assignee
China Construction Bank 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 China Construction Bank Corp filed Critical China Construction Bank Corp
Priority to CN202110881805.1A priority Critical patent/CN113568656A/en
Publication of CN113568656A publication Critical patent/CN113568656A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • 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/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/02Banking, e.g. interest calculation or account maintenance

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Development Economics (AREA)
  • General Business, Economics & Management (AREA)
  • Technology Law (AREA)
  • Strategic Management (AREA)
  • Marketing (AREA)
  • Economics (AREA)
  • Computer Security & Cryptography (AREA)
  • Stored Programmes (AREA)

Abstract

The application discloses a method, a device, a storage medium and equipment for processing configuration data, which are used for sequentially storing all change messages generated in a preset time period into a preset message queue according to the sequence of the generation time of each change message from early to late, wherein the change messages comprise codes and key attributes of changed configuration items. And displaying each change message contained in the message queue to a user through a preset interface. And for each change message, under the condition of receiving a calculation instruction fed back by a user based on the change message, acquiring a rule script from pre-stored rule scripts as a target rule script. In the target rule script, the code and key attributes shown in the change message are configured. And loading the target rule script to obtain the relation among all the configuration items. By using the method disclosed by the application, the user can be effectively assisted in combing the relation among the configuration items, and the combing efficiency is greatly improved.

Description

Configuration data processing method and device, storage medium and equipment
Technical Field
The present application relates to the field of data processing, and in particular, to a method, an apparatus, a storage medium, and a device for processing configuration data.
Background
For a financial system, various types of online asset data managed by the financial system can be regarded as configuration data (any type of configuration data can be called a configuration item, and a next-level type of the configuration data belongs to a set of some attributes of the configuration data, and is called a configuration sub item). In order to facilitate service management, the relationship between various types of configuration items needs to be combed.
At present, the prior art is generally as follows: manually combing the relationship among the configuration items. However, the configuration items are of various types, and the attributes of the configuration items are updated frequently, and the relationships among the configuration items are only manually sorted, so that the efficiency is low, and errors are easy to occur.
Disclosure of Invention
The application provides a method, a device, a storage medium and equipment for processing configuration data, and aims to assist a user in combing the relationship among configuration items so as to improve the efficiency of combing work.
In order to achieve the above object, the present application provides the following technical solutions:
a method for processing configuration data comprises the following steps:
sequentially storing all the change messages generated in a preset time period into a preset message queue according to the sequence of the generation time of all the change messages from early to late; the change message is generated on the basis of the fact that a data change event of the financial system is detected; the change message comprises the code and key attributes of the changed configuration item;
displaying each change message contained in the message queue to the user through a preset interface;
for each change message, under the condition that a calculation instruction fed back by the user based on the change message is received, acquiring one rule script from pre-stored rule scripts as a target rule script; the rule script is generated based on the calculation rule input by the user; the calculation rule is used for calculating the relationship among a plurality of configuration items;
configuring the code and key attributes shown by the change message in the target rule script;
and loading the target rule script to obtain the relationship among the configuration items.
Optionally, the rule script is generated based on the calculation rule input by the user, and includes:
generating a rule script corresponding to the calculation rule input at each time point based on the calculation rule input at each time point by the user, and storing each rule script into a preset rule database;
setting a version number for each rule script according to the generation time of each rule script; wherein the later the generation time of the rule script is, the newer the version number of the rule script is.
Optionally, the obtaining one rule script from each pre-stored rule script as a target rule script includes:
obtaining the rule script with the latest version number from each rule script shown in the rule database;
and identifying the rule script with the latest version number as a target rule script.
Optionally, the displaying, to the user, the change message included in the message queue through a preset interface includes:
and displaying each change message contained in the message queue to a user at regular time through a preset interface according to a preset time interval.
A device for processing configuration data, comprising:
the message storage unit is used for sequentially storing each change message generated in a preset time period into a preset message queue according to the sequence of the generation time of each change message from early to late; the change message is generated on the basis of the fact that a data change event of the financial system is detected; the change message comprises the code and key attributes of the changed configuration item;
the message display unit is used for displaying each change message contained in the message queue to the user through a preset interface;
the script selecting unit is used for acquiring one rule script from pre-stored rule scripts as a target rule script under the condition that a calculation instruction fed back by the user based on the change message is received for each change message; the rule script is generated based on the calculation rule input by the user; the calculation rule is used for calculating the relationship among a plurality of configuration items;
a code configuration unit, configured to configure the code and the key attribute shown in the change message in the target rule script;
and the script loading unit is used for loading the target rule script to obtain the relationship among the configuration items.
Optionally, the script selecting unit is specifically configured to:
generating a rule script corresponding to the calculation rule input at each time point based on the calculation rule input at each time point by the user, and storing each rule script into a preset rule database;
setting a version number for each rule script according to the generation time of each rule script; wherein the later the generation time of the rule script is, the newer the version number of the rule script is.
Optionally, the script selecting unit is configured to obtain one rule script from pre-stored rule scripts as a target rule script, and includes:
and the script selecting unit is used for acquiring the rule script with the latest version number from each rule script shown in the rule database, and identifying the rule script with the latest version number as a target rule script.
Optionally, the message display unit is specifically configured to:
and displaying each change message contained in the message queue to a user at regular time through a preset interface according to a preset time interval.
A computer-readable storage medium including a stored program, wherein the program executes the method of processing configuration data.
A device for processing configuration data, comprising: a processor, a memory, and a bus; the processor and the memory are connected through the bus;
the memory is used for storing programs, and the processor is used for running the programs, wherein the programs execute the processing method of the configuration data when running.
According to the technical scheme, all the change messages generated in the preset time period are sequentially stored in the preset message queue according to the sequence of the generation time of all the change messages from early to late. The change message is generated based on the detection of a data change event occurring at the financial system. The change message includes the encoding and key properties of the configuration item that was changed. And displaying each change message contained in the message queue to a user through a preset interface. And for each change message, under the condition of receiving a calculation instruction fed back by a user based on the change message, acquiring a rule script from pre-stored rule scripts as a target rule script. The rule script is generated based on the calculation rule input by the user. The calculation rule is used for calculating the relationship between a plurality of configuration items. In the target rule script, the code and key attributes shown in the change message are configured. And loading the target rule script to obtain the relation among all the configuration items. By using the method disclosed by the application, the user can be effectively assisted in combing the relation among the configuration items, and the combing efficiency is greatly improved.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1a is a schematic diagram of a configuration data processing method according to an embodiment of the present disclosure;
fig. 1b is a schematic diagram of a link relationship between a plurality of configuration items according to an embodiment of the present application;
fig. 1c is a schematic diagram of rule script obtaining according to an embodiment of the present application;
FIG. 1d is a schematic diagram of data processing according to an embodiment of the present application;
fig. 2 is a schematic diagram of another configuration data processing method according to an embodiment of the present disclosure;
fig. 3 is a schematic structural diagram of a device for processing configuration data according to an embodiment of the present disclosure;
fig. 4 is a schematic architecture diagram of a data configuration processing device according to an embodiment of the present disclosure.
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. 1a, a schematic diagram of a method for processing configuration data provided in an embodiment of the present application includes the following steps:
s101: and generating a rule script corresponding to the calculation rule input at each time point based on the calculation rule input at each time point by the user, and storing each rule script into a preset rule database.
The calculation rule is used to calculate the relationship between a plurality of configuration items, that is, the relationship between each configuration item, for example, the database is installed on a host, the host name is directly obtained from the attribute of the host where the database is located, and the relationship between the database and the host can be obtained by obtaining data from the host configuration item where the host name is located. For example, the relationship from the host to the storage is relatively complex, and the host uses the storage, and cannot directly obtain the attribute information directly through the stored configuration item, so that the stored lun information, the stored vew information and the stored board information need to be found first.
The rule script includes a predefined relationship template, so-called relationship template, for indicating a relationship between the respective instance information, for example, a database is "installed" on the host, and "installed" is a relationship between the two instance information of the database and the host. In the embodiment of the application, a user can edit a new calculation rule or change the calculation rule through a preset web interface, and the new calculation rule and the changed calculation rule generate regular scripts correspondingly.
Generally, the relationship between the configuration items includes a multi-hop relationship and a single-hop relationship. The multi-hop relationship is a multi-level relationship formed by sequentially linking a plurality of configuration items, for example, a host to a direct access switch, a tandem switch to a convergence switch to a core switch, and this indirect relationship is referred to as a multi-hop relationship, and specifically, as shown in fig. 1B, a configuration item a is directly associated with a configuration item B, a configuration item B is directly associated with a configuration item C, and a configuration item a and a configuration item C are in a multi-hop relationship. Correspondingly, the single-hop relationship is a direct association relationship between configuration items.
In addition, the calculation rule is also used for calculating the relationship between the configuration sub-items, and assuming that the relationship between the configuration items is the relationship between the firewall and the switch, the calculation rule is used for calculating the relationship between the firewall configuration sub-item and the switch configuration sub-item in addition to the relationship between the firewall and the switch.
It should be noted that each rule script may also be stored in the local memory.
S102: and setting a version number for each rule script according to the generation time of each rule script.
Wherein, the later the generation time of the rule script is, the newer the version number of the rule script is.
S103: and sequentially storing all the change messages generated in a preset time period into a preset message queue according to the sequence of the generation time of all the change messages from early to late.
Wherein the change message is generated based on the detection of the data change event of the financial system. The change message includes the encoding and key properties of the configuration item that was changed. The code is used to indicate the type of configuration item, such as router, switch, room and cabinet, etc. The key attribute is used to indicate instance information of the configuration item, such as a switch with an IP address of 11.0.4.5.
The change message contains data (i.e. codes and key attributes) of two dimensions, one dimension (i.e. codes) is used for distinguishing which configuration item data is changed (such as machine room information is changed or cabinet information is changed) and the distinguishing dimension is used for distinguishing by codes. The other dimension (i.e. the key attribute) is to distinguish which configuration instance information has a change in configuration attribute, and is called a key attribute (e.g. an IP address has changed, or a cabinet in the computer room has changed, or contract information has changed).
Optionally, before storing each piece of change information in the message queue, formatting may be performed on each piece of change information, so as to unify formats of each piece of change information.
S104: and displaying the change messages contained in the message queue to a user through a preset interface at regular time according to a preset time interval.
S105: and for each change message, under the condition that a calculation instruction fed back by a user based on the change message is received, acquiring the rule script with the latest version number from the rule scripts shown in the rule database.
And obtaining the rule script with the latest version number from each rule script shown in the local memory.
Specifically, assuming that the rule database is set in the rule memory server, a specific process of obtaining a rule script with the latest version number from each rule script shown in the rule database may be obtained, as shown in fig. 1 c.
S106: and identifying the rule script with the latest version number as a target rule script.
S107: in the target rule script, the code and key attributes shown in the change message are configured.
S108: and loading the target rule script to obtain the relation among all the configuration items.
The loading of the target rule script is substantially to run a calculation rule corresponding to the target rule script, and specifically, taking the calculation of the relationship between the physical subsystem and the deployment unit as an example, the loading of the target rule script is substantially to: the attribute of the deployment unit configuration item has the attribute of the physical subsystem, and the attribute stores the number information of the physical subsystem. Such calculation rules store attribute association rules. When the key attribute of the physical subsystem is changed, the rule is triggered to recalculate the relationship between the physical subsystem and the deployment unit.
It should be noted that the flow shown in S101-S108 may be specifically applied to the usage scenario shown in fig. 1d, in the scenario shown in fig. 1d, the message server is a server of a message queue, the message represents a change message, the relationship calculation rule represents a calculation rule, and the essence of the change message encapsulation is: and sequentially storing the messages to a preset message queue according to the sequence of the generation time of each change message from early to late.
Based on the above flow shown in S101-S108, the present embodiment can achieve the following beneficial effects:
1. based on the change information, the change of the configuration items is realized to trigger the relation calculation in real time, and the timeliness of the configuration data processing is improved.
2. And abstracting the relation among the configuration items into a calculation rule, wherein the calculation rule supports hot loading, and the rule takes effect in time after being edited.
3. And simultaneously, the relation calculation between the configuration items and the configuration items is satisfied, and the relation calculation between the configuration sub items and the configuration sub items is satisfied.
In summary, the method of the embodiment can effectively assist the user in combing the relationship among the configuration items, and greatly improve the efficiency of combing work.
It should be noted that, in the above embodiment, the step S101 is an optional implementation manner of the configuration data processing method described in this application. In addition, S102 mentioned in the above embodiments is also an optional implementation manner of the configuration data processing method described in this application. For this reason, the flow mentioned in the above embodiment can be summarized as the method shown in fig. 2.
As shown in fig. 2, a schematic diagram of another configuration data processing method provided in the embodiment of the present application includes the following steps:
s201: and sequentially storing all the change messages generated in a preset time period into a preset message queue according to the sequence of the generation time of all the change messages from early to late.
Wherein the change message is generated based on the detection of the data change event of the financial system. The change message includes the encoding and key properties of the configuration item that was changed.
S202: and displaying each change message contained in the message queue to a user through a preset interface.
S203: and for each change message, under the condition of receiving a calculation instruction fed back by a user based on the change message, acquiring a rule script from pre-stored rule scripts as a target rule script.
The rule script is generated based on the calculation rule input by the user. The calculation rule is used for calculating the relationship between a plurality of configuration items.
S204: in the target rule script, the code and key attributes shown in the change message are configured.
S205: and loading the target rule script to obtain the relation among all the configuration items.
In summary, the method of the embodiment can effectively assist the user in combing the relationship among the configuration items, and greatly improve the efficiency of combing work.
Corresponding to the method for processing configuration data provided in the embodiment of the present application, an embodiment of the present application further provides a device for processing configuration data.
As shown in fig. 3, an architecture diagram of a device for processing configuration data provided in an embodiment of the present application includes:
a message storage unit 100, configured to sequentially store each change message generated in a preset time period into a preset message queue according to a sequence from early to late of a generation time of each change message; the change message is generated under the condition that a data change event of the financial system is detected; the change message includes the encoding and key properties of the configuration item that was changed.
The message displaying unit 200 is configured to display the change message included in the message queue to the user through a preset interface.
The message display unit 200 is specifically configured to: and displaying each change message contained in the message queue to a user at regular time through a preset interface according to a preset time interval.
The script selecting unit 300 is configured to, for each change message, obtain a rule script from pre-stored rule scripts as a target rule script when a calculation instruction fed back by a user based on the change message is received; the rule script is generated based on a calculation rule input by a user; the calculation rule is used for calculating the relationship between a plurality of configuration items.
The script selecting unit 300 is specifically configured to: generating a rule script corresponding to the calculation rule input at each time point based on the calculation rule input at each time point by the user, and storing each rule script into a preset rule database; setting a version number for each rule script according to the generation time of each rule script; wherein, the later the generation time of the rule script is, the newer the version number of the rule script is.
The script selecting unit 300 is configured to obtain a rule script from each pre-stored rule script as a target rule script, and includes: and obtaining the rule script with the latest version number from all the rule scripts shown in the rule database, and identifying the rule script with the latest version number as a target rule script.
And an encoding configuration unit 400, configured to configure the encoding and the key attribute shown in the change message in the target rule script.
And the script loading unit 500 is used for loading the target rule script to obtain the relationship among the configuration items.
In summary, by using the scheme shown in this embodiment, the user can be effectively assisted in combing the relationship between the configuration items and the affiliated relationship between the configuration sub-items and the configuration items, thereby greatly improving the efficiency of combing work.
The application also provides a computer readable storage medium, which comprises a stored program, wherein the program executes the processing method of the configuration data provided by the application.
The present application also provides a device for processing configuration data, as shown in fig. 4, including: a processor 401, a memory 402, and a bus 403. The processor 401 is connected to the memory 402 through the bus 403, the memory 402 is used for storing programs, and the processor 401 is used for executing the programs, wherein when the programs are executed, the method for processing configuration data provided by the present application includes the following steps:
sequentially storing all the change messages generated in a preset time period into a preset message queue according to the sequence of the generation time of all the change messages from early to late; the change message is generated on the basis of the fact that a data change event of the financial system is detected; the change message comprises the code and key attributes of the changed configuration item;
displaying each change message contained in the message queue to the user through a preset interface;
for each change message, under the condition that a calculation instruction fed back by the user based on the change message is received, acquiring one rule script from pre-stored rule scripts as a target rule script; the rule script is generated based on the calculation rule input by the user; the calculation rule is used for calculating the relationship among a plurality of configuration items;
configuring the code and key attributes shown by the change message in the target rule script;
and loading the target rule script to obtain the relationship among the configuration items.
Optionally, the rule script is generated based on the calculation rule input by the user, and includes:
generating a rule script corresponding to the calculation rule input at each time point based on the calculation rule input at each time point by the user, and storing each rule script into a preset rule database;
setting a version number for each rule script according to the generation time of each rule script; wherein the later the generation time of the rule script is, the newer the version number of the rule script is.
Optionally, the obtaining one rule script from each pre-stored rule script as a target rule script includes:
obtaining the rule script with the latest version number from each rule script shown in the rule database;
and identifying the rule script with the latest version number as a target rule script.
Optionally, the displaying, to the user, the change message included in the message queue through a preset interface includes:
and displaying each change message contained in the message queue to a user at regular time through a preset interface according to a preset time interval.
The functions described in the method of the embodiment of the present application, if implemented in the form of software functional units and sold or used as independent products, may be stored in a storage medium readable by a computing device. Based on such understanding, part of the contribution to the prior art of the embodiments of the present application or part of the technical solution may be embodied in the form of a software product stored in a storage medium and including several instructions for causing a computing device (which may be a personal computer, a server, a mobile computing device or a network device) to execute all or part of the steps of the method described in the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same or similar parts among the embodiments are 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 processing configuration data, comprising:
sequentially storing all the change messages generated in a preset time period into a preset message queue according to the sequence of the generation time of all the change messages from early to late; the change message is generated on the basis of the fact that a data change event of the financial system is detected; the change message comprises the code and key attributes of the changed configuration item;
displaying each change message contained in the message queue to the user through a preset interface;
for each change message, under the condition that a calculation instruction fed back by the user based on the change message is received, acquiring one rule script from pre-stored rule scripts as a target rule script; the rule script is generated based on the calculation rule input by the user; the calculation rule is used for calculating the relationship among a plurality of configuration items;
configuring the code and key attributes shown by the change message in the target rule script;
and loading the target rule script to obtain the relationship among the configuration items.
2. The method of claim 1, wherein the rule script is generated based on the user-entered computational rules, and comprises:
generating a rule script corresponding to the calculation rule input at each time point based on the calculation rule input at each time point by the user, and storing each rule script into a preset rule database;
setting a version number for each rule script according to the generation time of each rule script; wherein the later the generation time of the rule script is, the newer the version number of the rule script is.
3. The method according to claim 2, wherein the obtaining one rule script from the pre-stored rule scripts as a target rule script comprises:
obtaining the rule script with the latest version number from each rule script shown in the rule database;
and identifying the rule script with the latest version number as a target rule script.
4. The method according to claim 1, wherein the presenting the change message included in the message queue to the user through a preset interface comprises:
and displaying each change message contained in the message queue to a user at regular time through a preset interface according to a preset time interval.
5. An apparatus for processing configuration data, comprising:
the message storage unit is used for sequentially storing each change message generated in a preset time period into a preset message queue according to the sequence of the generation time of each change message from early to late; the change message is generated on the basis of the fact that a data change event of the financial system is detected; the change message comprises the code and key attributes of the changed configuration item;
the message display unit is used for displaying each change message contained in the message queue to the user through a preset interface;
the script selecting unit is used for acquiring one rule script from pre-stored rule scripts as a target rule script under the condition that a calculation instruction fed back by the user based on the change message is received for each change message; the rule script is generated based on the calculation rule input by the user; the calculation rule is used for calculating the relationship among a plurality of configuration items;
a code configuration unit, configured to configure the code and the key attribute shown in the change message in the target rule script;
and the script loading unit is used for loading the target rule script to obtain the relationship among the configuration items.
6. The apparatus according to claim 5, wherein the script selecting unit is specifically configured to:
generating a rule script corresponding to the calculation rule input at each time point based on the calculation rule input at each time point by the user, and storing each rule script into a preset rule database;
setting a version number for each rule script according to the generation time of each rule script; wherein the later the generation time of the rule script is, the newer the version number of the rule script is.
7. The apparatus according to claim 6, wherein the script selecting unit is configured to obtain a rule script from pre-stored rule scripts as a target rule script, and includes:
and the script selecting unit is used for acquiring the rule script with the latest version number from each rule script shown in the rule database, and identifying the rule script with the latest version number as a target rule script.
8. The apparatus according to claim 5, wherein the message presentation unit is specifically configured to:
and displaying each change message contained in the message queue to a user at regular time through a preset interface according to a preset time interval.
9. A computer-readable storage medium characterized by comprising a stored program, wherein the program executes the method of processing configuration data according to any one of claims 1 to 4.
10. A device for processing configuration data, comprising: a processor, a memory, and a bus; the processor and the memory are connected through the bus;
the memory is used for storing a program, and the processor is used for running the program, wherein the program executes the method for processing the configuration data according to any one of claims 1 to 4 when running.
CN202110881805.1A 2021-08-02 2021-08-02 Configuration data processing method and device, storage medium and equipment Pending CN113568656A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110881805.1A CN113568656A (en) 2021-08-02 2021-08-02 Configuration data processing method and device, storage medium and equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110881805.1A CN113568656A (en) 2021-08-02 2021-08-02 Configuration data processing method and device, storage medium and equipment

Publications (1)

Publication Number Publication Date
CN113568656A true CN113568656A (en) 2021-10-29

Family

ID=78169927

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110881805.1A Pending CN113568656A (en) 2021-08-02 2021-08-02 Configuration data processing method and device, storage medium and equipment

Country Status (1)

Country Link
CN (1) CN113568656A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116821798A (en) * 2023-08-23 2023-09-29 北京集度科技有限公司 Fault early warning server, method and computer program product

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116821798A (en) * 2023-08-23 2023-09-29 北京集度科技有限公司 Fault early warning server, method and computer program product

Similar Documents

Publication Publication Date Title
CN110502546B (en) Data processing method and device
CN107633016B (en) Data processing method and device and electronic equipment
CN111666346B (en) Information merging method, transaction inquiring method, device, computer and storage medium
US20230040635A1 (en) Graph-based impact analysis of misconfigured or compromised cloud resources
CN111858608A (en) Data management method, device, server and storage medium
CN108256870B (en) Method and device for generating description information, updating and processing data based on topological structure
WO2021129379A1 (en) Information sharing chain generation method and apparatus, electronic device, and storage medium
CN110990403A (en) Business data storage method, system, computer equipment and storage medium
CN112258244B (en) Method, device, equipment and storage medium for determining task to which target object belongs
CN112925664A (en) Target user determination method and device, electronic equipment and storage medium
CN113568656A (en) Configuration data processing method and device, storage medium and equipment
CN115204889A (en) Text processing method and device, computer equipment and storage medium
CN113468212A (en) Event execution method and device and electronic equipment
CN112613792A (en) Data processing method, system, computer device and storage medium
CN113806176B (en) Data object identification method and device based on configuration management
CN105550250A (en) Access log processing method and apparatus
CN110597572B (en) Service call relation analysis method and computer system
CN107644103A (en) It is a kind of can tracing information source information storage method and system
CN108874625B (en) Information processing method and device, electronic equipment and storage medium
CN109214874B (en) IP product operation data processing method, device, equipment and readable storage medium
CN109933573B (en) Database service updating method, device and system
CN107145565B (en) A kind of generation method of pipelined data, apparatus and system
JP2013003681A (en) Service operation management device
JP5718256B2 (en) System performance analysis apparatus, system performance analysis method, and system performance analysis program
CN115168673B (en) Data graphical processing method, device, 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