CN113961271A - Log service starting method, device, equipment and readable storage medium - Google Patents
Log service starting method, device, equipment and readable storage medium Download PDFInfo
- Publication number
- CN113961271A CN113961271A CN202111398813.7A CN202111398813A CN113961271A CN 113961271 A CN113961271 A CN 113961271A CN 202111398813 A CN202111398813 A CN 202111398813A CN 113961271 A CN113961271 A CN 113961271A
- Authority
- CN
- China
- Prior art keywords
- log service
- target
- service object
- type
- 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.)
- Granted
Links
- 238000000034 method Methods 0.000 title claims abstract description 39
- 230000006870 function Effects 0.000 claims description 62
- 238000004590 computer program Methods 0.000 claims description 10
- 230000000977 initiatory effect Effects 0.000 claims description 9
- 230000007246 mechanism Effects 0.000 claims description 9
- 230000000694 effects Effects 0.000 abstract description 3
- 238000010586 diagram Methods 0.000 description 6
- 238000004883 computer application Methods 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 230000004913 activation Effects 0.000 description 1
- 230000008901 benefit Effects 0.000 description 1
- 230000005540 biological transmission Effects 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 230000002085 persistent effect Effects 0.000 description 1
- 230000000750 progressive effect Effects 0.000 description 1
- 230000001052 transient effect Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/44—Arrangements for executing specific programs
- G06F9/445—Program loading or initiating
- G06F9/44505—Configuring for program initiating, e.g. using registry, configuration files
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/48—Program initiating; Program switching, e.g. by interrupt
- G06F9/4806—Task transfer initiation or dispatching
- G06F9/4843—Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
- G06F9/4881—Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/06—Management of faults, events, alarms or notifications
- H04L41/069—Management of faults, events, alarms or notifications using logs of notifications; Post-processing of notifications
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Debugging And Monitoring (AREA)
Abstract
The invention discloses a log service starting method, which comprises the following steps: analyzing the received log service starting request to obtain a target Internet Protocol (IP) and a target port corresponding to a target server of the log service to be started; creating a log service configuration object according to the target Internet Protocol (IP) and the target port; calling a type object acquisition function to determine a target log service object type corresponding to the log service configuration object; calling a log service object acquisition function to acquire a log service object corresponding to the target log service object type; and calling a log service object initialization function to perform initialization operation on the log service object so as to complete the starting of the log service of the target server. The invention realizes that a plurality of log service objects are established at the designated Internet Protocol (IP) and the designated port according to the requirements, thereby starting the plurality of log service objects and meeting the service requirements. The invention also discloses a log service starting device, equipment and a storage medium, and has corresponding technical effects.
Description
Technical Field
The present invention relates to the field of computer application technologies, and in particular, to a method, an apparatus, a device, and a computer-readable storage medium for starting a log service.
Background
In an industrial security control platform, a firewall is used as a system log (syslog) sending end, log data needs to be sent to a receiving end of the industrial security control platform, and the industrial security control platform needs to receive data from different network cards IP (Internet Protocol ) and store the data locally.
The existing log service starting method mainly directly uses an API (Application Programming Interface) provided by syslog4j of a JAVA open source class library which realizes a syslog protocol, and only can create a single log receiving end at an IP and a default port of a single network card to receive data. The logging service object (SyslogServerIF) object is managed by a container in which there are only two logging service objects of tcp type and two logging service objects of udp type that have been created in advance. Only one of the two objects can be acquired, and the acquired log service object is used for starting log service to realize the functions of sending and receiving data. However, the log service starting method can only obtain one of the log service objects of udp (user data packet protocol) type or tcp (transmission control protocol) type. In a plurality of network ports IP, a plurality of ports start a plurality of log service business scenes, if a log service object of a udp type or a tcp type can only be obtained, the business requirement can obviously not be met.
In summary, how to effectively solve the problem that the existing log service starting method can only obtain one of the log service objects of udp type or tcp type, and cannot meet the service scene requirement of starting multiple log services by multiple network ports IP and multiple ports is a problem that needs to be solved urgently by those skilled in the art at present.
Disclosure of Invention
The invention aims to provide a log service starting method, which realizes the establishment of a plurality of log service objects at a specified internet access IP and a specified port according to requirements, thereby starting a plurality of log service objects and meeting the service requirements; another object of the present invention is to provide a log service startup device, an apparatus and a computer readable storage medium.
In order to solve the technical problems, the invention provides the following technical scheme:
a log service initiation method, comprising:
analyzing the received log service starting request to obtain a target Internet Protocol (IP) and a target port corresponding to a target server of the log service to be started;
creating a log service configuration object according to the target Internet Protocol (IP) and the target port;
calling a type object acquisition function to determine a target log service object type corresponding to the log service configuration object;
calling a log service object acquisition function to acquire a log service object corresponding to the target log service object type;
and calling a log service object initialization function to perform initialization operation on the log service object so as to complete the starting of the log service of the target server.
In a specific embodiment of the present invention, invoking a log service object obtaining function to obtain a log service object corresponding to the target log service object type includes:
and acquiring the log service object corresponding to the target log service object type by using a JAVA reflection mechanism.
In a specific embodiment of the present invention, invoking a log service object obtaining function to obtain a log service object corresponding to the target log service object type includes:
and when the target log service object type is the udp type, calling the log service object acquisition function to acquire the log service object of the udp type.
In a specific embodiment of the present invention, invoking a log service object obtaining function to obtain a log service object corresponding to the target log service object type includes:
and when the target log service object type is a tcp type, calling the log service object obtaining function to obtain the log service object of the tcp type.
A logging service initiation apparatus, comprising:
the request analysis module is used for analyzing the received log service starting request to obtain a target Internet Protocol (IP) and a target port corresponding to a target server of the log service to be started;
the configuration object creating module is used for creating a log service configuration object according to the target Internet Protocol (IP) and the target port;
the object type determining module is used for calling a type object obtaining function to determine a target log service object type corresponding to the log service configuration object;
the object acquisition module is used for calling a log service object acquisition function to acquire a log service object corresponding to the target log service object type;
and the service starting module is used for calling a log service object initialization function to carry out initialization operation on the log service object so as to finish the starting of the log service of the target server.
In a specific embodiment of the present invention, the object obtaining module is specifically a module that obtains a log service object corresponding to the target log service object type by using a JAVA reflection mechanism.
In a specific embodiment of the present invention, the object obtaining module is specifically a module for calling the log service object obtaining function to obtain the log service object of the udp type when the target log service object type is the udp type.
In a specific embodiment of the present invention, the object obtaining module is specifically a module for calling the log service object obtaining function to obtain the log service object of the tcp type when the target log service object type is the tcp type.
A logging service initiation device, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the log service initiation method as described above when executing the computer program.
A computer-readable storage medium having stored thereon a computer program which, when being executed by a processor, carries out the steps of the log service startup method as set forth above.
The log service starting method provided by the invention is used for analyzing the received log service starting request to obtain a target Internet Protocol (IP) and a target port corresponding to a target server of the log service to be started; creating a log service configuration object according to the target Internet Protocol (IP) and the target port; calling a type object acquisition function to determine a target log service object type corresponding to the log service configuration object; calling a log service object acquisition function to acquire a log service object corresponding to the target log service object type; and calling a log service object initialization function to perform initialization operation on the log service object so as to complete the starting of the log service of the target server.
According to the technical scheme, after the target gateway IP and the target port corresponding to the target server of the log service to be started are obtained through analysis, the log service configuration object is created according to the target gateway IP and the target port, the target log service object type corresponding to the log service configuration object is determined through the type object obtaining function, the log service object corresponding to the target log service object type is obtained by calling the preset log service object obtaining function, and the log service starting of the target server is completed by initializing the log service object. The invention realizes that a plurality of log service objects are established at the designated Internet Protocol (IP) and the designated port according to the requirements, thereby starting the plurality of log service objects and meeting the service requirements.
Correspondingly, the invention also provides a log service starting device, equipment and a computer readable storage medium corresponding to the log service starting method, which have the technical effects and are not described herein again.
Drawings
In order to more clearly illustrate the embodiments of the present invention 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 invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a flowchart of an implementation of a log service starting method according to an embodiment of the present invention;
FIG. 2 is a flowchart of another implementation of a log service initiation method according to an embodiment of the present invention;
FIG. 3 is a block diagram of a log service startup device according to an embodiment of the present invention;
fig. 4 is a block diagram illustrating a log service startup device according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of a log service starting device provided in this embodiment.
Detailed Description
In order that those skilled in the art will better understand the disclosure, the invention will be described in further detail with reference to the accompanying drawings and specific embodiments. It is to be understood that the described embodiments are merely exemplary of the invention, and not restrictive of the full scope of the invention. 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 invention.
Referring to fig. 1, fig. 1 is a flowchart of an implementation of a log service starting method in an embodiment of the present invention, where the method may include:
s101: and analyzing the received log service starting request to obtain a target Internet Protocol (IP) and a target port corresponding to a target server of the log service to be started.
When a log service needs to be started for a certain server, a log service starting request is generated and sent to a log service management center, wherein the log service starting request comprises a target Internet Protocol (IP) and a target port corresponding to a target server of the log service to be started. And the log service management center receives the log service starting request, analyzes the received log service starting request and obtains a target Internet Protocol (IP) and a target port corresponding to a target server to be started with the log service.
S102: and creating a log service configuration object according to the target Internet Protocol (IP) and the target port.
After a target internet access IP and a target port corresponding to a target server of the log service to be started are obtained through analysis, a log service configuration (SyslogSerConfigIF) object is created according to the target internet access IP and the target port.
S103: and calling a type object acquisition function to determine a target log service object type corresponding to the log service configuration object.
The log service configuration object comprises a target log service object type, a type object acquisition function (getSyslogServerClass) is deployed in advance, and after the log service configuration object is created according to a target Internet Protocol (IP) and a target port, the type object acquisition function is called to determine the target log service object type corresponding to the log service configuration object. If the log service configuration object is created, the path attribute related to the log service start can be determined according to the target Internet Protocol (IP) and the target port corresponding to the target server of the log service to be started, the log service configuration object containing the corresponding log service object type is created according to the path attribute, and the log service configuration object is analyzed by calling the type object acquisition function to obtain the target log service object type.
S104: and calling a log service object acquisition function to acquire the log service object corresponding to the target log service object type.
Presetting a new instant function (newInstance), and calling the log service object acquisition function to acquire the log service object corresponding to the target log service object type after the calling type object acquisition function determines the target log service object type corresponding to the log service configuration object. The target journal service object type can be udp type, tcp type.
S105: and calling a log service object initialization function to perform initialization operation on the log service object so as to complete the starting of the log service of the target server.
The method comprises the steps of presetting a log service object initialization function (initialization), after a log service object acquisition function is called to acquire a log service object corresponding to a target log service object type, calling the log service object initialization function to initialize the log service object, and completing initialization of the log service object through transmitting a required log service object type (udp or tcp) and a pre-established log service configuration object, so that log service starting of a target server is completed. When the log service object is created, the method is not limited by the set number in the container any more and is more flexible. The method and the device realize the creation of a plurality of log service objects at the designated Internet Protocol (IP) and port according to the requirements, thereby starting a plurality of log service objects and meeting the service requirements.
According to the technical scheme, after the target gateway IP and the target port corresponding to the target server of the log service to be started are obtained through analysis, the log service configuration object is created according to the target gateway IP and the target port, the target log service object type corresponding to the log service configuration object is determined through the type object obtaining function, the log service object corresponding to the target log service object type is obtained by calling the preset log service object obtaining function, and the log service starting of the target server is completed by initializing the log service object. The invention realizes that a plurality of log service objects are established at the designated Internet Protocol (IP) and the designated port according to the requirements, thereby starting the plurality of log service objects and meeting the service requirements.
It should be noted that, based on the above embodiments, the embodiments of the present invention also provide corresponding improvements. In the following embodiments, steps that are the same as or correspond to those in the above embodiments may be referred to one another, and corresponding advantageous effects may also be referred to one another, which is not described in detail in the following modified embodiments.
In one embodiment of the present invention, step S104 may include the following steps:
and when the target log service object type is the udp type, calling a log service object acquisition function to acquire the log service object of the udp type.
And when the target log service object type is determined to be the udp type, calling a log service object acquisition function to acquire the log service object of the udp type. Thereby realizing the pairing of udp type
In one embodiment of the present invention, step S104 may include the following steps:
and when the target log service object type is the tcp type, calling a log service object obtaining function to obtain the log service object of the tcp type.
Referring to fig. 2, fig. 2 is a flowchart of another implementation of a log service starting method in an embodiment of the present invention, where the method may include the following steps:
s201: and analyzing the received log service starting request to obtain a target Internet Protocol (IP) and a target port corresponding to a target server of the log service to be started.
S202: and creating a log service configuration object according to the target Internet Protocol (IP) and the target port.
S203: and calling a type object acquisition function to determine a target log service object type corresponding to the log service configuration object.
S204: and acquiring the log service object corresponding to the target log service object type by using a JAVA reflection mechanism.
A JAVA reflection (reflection) mechanism is deployed in advance, and after a target log service object type corresponding to a log service configuration object is determined by calling a type object acquisition function, a log service object corresponding to the target log service object type is acquired by using the JAVA reflection mechanism. The method fully utilizes the advantage that a Java reflection mechanism can construct any class of object in the running state of the program, and improves the acquisition efficiency and accuracy of the log service object.
S205: and calling a log service object initialization function to perform initialization operation on the log service object so as to complete the starting of the log service of the target server.
Corresponding to the above method embodiment, the present invention further provides a log service starting apparatus, and the log service starting apparatus described below and the log service starting method described above may be referred to in correspondence.
Referring to fig. 3, fig. 3 is a block diagram illustrating a log service starting apparatus according to an embodiment of the present invention, where the apparatus may include:
a request analysis module 31, configured to analyze the received log service start request to obtain a target Internet Protocol (IP) and a target port corresponding to a target server to which the log service is to be started;
a configuration object creating module 32, configured to create a log service configuration object according to the target Internet Protocol (IP) and the target port;
an object type determining module 33, configured to invoke a type object obtaining function to determine a target log service object type corresponding to the log service configuration object;
the object obtaining module 34 is configured to invoke a log service object obtaining function to obtain a log service object corresponding to the target log service object type;
the service starting module 35 is configured to call a log service object initialization function to perform initialization operation on the log service object, so as to complete the starting of the log service of the target server.
According to the technical scheme, after the target gateway IP and the target port corresponding to the target server of the log service to be started are obtained through analysis, the log service configuration object is created according to the target gateway IP and the target port, the target log service object type corresponding to the log service configuration object is determined through the type object obtaining function, the log service object corresponding to the target log service object type is obtained by calling the preset log service object obtaining function, and the log service starting of the target server is completed by initializing the log service object. The invention realizes that a plurality of log service objects are established at the designated Internet Protocol (IP) and the designated port according to the requirements, thereby starting the plurality of log service objects and meeting the service requirements.
In an embodiment of the present invention, the object obtaining module 34 is specifically a module that obtains a log service object corresponding to a target log service object type by using a JAVA reflection mechanism.
In a specific embodiment of the present invention, the object obtaining module 34 is specifically a module for calling a log service object obtaining function to obtain a log service object of a udp type when the target log service object type is the udp type.
In a specific embodiment of the present invention, the object obtaining module 34 is specifically a module for calling a log service object obtaining function to obtain a log service object of a tcp type when the target log service object type is the tcp type.
Corresponding to the above method embodiment, referring to fig. 4, fig. 4 is a schematic diagram of a log service starting device provided by the present invention, where the log service starting device may include:
a memory 332 for storing a computer program;
a processor 322 for implementing the steps of the log service initiation method of the above-described method embodiments when executing the computer program.
Specifically, referring to fig. 5, fig. 5 is a schematic diagram illustrating a specific structure of a log service startup device provided in this embodiment, the log service startup device may generate a relatively large difference due to different configurations or performances, and may include a processor (CPU) 322 (for example, one or more processors) and a memory 332, where the memory 332 stores one or more computer applications 342 or data 344. Memory 332 may be, among other things, transient or persistent storage. The program stored in memory 332 may include one or more modules (not shown), each of which may include a sequence of instructions operating on a data processing device. Further, the processor 322 may be configured to communicate with the memory 332 to execute a series of instruction operations in the memory 332 on the logging service initiation device 301.
The log service activation device 301 may also include one or more power sources 326, one or more wired or wireless network interfaces 350, one or more input-output interfaces 358, and/or one or more operating systems 341.
The steps in the log service startup method described above may be implemented by the structure of the log service startup device.
Corresponding to the above method embodiment, the present invention further provides a computer-readable storage medium having a computer program stored thereon, the computer program, when executed by a processor, implementing the steps of:
analyzing the received log service starting request to obtain a target Internet Protocol (IP) and a target port corresponding to a target server of the log service to be started; creating a log service configuration object according to the target Internet Protocol (IP) and the target port; calling a type object acquisition function to determine a target log service object type corresponding to the log service configuration object; calling a log service object acquisition function to acquire a log service object corresponding to the target log service object type; and calling a log service object initialization function to perform initialization operation on the log service object so as to complete the starting of the log service of the target server.
The computer-readable storage medium may include: 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.
For the introduction of the computer-readable storage medium provided by the present invention, please refer to the above method embodiments, which are not described herein again.
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 device, the apparatus and the computer-readable storage medium disclosed in the embodiments correspond to the method disclosed in the embodiments, so that the description is simple, and the relevant points can be referred to the description of the method.
The principle and the implementation of the present invention are explained in the present application by using specific examples, and the above description of the embodiments is only used to help understanding the technical solution and the core idea of the present invention. It should be noted that, for those skilled in the art, it is possible to make various improvements and modifications to the present invention without departing from the principle of the present invention, and those improvements and modifications also fall within the scope of the claims of the present invention.
Claims (10)
1. A method for log service initiation, comprising:
analyzing the received log service starting request to obtain a target Internet Protocol (IP) and a target port corresponding to a target server of the log service to be started;
creating a log service configuration object according to the target Internet Protocol (IP) and the target port;
calling a type object acquisition function to determine a target log service object type corresponding to the log service configuration object;
calling a log service object acquisition function to acquire a log service object corresponding to the target log service object type;
and calling a log service object initialization function to perform initialization operation on the log service object so as to complete the starting of the log service of the target server.
2. The method for starting the log service according to claim 1, wherein invoking a log service object obtaining function to obtain the log service object corresponding to the target log service object type comprises:
and acquiring the log service object corresponding to the target log service object type by using a JAVA reflection mechanism.
3. The method according to claim 1 or 2, wherein invoking a log service object obtaining function to obtain the log service object corresponding to the target log service object type comprises:
and when the target log service object type is the udp type, calling the log service object acquisition function to acquire the log service object of the udp type.
4. The method according to claim 1 or 2, wherein invoking a log service object obtaining function to obtain the log service object corresponding to the target log service object type comprises:
and when the target log service object type is a tcp type, calling the log service object obtaining function to obtain the log service object of the tcp type.
5. A log service startup apparatus, characterized by comprising:
the request analysis module is used for analyzing the received log service starting request to obtain a target Internet Protocol (IP) and a target port corresponding to a target server of the log service to be started;
the configuration object creating module is used for creating a log service configuration object according to the target Internet Protocol (IP) and the target port;
the object type determining module is used for calling a type object obtaining function to determine a target log service object type corresponding to the log service configuration object;
the object acquisition module is used for calling a log service object acquisition function to acquire a log service object corresponding to the target log service object type;
and the service starting module is used for calling a log service object initialization function to carry out initialization operation on the log service object so as to finish the starting of the log service of the target server.
6. The apparatus according to claim 5, wherein the object obtaining module is specifically a module for obtaining the log service object corresponding to the target log service object type by using a JAVA reflection mechanism.
7. The log service startup device according to claim 5 or 6, wherein the object obtaining module is specifically a module for calling the log service object obtaining function to obtain the log service object of the udp type when the target log service object type is the udp type.
8. The apparatus according to claim 5 or 6, wherein the object obtaining module is specifically a module for calling the log service object obtaining function to obtain the log service object of the tcp type when the target log service object type is the tcp type.
9. A logging service initiation device, comprising:
a memory for storing a computer program;
processor for implementing the steps of the log service startup method according to any one of claims 1 to 4 when executing the computer program.
10. A computer-readable storage medium, having stored thereon a computer program which, when being executed by a processor, carries out the steps of the log service startup method according to any one of claims 1 to 4.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202111398813.7A CN113961271B (en) | 2021-11-19 | 2021-11-19 | Log service starting method, device, equipment and readable storage medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202111398813.7A CN113961271B (en) | 2021-11-19 | 2021-11-19 | Log service starting method, device, equipment and readable storage medium |
Publications (2)
Publication Number | Publication Date |
---|---|
CN113961271A true CN113961271A (en) | 2022-01-21 |
CN113961271B CN113961271B (en) | 2024-05-10 |
Family
ID=79471839
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202111398813.7A Active CN113961271B (en) | 2021-11-19 | 2021-11-19 | Log service starting method, device, equipment and readable storage medium |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN113961271B (en) |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103870560A (en) * | 2014-03-06 | 2014-06-18 | 上海爱数软件有限公司 | Log managing method for cluster |
CN109039787A (en) * | 2018-09-28 | 2018-12-18 | 新华三大数据技术有限公司 | log processing method, device and big data cluster |
CN113141403A (en) * | 2021-04-21 | 2021-07-20 | 北京天空卫士网络安全技术有限公司 | Log transmission method and device |
-
2021
- 2021-11-19 CN CN202111398813.7A patent/CN113961271B/en active Active
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103870560A (en) * | 2014-03-06 | 2014-06-18 | 上海爱数软件有限公司 | Log managing method for cluster |
CN109039787A (en) * | 2018-09-28 | 2018-12-18 | 新华三大数据技术有限公司 | log processing method, device and big data cluster |
CN113141403A (en) * | 2021-04-21 | 2021-07-20 | 北京天空卫士网络安全技术有限公司 | Log transmission method and device |
Also Published As
Publication number | Publication date |
---|---|
CN113961271B (en) | 2024-05-10 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8713177B2 (en) | Remote management of networked systems using secure modular platform | |
CN111857873A (en) | Method for realizing cloud native container network | |
CN113676512B (en) | Network system, resource processing method and equipment | |
US20130232470A1 (en) | Launching an application stack on a cloud platform environment | |
CN110289983B (en) | Load balancing application creation method and device, computer equipment and storage medium | |
CN111984561B (en) | IPMI command processing method, system, device and medium for BMC | |
CN112187491A (en) | Server management method, device and equipment | |
CN114124929A (en) | Cross-network data processing method and device | |
CN112948248B (en) | Method and device for debugging software in cloud computing service | |
CN116055524A (en) | Interaction method, processor and device for Internet platform and Internet of things equipment | |
CN113220484A (en) | Micro-service calling method and device, electronic equipment and storage medium | |
CN114938396A (en) | Routing method of service call request, method and device for creating service | |
CN114640610A (en) | Service management method and device based on cloud protogenesis and storage medium | |
CN114296953A (en) | Multi-cloud heterogeneous system and task processing method | |
US20050144290A1 (en) | Arbitrary java logic deployed transparently in a network | |
CN113961271A (en) | Log service starting method, device, equipment and readable storage medium | |
CN117834739A (en) | Service calling method and device | |
CN113641518B (en) | Service calling method, device and storage medium | |
CN110781001B (en) | Kubernetes-based container environment variable checking method | |
KR102187301B1 (en) | The multiple virtual network communication system and method using virtual router | |
CN114490071A (en) | Resource scheduling method, device, equipment and medium based on cloud game | |
CN113505036A (en) | Application monitoring method, client and server | |
CN112947937A (en) | Jenkins server-based continuous integration method, device and system | |
CN113157281A (en) | Development environment creation method and device, electronic equipment and storage medium | |
CN114553876B (en) | Method and system for intra-packet version tagging using a perimeter NAT |
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 | ||
GR01 | Patent grant | ||
GR01 | Patent grant |