CN112131196A - Distributed log processing method and device, terminal equipment and storage medium - Google Patents

Distributed log processing method and device, terminal equipment and storage medium Download PDF

Info

Publication number
CN112131196A
CN112131196A CN202010942198.0A CN202010942198A CN112131196A CN 112131196 A CN112131196 A CN 112131196A CN 202010942198 A CN202010942198 A CN 202010942198A CN 112131196 A CN112131196 A CN 112131196A
Authority
CN
China
Prior art keywords
log
processing
log file
center
distributed
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
CN202010942198.0A
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.)
Human Horizons Shanghai Internet Technology Co Ltd
Original Assignee
Human Horizons Shanghai Internet Technology 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 Human Horizons Shanghai Internet Technology Co Ltd filed Critical Human Horizons Shanghai Internet Technology Co Ltd
Priority to CN202010942198.0A priority Critical patent/CN112131196A/en
Publication of CN112131196A publication Critical patent/CN112131196A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/1805Append-only file systems, e.g. using logs or journals to store data
    • G06F16/1815Journaling file systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/32Monitoring with visual or acoustical indication of the functioning of the machine
    • G06F11/324Display of status information
    • G06F11/327Alarm or error message display
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/16File or folder operations, e.g. details of user interfaces specifically adapted to file systems
    • G06F16/168Details of user interfaces specifically adapted to file systems, e.g. browsing and visualisation, 2d or 3d GUIs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/172Caching, prefetching or hoarding of files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/182Distributed file systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6218Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2221/00Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/21Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/2141Access rights, e.g. capability lists, access control lists, access tables, access matrices

Abstract

The invention discloses a distributed log processing method, a distributed log processing device, terminal equipment and a storage medium, wherein the method is applied to a distributed log processing system, the distributed log processing system comprises a micro-service center, a log processing center and a cloud platform management center, the micro-service center is connected with the log processing center, the log processing center is connected with the cloud platform management center, the cloud platform management center is connected with the micro-service center, the method is executed by the cloud platform management center, and the method comprises the following steps: collecting log files in the micro service center; sending the log file to the log processing center, so that the log processing center performs authority processing on the log file and returns the log file after the authority processing; storing the received log file after the authority processing; and visually displaying the stored log file. The invention can quickly position the alarm log, and is convenient for developers to solve the alarm problem in time.

Description

Distributed log processing method and device, terminal equipment and storage medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a distributed log processing method and apparatus, a terminal device, and a storage medium.
Background
The micro-service architecture is an architecture mode, a single application architecture is divided into a set of small services, in a micro-service system constructed based on the micro-service architecture, an application request is split into different application functions, corresponding micro-services are constructed, the micro-services are then dispersed to different servers, and each micro-service is realized through an application process of the micro-service and is communicated through a lightweight communication mechanism. The micro-service architecture has the advantages of independent deployment, flexible expansion, effective isolation of resources and the like. However, while enjoying the benefits of microservice architectures, it also bears the challenges of microservices.
Because each micro service in the micro service architecture is dispersed on different servers, each micro service generates a large number of log files in the process of being responded, and the log files are also distributed on different servers, so that the log files in the micro service system are difficult to manage. When the problem is solved, because a plurality of log files are distributed on different servers, the fault point is very difficult to locate, and the normal operation of the micro-service system application is influenced.
Disclosure of Invention
The technical problem to be solved by the embodiments of the present invention is to provide a distributed log processing method, apparatus, terminal device and storage medium, which can quickly locate an alarm log and facilitate developers to solve the alarm problem in time.
In order to achieve the above object, an embodiment of the present invention provides a distributed log processing method, where the method is applied to a distributed log processing system, where the distributed log processing system includes a micro service center, a log processing center, and a cloud platform management center, the micro service center is connected to the log processing center, the log processing center is connected to the cloud platform management center, and the cloud platform management center is connected to the micro service center, and the method is executed by the cloud platform management center, and the method includes:
collecting log files in the micro service center;
sending the log file to the log processing center, so that the log processing center performs authority processing on the log file and returns the log file after the authority processing;
storing the received log file after the authority processing;
and visually displaying the stored log file.
Further, the log processing center performs authority processing on the log file through the following steps:
performing service authority processing on the log file;
carrying out level authority processing on the log file;
and carrying out alarm authority processing on the log file.
Further, the performing level authority processing on the log file specifically includes:
carrying out log level division on the log files according to a preset importance standard; wherein the log levels include a general level and an importance level;
and associating the log level of the log file with the micro service corresponding to the log file.
Further, the performing alarm authority processing on the log file specifically includes:
generating corresponding log alarm information according to the log file;
associating at least one user terminal with the micro service corresponding to the log file;
and sending the log alarm information to at least one user terminal according to the preconfigured third-party software.
Further, the storing the log file specifically includes;
storing the general level log file in a preset first database;
and storing the importance level log file in a preset second database.
Further, the visually displaying the stored log file specifically includes:
visually displaying the general-level log file stored in the first database through a visual platform;
and visually displaying the important level log files stored in the second database through a cloud platform management center.
Further, the method further comprises:
receiving a log query request sent by a user terminal, so that the user terminal processes a queried target log file and performs alarm state editing operation on the processed target log file; wherein the target log file includes the log alarm information.
An embodiment of the present invention further provides a distributed log processing apparatus, including:
the acquisition module is used for acquiring log files in the micro service center;
the authority processing module is used for sending the log file to the log processing center, so that the log processing center carries out authority processing on the log file and returns the log file after the authority processing;
the storage module is used for storing the received log file after the authority processing;
and the display module is used for visually displaying the stored log file.
An embodiment of the present invention further provides a terminal device, which includes a processor, a memory, and a computer program stored in the memory and configured to be executed by the processor, where the processor implements the distributed log processing method described in any one of the above when executing the computer program.
The embodiment of the present invention further provides a computer-readable storage medium, where the computer-readable storage medium includes a stored computer program, and when the computer program runs, the apparatus where the computer-readable storage medium is located is controlled to execute any one of the above-mentioned distributed log processing methods.
Compared with the prior art, the distributed log processing method, the distributed log processing device, the terminal device and the storage medium provided by the embodiment of the invention have the beneficial effects that: collecting log files in the micro service center; sending the log file to the log processing center, so that the log processing center performs authority processing on the log file and returns the log file after the authority processing; storing the received log file after the authority processing; and visually displaying the stored log file. The invention can manage the distributed logs in order, thereby being capable of positioning the alarm logs quickly and facilitating developers to solve the alarm problem in time.
Drawings
Fig. 1 is a schematic flowchart of a distributed log processing method according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a distributed log processing apparatus according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of a terminal device according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, 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 invention.
Referring to fig. 1, fig. 1 is a schematic flowchart illustrating a distributed log processing method according to an embodiment of the present invention. The embodiment of the invention provides a distributed log processing method, which is applied to a distributed log processing system, wherein the distributed log processing system comprises a micro-service center, a log processing center and a cloud platform management center, the micro-service center is connected with the log processing center, the log processing center is connected with the cloud platform management center, the cloud platform management center is connected with the micro-service center, the method is executed by the cloud platform management center, and the method comprises the following steps:
s1, collecting log files in the micro service center;
s2, sending the log file to the log processing center, enabling the log processing center to perform authority processing on the log file, and returning the log file after the authority processing;
s3, storing the received log file after the authority processing;
and S4, visually displaying the stored log file.
Specifically, the distributed log processing method provided by the embodiment of the present invention is applied to a distributed log processing system, where the distributed log processing system includes a micro service center, a log processing center and a cloud platform management center, the micro service center is connected to the log processing center, the log processing center is connected to the cloud platform management center, and the cloud platform management center is connected to the micro service center, where the method is executed by the cloud platform management center, first, the cloud platform management center collects log files in the micro service center, then sends the log files to the log processing center, so that the log processing center performs authority processing on the log files, returns the log files after authority processing to the cloud platform management center, and then stores the received log files after authority processing, and finally, visually displaying the stored log file.
The embodiment of the invention can orderly manage a large number of log files generated by the micro-service center, thereby being capable of rapidly positioning the alarm log and facilitating developers to solve the alarm problem in time.
In another preferred embodiment, the log processing center performs authority processing on the log file by the following steps:
performing service authority processing on the log file;
carrying out level authority processing on the log file;
and carrying out alarm authority processing on the log file.
In another preferred embodiment, the performing level authority processing on the log file specifically includes:
carrying out log level division on the log files according to a preset importance standard; wherein the log levels include a general level and an importance level;
and associating the log level of the log file with the micro service corresponding to the log file.
In another preferred embodiment, the performing the alarm authority processing on the log file specifically includes:
generating corresponding log alarm information according to the log file;
associating at least one user terminal with the micro service corresponding to the log file;
and sending the log alarm information to at least one user terminal according to the preconfigured third-party software.
Specifically, the storing the log file specifically includes;
storing the general level log file in a preset first database;
and storing the importance level log file in a preset second database.
Specifically, a general-level log file is stored in a preset first database; the first database can periodically clean the general-level log file; storing the importance level log file in a preset second database; wherein the second database may persistently store the importance level log file. Because the number of the general-level log files is very large, the regular cleaning of the general-level log files can be set, and the log files are difficult to track and search, the general-level log files and the important-level log files are separately stored in two databases, and the important-level log files are permanently stored in a preset second database, so that the tracking and the searching are convenient, the alarm log can be quickly positioned, and developers can timely solve the alarm problem.
In another preferred embodiment, the visually displaying the stored log file specifically includes:
visually displaying the general-level log file stored in the first database through a visual platform;
and visually displaying the important level log files stored in the second database through a cloud platform management center.
Specifically, the general-level log files stored in the first database can be visually displayed through an open source visualization platform Kibana, which is generally used for displaying log files with large data volume, so that the speed is low and the security is low during query; and visually displaying the important level log files stored in the second database through a cloud platform management center, wherein the important level log files are inquired through the cloud platform management center at a high speed and high in safety.
In yet another preferred embodiment, the method further comprises:
receiving a log query request sent by a user terminal, so that the user terminal processes a queried target log file and performs alarm state editing operation on the processed target log file; wherein the target log file includes the log alarm information.
Specifically, after the cloud platform management center receives a log query request generated by a user terminal, a user can log in the distributed log processing system through the user terminal and query a target log file in the cloud platform management center, wherein the target log file comprises the log alarm information, and the user performs an alarm state editing operation after processing the target log file. The embodiment of the invention can rapidly position the alarm log by orderly managing a large number of log files generated by the micro-service center, thereby being convenient for developers to solve the alarm problem in time.
Referring to fig. 2, fig. 2 is a schematic structural diagram of a distributed log processing apparatus according to an embodiment of the present invention. An embodiment of the present invention provides a distributed log processing apparatus, including:
the acquisition module 201 is used for acquiring log files in the micro service center;
the authority processing module 202 is configured to send the log file to the log processing center, so that the log processing center performs authority processing on the log file, and returns the log file after the authority processing;
the storage module 203 is configured to store the received log file after the permission processing;
and the display module 204 is configured to perform visual display on the stored log file.
Further, the log processing center performs authority processing on the log file through the following steps:
performing service authority processing on the log file;
carrying out level authority processing on the log file;
and carrying out alarm authority processing on the log file.
Further, the performing level authority processing on the log file specifically includes:
carrying out log level division on the log files according to a preset importance standard; wherein the log levels include a general level and an importance level;
and associating the log level of the log file with the micro service corresponding to the log file.
Further, the performing alarm authority processing on the log file specifically includes:
generating corresponding log alarm information according to the log file;
associating at least one user terminal with the micro service corresponding to the log file;
and sending the log alarm information to at least one user terminal according to the preconfigured third-party software.
Specifically, the storing the log file specifically includes;
storing the general level log file in a preset first database;
and storing the importance level log file in a preset second database.
Further, the visually displaying the stored log file specifically includes:
visually displaying the general-level log file stored in the first database through a visual platform;
and visually displaying the important level log files stored in the second database through a cloud platform management center.
Further, the apparatus is further configured to:
receiving a log query request sent by a user terminal, so that the user terminal processes a queried target log file and performs alarm state editing operation on the processed target log file; wherein the target log file includes the log alarm information.
The distributed log processing device provided by the embodiment of the invention collects the log files in the micro service center; sending the log file to the log processing center, so that the log processing center performs authority processing on the log file and returns the log file after the authority processing; storing the received log file after the authority processing; and visually displaying the stored log file. The invention can manage the distributed logs in order, thereby being capable of positioning the alarm logs quickly and facilitating developers to solve the alarm problem in time.
Referring to fig. 3, fig. 3 is a schematic structural diagram of a terminal device according to an embodiment of the present invention. The terminal device includes a processor 301, a memory 302, and a computer program stored in the memory 302 and configured to be executed by the processor 301, and when the processor 301 executes the computer program, the distributed log processing method according to any of the above embodiments is implemented.
Preferably, the computer program can be divided into one or more modules/units (e.g. computer program 1, computer program 2,) which are stored in the memory 302 and executed by the processor 301 to accomplish the present invention. The one or more modules/units may be a series of computer program instruction segments capable of performing specific functions, which are used for describing the execution process of the computer program in the terminal device.
The Processor 301 may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other Programmable logic device, a discrete Gate or transistor logic device, a discrete hardware component, etc., the general purpose Processor may be a microprocessor, or the Processor 301 may be any conventional Processor, the Processor 301 is a control center of the terminal device, and various interfaces and lines are used to connect various parts of the terminal device.
The memory 302 mainly includes a program storage area and a data storage area, wherein the program storage area may store an operating system, an application program required for at least one function, and the like, and the data storage area may store related data and the like. In addition, the memory 302 may be a high speed random access memory, a non-volatile memory such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash Card (Flash Card), and the like, or the memory 302 may be other volatile solid state memory devices.
It should be noted that the terminal device may include, but is not limited to, a processor and a memory, and those skilled in the art will understand that the structural diagram of fig. 3 is only an example of the terminal device and does not constitute a limitation of the terminal device, and may include more or less components than those shown, or combine some components, or different components.
The embodiment of the present invention further provides a computer-readable storage medium, where the computer-readable storage medium includes a stored computer program, and when the computer program runs, a device where the computer-readable storage medium is located is controlled to execute the distributed log processing method according to any one of the above embodiments.
It should be noted that the above-described system embodiments are merely illustrative, where the units described as separate parts may or may not be physically separate, and the parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on multiple network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. In addition, in the drawings of the embodiment of the system provided by the present invention, the connection relationship between the modules indicates that there is a communication connection between them, and may be specifically implemented as one or more communication buses or signal lines. One of ordinary skill in the art can understand and implement it without inventive effort.
While the foregoing is directed to the preferred embodiment of the present invention, it will be understood by those skilled in the art that various changes and modifications may be made without departing from the spirit and scope of the invention.

Claims (10)

1. A distributed log processing method is applied to a distributed log processing system, the distributed log processing system comprises a micro-service center, a log processing center and a cloud platform management center, the micro-service center is connected with the log processing center, the log processing center is connected with the cloud platform management center, the cloud platform management center is connected with the micro-service center, the method is executed by the cloud platform management center, and the method comprises the following steps:
collecting log files in the micro service center;
sending the log file to the log processing center, so that the log processing center performs authority processing on the log file and returns the log file after the authority processing;
storing the received log file after the authority processing;
and visually displaying the stored log file.
2. The distributed log processing method of claim 1, wherein the log processing center performs authority processing on the log file by:
performing service authority processing on the log file;
carrying out level authority processing on the log file;
and carrying out alarm authority processing on the log file.
3. The distributed log processing method according to claim 2, wherein the performing level authority processing on the log file specifically includes:
carrying out log level division on the log files according to a preset importance standard; wherein the log levels include a general level and an importance level;
and associating the log level of the log file with the micro service corresponding to the log file.
4. The distributed log processing method according to claim 2, wherein the performing of the alarm authority processing on the log file specifically includes:
generating corresponding log alarm information according to the log file;
associating at least one user terminal with the micro service corresponding to the log file;
and sending the log alarm information to at least one user terminal according to the preconfigured third-party software.
5. The distributed log processing method according to claim 3, wherein the storing of the log file specifically includes;
storing the general level log file in a preset first database;
and storing the importance level log file in a preset second database.
6. The distributed log processing method according to claim 5, wherein the visually displaying the stored log file specifically includes:
visually displaying the general-level log file stored in the first database through a visual platform;
and visually displaying the important level log files stored in the second database through a cloud platform management center.
7. A distributed log processing method according to any of claims 1 to 6, wherein the method further comprises:
receiving a log query request sent by a user terminal, so that the user terminal processes a queried target log file and performs alarm state editing operation on the processed target log file; wherein the target log file includes the log alarm information.
8. A distributed log processing apparatus, comprising:
the acquisition module is used for acquiring log files in the micro service center;
the authority processing module is used for sending the log file to the log processing center, so that the log processing center carries out authority processing on the log file and returns the log file after the authority processing;
the storage module is used for storing the received log file after the authority processing;
and the display module is used for visually displaying the stored log file.
9. A terminal device comprising a processor, a memory, and a computer program stored in the memory and configured to be executed by the processor, the processor implementing the distributed log processing method of any one of claims 1 to 7 when executing the computer program.
10. A computer-readable storage medium, comprising a stored computer program, wherein the computer program, when executed, controls an apparatus in which the computer-readable storage medium is located to perform the distributed log processing method according to any one of claims 1 to 7.
CN202010942198.0A 2020-09-09 2020-09-09 Distributed log processing method and device, terminal equipment and storage medium Pending CN112131196A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010942198.0A CN112131196A (en) 2020-09-09 2020-09-09 Distributed log processing method and device, terminal equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010942198.0A CN112131196A (en) 2020-09-09 2020-09-09 Distributed log processing method and device, terminal equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112131196A true CN112131196A (en) 2020-12-25

Family

ID=73845203

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010942198.0A Pending CN112131196A (en) 2020-09-09 2020-09-09 Distributed log processing method and device, terminal equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112131196A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113239373A (en) * 2021-04-30 2021-08-10 中核武汉核电运行技术股份有限公司 Authority management system
CN114978627A (en) * 2022-05-11 2022-08-30 湖南宝马文化传播有限公司 Method and system for controlling data authority of big data

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103793479A (en) * 2014-01-14 2014-05-14 上海上讯信息技术股份有限公司 Log management method and log management system
CN110166290A (en) * 2019-05-16 2019-08-23 平安科技(深圳)有限公司 Alarm method and device based on journal file
CN110175154A (en) * 2019-05-17 2019-08-27 深圳前海微众银行股份有限公司 A kind of processing method of log recording, server and storage medium
CN110633186A (en) * 2019-08-16 2019-12-31 南方电网科学研究院有限责任公司 Log monitoring system for electric power metering micro-service architecture and implementation method
CN111190580A (en) * 2019-12-25 2020-05-22 湖北普罗劳格科技股份有限公司 Spinach cloud technology platform based on micro-service architecture

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103793479A (en) * 2014-01-14 2014-05-14 上海上讯信息技术股份有限公司 Log management method and log management system
CN110166290A (en) * 2019-05-16 2019-08-23 平安科技(深圳)有限公司 Alarm method and device based on journal file
CN110175154A (en) * 2019-05-17 2019-08-27 深圳前海微众银行股份有限公司 A kind of processing method of log recording, server and storage medium
CN110633186A (en) * 2019-08-16 2019-12-31 南方电网科学研究院有限责任公司 Log monitoring system for electric power metering micro-service architecture and implementation method
CN111190580A (en) * 2019-12-25 2020-05-22 湖北普罗劳格科技股份有限公司 Spinach cloud technology platform based on micro-service architecture

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
我不想熬夜学JAVA: "微服务海量日志怎么处理,推荐你试试这款工具", pages 1 - 4, Retrieved from the Internet <URL:《https://blog.csdn.net/l081499/article/details/119413041》> *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113239373A (en) * 2021-04-30 2021-08-10 中核武汉核电运行技术股份有限公司 Authority management system
CN114978627A (en) * 2022-05-11 2022-08-30 湖南宝马文化传播有限公司 Method and system for controlling data authority of big data

Similar Documents

Publication Publication Date Title
CN110855473B (en) Monitoring method, device, server and storage medium
CN109684038B (en) Docker service container log processing method and device and electronic equipment
CN107451147A (en) A kind of method and apparatus of kafka clusters switching at runtime
CN112527310A (en) Multi-tenant data isolation method and device, computer equipment and storage medium
CN110290166B (en) Cross-cluster data interaction method, system and device and readable storage medium
CN104268061A (en) Storage state monitoring mechanism for virtual machine
CN112737800A (en) Service node fault positioning method, call chain generation method and server
CN112131196A (en) Distributed log processing method and device, terminal equipment and storage medium
CN102202087A (en) Method for identifying storage equipment and system thereof
CN112328448A (en) Zookeeper-based monitoring method, monitoring device, equipment and storage medium
CN103716384A (en) Method and device for realizing cloud storage data synchronization in cross-data-center manner
CN106874343B (en) Data deletion method and system for time sequence database
CN111984601A (en) Log file deleting method and device, electronic equipment and storage medium
CN111459629A (en) Azkaban-based project operation method and device and terminal equipment
CN113094224B (en) Server asset management method and device, computer equipment and storage medium
CN112416974A (en) Data processing method, device and equipment and readable storage medium
CN111376255A (en) Robot data acquisition method and device and terminal equipment
CN115729680A (en) Single container certificate management method and device, storage medium and electronic equipment
CN112181662B (en) Task scheduling method and device, electronic equipment and storage medium
CN115080309A (en) Data backup system, method, storage medium, and electronic device
CN111291127B (en) Data synchronization method, device, server and storage medium
CN110704301B (en) TPC-E automatic test method and TPC-E test system
CN113656378A (en) Server management method, device and medium
CN113448758A (en) Task processing method and device and terminal equipment
CN109426559B (en) Command issuing method and device, storage medium and processor

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