CN108804497A - A kind of big data analysis method based on daily record - Google Patents

A kind of big data analysis method based on daily record Download PDF

Info

Publication number
CN108804497A
CN108804497A CN201810284726.0A CN201810284726A CN108804497A CN 108804497 A CN108804497 A CN 108804497A CN 201810284726 A CN201810284726 A CN 201810284726A CN 108804497 A CN108804497 A CN 108804497A
Authority
CN
China
Prior art keywords
data
layer
daily record
service
analysis method
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
CN201810284726.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.)
State Grid Corp of China SGCC
State Grid Information and Telecommunication Co Ltd
State Grid Zhejiang Electric Power Co Ltd
Beijing China Power Information Technology Co Ltd
Original Assignee
State Grid Corp of China SGCC
State Grid Information and Telecommunication Co Ltd
State Grid Zhejiang Electric Power Co Ltd
Beijing Guodiantong Network 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 State Grid Corp of China SGCC, State Grid Information and Telecommunication Co Ltd, State Grid Zhejiang Electric Power Co Ltd, Beijing Guodiantong Network Technology Co Ltd filed Critical State Grid Corp of China SGCC
Priority to CN201810284726.0A priority Critical patent/CN108804497A/en
Publication of CN108804497A publication Critical patent/CN108804497A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The big data analysis method based on daily record that the invention discloses a kind of, the big data analysis method based on daily record is mainly applied by related Beats and carries out data acquisition in each server according to its configuration file, then collects the data by Beats application acquisitions by LogStash and the sequence generated by automatic indexing is deposited into ElasticSearch.ElasticSearch externally provides the query interface of succinct Restful styles.Elasticsearch, which is developed by java applet and realized using Lucene as its core, calls inquiry data, realize the function of all indexes and search, it can realize and be accurately positioned search log information and analyze related data, obtain the effect of accurately business datum.It is visually shown finally by Echart, to hide the complexity of Lucene itself, to allow index and search to become convenient intuitive.

Description

A kind of big data analysis method based on daily record
Technical field
The present invention relates to journal file technical fields, particularly relate to a kind of big data analysis method based on daily record.
Background technology
In recent years, since data are in the sustainable growth of internet arena, the processing that each company all suffers from mass data needs It asks.Data analysis is mainly that the O&M decision of company provides support, is based primarily upon the daily record that each server generates to be analyzed, Based on the data information that these daily records are provided accesses user, data traffic is in time dimension, product line dimension, domain name dimension Etc. have specific quantized data, to be embodied as corporate server operation management, assignment of traffic, the offers reference such as estimate Purpose.
Existing scheme major technique is that (elasticsearch, logstash&kibana, analysis can using ELK-Stack Depending on changing platform) frame, the frame be by Elasticsearch (elasticity retrieval frame), IKAnalyzer (IK Chinese word segmentation machines), Logstash (daily record storage), Beats (data acquisition applications).
As shown in Figure 1, be prior art ELK-Stack block schematic illustrations, including:
Beats is applied, and to acquire the daily record data generated by system and service, wherein Beats includes that file acquires again Metricbeat (light-type index collection device) is applied using Filebeat (light-type log collector) and equipment detection, finally It is collected by LogStash and stores ElasticSearch.
LogStash, to collector journal, interface service state and equipment operation condition and store arrive ElasticSearch。
ElasticSearch to collect by the collected data of LogStash, and establishes index and provides retrieval behaviour Make.
WebService (network service, a kind of technology of service orientation framework), to the data that Intranet is collected It is stored in index database, and query interface is provided to outside.
Oracle (Oracle Database, oracle database, a relational database management system), returns Intranet The data that collection gets up are stored in index database, and provide query interface to outside.
Service background:To store the intermediate data after analysis, and intranet and extranet is supported to penetrate function.
Data exhibiting, including Echarts CSS (one kind increase income visualization library) and HTML5 (the of hypertext markup language Five material alteration versions), the result after analysis is graphically showed use by the WebService for providing a user Family.
By taking monitoring of tools in the prior art as an example, the step of data processing, includes:
1. installing MetricBeat on needing the server monitored, and configure metricbeat.yml files, server The step of operation includes:
The subsequent values of module are changed to system, as monitoring device system;
The index value to be monitored, such as CPU, Memory are configured under meticsets nodes;
The subsequent values of Period are set as to the time interval of monitoring.
2. changing LogStash configuration files, including step:
Newly-built Logstash_to_es.conf files;
The port 5044 of Beat is specified in the input for configuring LogStash, because monitoring of tools does not need filtration treatment, Filter is not needed;
The output output for configuring LogStash, is output to ElasticSeach, specifies its IP and corresponding port, and refer to Fixed its automatically generates the format of index name.
3. changing ElasticSearch configuration file elasticsearch.yml, including step:
Configure cluster name cluster.name and node name node.name;
The path (path.name, path.log) that specified data and daily record generate;
Specify the IP (network.host) and port (http.port) of itself;
It is specified to automatically generate index, the value of action.auto_create_index is set as true.
4.java programs obtain equipment state by HTTP;And it is shown by Echart instrument.
As shown in Figure 2, it is monitoring of tools Echart instrument display schematic diagrams under the prior art.
As can be seen from the above step, under the prior art after centralized management daily record, the statistics of daily record and retrieval become again One cumbersome thing generally realizes retrieval and statistics using Linux commands such as grep, awk and wc, but for wanting In the case of asking the requirements such as higher inquiry, sequence and statistics and huge data volume, deposited if still using conventional method In the inaccurate problem of inefficient and finally obtained data.
Invention content
In view of this, it is an object of the invention to propose that a kind of big data analysis method realization based on daily record is accurately positioned Search log information simultaneously analyzes related data, obtains the effect of accurately business datum.
Based on a kind of above-mentioned purpose big data analysis method based on daily record provided by the invention, which is characterized in that from top It is respectively arranged with represent layer, control layer, service layer and basic data layer downwards;
The basic data layer provides data for whole system, interacts with data collection layer downwards, is carried for data collection layer It is supported for basic data;The basic data layer includes:Database, ELK components, DAO, HTTP and caching;
The service layer:To provide service upwards for Control layers, DAO, ELK or caching query data are accessed downwards, and The data got are handled;
The control layer:Request that responsible receiving front-end is sent out simultaneously calls service layer to obtain data, is finally fitted to corresponding View return to front end;The front end includes displaying interface and user's interaction;
The presentation layer:Including blog search, monitoring of tools and visual display function.
As one embodiment, the database is relevant database, is used for the related data of storage system;
The ELK components are collecting correlation log data and device data;
The DAO provides interface, downward access relation type database for Service layers upwards;
The HTTP provides service to access ElasticSearch to upper layer Service layers;
The caching is ehcache (Cache Framework in the process of a pure Java) component, to provide hot topic for system The buffer service of data.
As one embodiment, the basic data layer correlation Beats apply according to its configuration file each server into Row data acquire, and then collect the data by Beats application acquisitions by LogStash and are generated by automatic indexing suitable Sequence is deposited into ElasticSearch.
As one embodiment, the Elasticsearch is developed by java applet and Lucene is used to be used as its core The heart calls inquiry data to realize, i.e., realizes the function of all indexes and search by Java and externally provide Restful styles Query interface.
As one embodiment, the Elasticsearch has following functions:Distributed real-time files storage, i.e., often A field is all indexed and can be searched;Distributed real-time analysis search engine is enough the service of extension process hundred or more Device;Handle PB level structures or unstructured data.
As one embodiment, the query interfaces of the RESTful styles is hiding the complexity of Lucene itself.
As one embodiment, the service layer is responsible for interacting with the data collection layer in represent layer and ELK components, The data that the service layer is collected by data collection layer match daily record by Grok regular expressions;The Grok Regular expression is used for retrieving/replacing the text for meeting some pattern/rule, including:1, it is established under the path of response Pattern files match corresponding content format with regular expression, are split to daily record;2, to according to the time and Service name creates new index or is stored in old index.
As one embodiment, the represent layer is responsible for the data obtained from service layer to be showed in the form of more intuitive User, display form include but not limited to line chart, block diagram, pie chart, table, map etc..
From the above it can be seen that a kind of big data analysis method based on daily record provided by the invention, mainly passes through Related Beats is applied carries out data acquisition according to its configuration file in each server, is then collected by described by LogStash The data of Beats application acquisitions are simultaneously deposited into ElasticSearch by the sequence of automatic indexing generation.ElasticSearch pairs The outer query interface that succinct Restful styles are provided.Elasticsearch is developed by java applet and is made using Lucene Inquiry data are called to realize for its core, that is, realizes the function of all indexes and search, can realize and be accurately positioned search day Will information simultaneously analyzes related data, obtains the effect of accurately business datum.It is visually shown finally by Echart, To hide the complexity of Lucene itself, to allow index and search to become convenient intuitive.
Description of the drawings
In order to more clearly explain the embodiment of the invention or the technical proposal in the existing technology, to embodiment or will show below There is attached drawing needed in technology description to be briefly described, it should be apparent that, the accompanying drawings in the following description is only this Some embodiments of invention for those of ordinary skill in the art without creative efforts, can be with Obtain other attached drawings according to these attached drawings.
Fig. 1 is prior art ELK-Stack block schematic illustrations;
Fig. 2 is monitoring of tools Echart instrument display schematic diagrams under the prior art;
Fig. 3 is total system logical architecture schematic diagram of the embodiment of the present invention.
Specific implementation mode
To make the objectives, technical solutions, and advantages of the present invention clearer, below in conjunction with specific embodiment, and reference Attached drawing, the present invention is described in more detail.
Application journey to reach comprehensive monitoring application system services sequence, inexpensive service implementation is disposed, it is excellent to provide to the user The efficient service system of matter, this programme is top-down to be respectively arranged with represent layer (View), control layer (Control), service layer (Service), basic data layer.Wherein, the basic data layer includes:Data acquisition, data analysis, data storage, data Caching.
As shown in figure 3, being total system logical architecture schematic diagram of the embodiment of the present invention.
Basic data layer is the data source of whole system, interacts with data collection layer downwards, is provided for data collection layer Basic data supports.The basic data layer includes:(Data Access Object, data are visited by database, ELK components, DAO Ask interface), HTTP (Hyper Text Transfer Protocol, hypertext transfer protocol) and caching.
The database is relevant database, is used for the related data of storage system;
The ELK components are collecting correlation log data and device data;
The DAO provides interface, downward access relation type database for Service layers upwards;
The HTTP provides service to access ElasticSearch to upper layer Service layers;
The caching is ehcache (Cache Framework in the process of a pure Java) component, to provide hot topic for system The buffer service of data.
The service layer:Service is provided for Control layers upwards, accesses DAO, ELK or caching query data downwards, and right The data got are handled.
The control layer:Request that responsible receiving front-end is sent out simultaneously calls service layer to obtain data, is finally fitted to corresponding View return to front end.The front end includes displaying interface and user's interaction.
The presentation layer includes mainly blog search, monitoring of tools and visual display function.
The present invention is mainly applied by related Beats and carries out data acquisition in each server according to its configuration file, then The data by Beats application acquisitions are collected by LogStash and the sequence generated by automatic indexing is deposited into ElasticSearch.The inquiry that ElasticSearch externally provides Restful (a kind of software architecture, design style) style connects Mouthful.Elasticsearch is by a kind of Java (programming language) program development and Lucene (full-text search engine) is used to be used as Its core calls inquiry data to realize, that is, realizes the function of all indexes and search, visualized finally by Echart Display.
The Elasticsearch also possesses following functions:Distributed real-time files storage, i.e., each field is by rope Draw and can be searched;Distributed real-time analysis search engine can expand to up to a hundred servers;Handle PB level structures or Unstructured data.Above-mentioned function, which can be realized, to be accurately positioned search log information and analyzes related data, and accurately industry is obtained The effect for data of being engaged in.
The Lucene is the framework of the full-text search engine of an open source code, provide complete query engine and Index engine.Simple RESTful API are to hide the complexity of Lucene itself, to allow index and search to become convenient Intuitively.
Service layer is responsible for interacting with the data collection layer in represent layer and ELK components, and the service layer is adopted by data The data that collection layer collects match daily record by Grok regular expressions.The Grok regular expressions are used for examining Rope/replacement meets the text of some pattern/rule, including:1, pattern files are established under the path of response, with just Then expression formula matches corresponding content format, is split to daily record;2, to be created newly according to time and service title Index or be stored in old index.ElasticSearch stores related data according to index, and externally provides query interface.With The prior art is compared, and the interactive mode of above-mentioned data collection layer is more efficient, and the result inquired is more accurate.
The represent layer by WEB page to the service of user's display systems and and service layer progress data interaction.Represent layer Be responsible for the data obtained from service layer to show user in the form of more intuitive, display form include but not limited to line chart, Block diagram, pie chart, table, map etc..
In conclusion a kind of big data analysis method based on daily record provided by the invention, is mainly answered by related Beats Data acquisition is carried out in each server with according to its configuration file, is then collected by LogStash and is adopted by Beats applications The data of collection are simultaneously deposited into ElasticSearch by the sequence of automatic indexing generation.ElasticSearch externally provides succinct The query interface of Restful styles.Elasticsearch is developed by java applet and Lucene is used to be used as its core come real Inquiry data are now called, that is, realize the function of all indexes and search, can be realized and be accurately positioned search log information and analyze Related data obtains the effect of accurately business datum.It is visually shown finally by Echart, to hide Lucene The complexity of itself, to allow index and search to become convenient intuitive.
Those of ordinary skills in the art should understand that:The discussion of any of the above embodiment is exemplary only, not It is intended to imply that the scope of the present disclosure (including claim) is limited to these examples;Under the thinking of the present invention, above example Or can also be combined between the technical characteristic in different embodiments, step can be realized with random order, and be existed such as Many other variations of the different aspect of the upper present invention, for simplicity, they are not provided in details.Therefore, it is all Within the spirit and principles in the present invention, any omission, modification, equivalent replacement, improvement for being made etc. should be included in the present invention's Within protection domain.

Claims (8)

1. a kind of big data analysis method based on daily record, which is characterized in that top-down to be respectively arranged with represent layer, control Layer, service layer and basic data layer;
The basic data layer provides data for whole system, is interacted with data collection layer downwards, and base is provided for data collection layer Plinth data supporting;The basic data layer includes:Database, ELK components, DAO, HTTP and caching;
The service layer:To provide service upwards for Control layers, DAO, ELK or caching query data are accessed downwards, and to obtaining The data got are handled;
The control layer:Request that responsible receiving front-end is sent out simultaneously calls service layer to obtain data, is finally fitted to and regards accordingly Figure returns to front end;The front end includes displaying interface and user's interaction;
The presentation layer:Including blog search, monitoring of tools and visual display function.
2. the big data analysis method according to claim 1 based on daily record, which is characterized in that the database is relationship Type database is used for the related data of storage system;
The ELK components are collecting correlation log data and device data;
The DAO provides interface, downward access relation type database for Service layers upwards;
The HTTP provides service to access ElasticSearch to upper layer Service layers;
The caching is ehcache (Cache Framework in the process of a pure Java) component, to provide hot data for system Buffer service.
3. the big data analysis method according to claim 2 based on daily record, which is characterized in that the basic data layer phase It closes Beats to apply according to its configuration file in the progress data acquisition of each server, then be collected by described by LogStash The data of Beats application acquisitions are simultaneously deposited into ElasticSearch by the sequence of automatic indexing generation.
4. the big data analysis method according to claim 3 based on daily record, which is characterized in that described Elasticsearch, which is developed by java applet and realized using Lucene as its core, calls inquiry data, that is, passes through Java realizes the function of all indexes and search and externally provides the query interface of Restful styles.
5. the big data analysis method according to claim 3 based on daily record, which is characterized in that described Elasticsearch has following functions:Distributed real-time files storage, i.e., each field are indexed and can be searched;Point The real-time analysis search engine of cloth is enough the server of extension process hundred or more;Handle PB level structures or unstructured number According to.
6. the big data analysis method according to claim 4 based on daily record, which is characterized in that the RESTful styles Query interface to hide Lucene itself complexity.
7. the big data analysis method according to claim 1 based on daily record, which is characterized in that the service layer be responsible for Data collection layer in represent layer and ELK components interacts, and the service layer is led to by the data that data collection layer collects Grok regular expressions are crossed to match daily record;The Grok regular expressions are used for retrieving/replacing meeting some pattern/rule Text then, including:1, pattern files are established under the path of response, are matched in corresponding with regular expression Hold format, daily record is split;2, to create new index according to time and service title or be stored in old index.
8. the big data analysis method according to claim 1 based on daily record, which is characterized in that the represent layer is responsible for handle The data obtained from service layer show user in the form of more intuitive, display form include but not limited to line chart, block diagram, Pie chart, table, map etc..
CN201810284726.0A 2018-04-02 2018-04-02 A kind of big data analysis method based on daily record Pending CN108804497A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810284726.0A CN108804497A (en) 2018-04-02 2018-04-02 A kind of big data analysis method based on daily record

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810284726.0A CN108804497A (en) 2018-04-02 2018-04-02 A kind of big data analysis method based on daily record

Publications (1)

Publication Number Publication Date
CN108804497A true CN108804497A (en) 2018-11-13

Family

ID=64095511

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810284726.0A Pending CN108804497A (en) 2018-04-02 2018-04-02 A kind of big data analysis method based on daily record

Country Status (1)

Country Link
CN (1) CN108804497A (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109783567A (en) * 2018-12-18 2019-05-21 合肥天源迪科信息技术有限公司 Log Analysis System and its method for enterprise
CN109800223A (en) * 2018-12-12 2019-05-24 平安科技(深圳)有限公司 Log processing method, device, electronic equipment and storage medium
CN109885735A (en) * 2018-12-29 2019-06-14 北京奥鹏远程教育中心有限公司 Data search method and device
CN110119417A (en) * 2019-06-11 2019-08-13 广东电网有限责任公司 A kind of substation's remote action data intelligence check analysis system and check analysis method
CN110134615A (en) * 2019-04-10 2019-08-16 百度在线网络技术(北京)有限公司 The method and device of application program acquisition daily record data
CN110413498A (en) * 2019-07-30 2019-11-05 四川虹魔方网络科技有限公司 A kind of method and system of server O&M large-size screen monitors monitoring
CN111611222A (en) * 2020-04-27 2020-09-01 上海鼎茂信息技术有限公司 Data dynamic processing method based on distributed storage
CN111708846A (en) * 2020-05-14 2020-09-25 北京嗨学网教育科技股份有限公司 Multi-terminal data management method and device
CN112667573A (en) * 2020-12-23 2021-04-16 国网宁夏电力有限公司信息通信公司 Redundant log deleting method and system
CN113010483A (en) * 2020-11-20 2021-06-22 云智慧(北京)科技有限公司 Mass log management method and system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106649461A (en) * 2016-09-26 2017-05-10 浪潮电子信息产业股份有限公司 Method for automatically cleaning and maintaining elastic search log index file
CN107577805A (en) * 2017-09-26 2018-01-12 华南理工大学 A kind of business service system towards the analysis of daily record big data
CN107861859A (en) * 2017-11-22 2018-03-30 北京汇通金财信息科技有限公司 A kind of blog management method and system based on micro services framework

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106649461A (en) * 2016-09-26 2017-05-10 浪潮电子信息产业股份有限公司 Method for automatically cleaning and maintaining elastic search log index file
CN107577805A (en) * 2017-09-26 2018-01-12 华南理工大学 A kind of business service system towards the analysis of daily record big data
CN107861859A (en) * 2017-11-22 2018-03-30 北京汇通金财信息科技有限公司 A kind of blog management method and system based on micro services framework

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
曾恒: "基于ELK的网络安全日志管理分析系统的设计与实现", 《中国优秀硕士学位论文全文数据库 信息科技辑》 *
谢用辉: "《保险IT系统建设》", 31 July 2016 *

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109800223A (en) * 2018-12-12 2019-05-24 平安科技(深圳)有限公司 Log processing method, device, electronic equipment and storage medium
CN109783567A (en) * 2018-12-18 2019-05-21 合肥天源迪科信息技术有限公司 Log Analysis System and its method for enterprise
CN109885735A (en) * 2018-12-29 2019-06-14 北京奥鹏远程教育中心有限公司 Data search method and device
CN110134615A (en) * 2019-04-10 2019-08-16 百度在线网络技术(北京)有限公司 The method and device of application program acquisition daily record data
CN110119417A (en) * 2019-06-11 2019-08-13 广东电网有限责任公司 A kind of substation's remote action data intelligence check analysis system and check analysis method
CN110413498A (en) * 2019-07-30 2019-11-05 四川虹魔方网络科技有限公司 A kind of method and system of server O&M large-size screen monitors monitoring
CN111611222A (en) * 2020-04-27 2020-09-01 上海鼎茂信息技术有限公司 Data dynamic processing method based on distributed storage
CN111708846A (en) * 2020-05-14 2020-09-25 北京嗨学网教育科技股份有限公司 Multi-terminal data management method and device
CN113010483A (en) * 2020-11-20 2021-06-22 云智慧(北京)科技有限公司 Mass log management method and system
CN112667573A (en) * 2020-12-23 2021-04-16 国网宁夏电力有限公司信息通信公司 Redundant log deleting method and system

Similar Documents

Publication Publication Date Title
CN108804497A (en) A kind of big data analysis method based on daily record
US20210192395A1 (en) Automatic generation of data analysis queries
US20220342920A1 (en) Data categorization using inverted indexes
CN103631699B (en) Log Administration System and log monitoring, acquisition and querying method
Park et al. Web-based collaborative big data analytics on big data as a service platform
CN103916293B (en) Method for monitoring and analyzing website user behaviors
CN108183927A (en) The monitoring method and system that a kind of distributed system link calls
Hernández et al. Deep Web crawling: a survey
US8751544B2 (en) Method and system for pivoting a multidimensional dataset
US11030254B2 (en) Storage estimation in a data indexing and query system
WO2011028715A1 (en) Method and system for generating and sharing dataset segmentation schemes
CN109840298B (en) Multi-information-source acquisition method and system for large-scale network data
CN109815382B (en) Method and system for sensing and acquiring large-scale network data
CN109213819A (en) Information resource sharing system
JP5514486B2 (en) Web page relevance extraction method, apparatus, and program
CN108984583A (en) A kind of searching method based on journal file
CN107370830B (en) Trade information supplying system based on big data and method
CN113792041B (en) Remote sensing data service offline batch processing system and method based on Hive and Spark
CN105989167B (en) Collecting method and device based on news client
CN113779261A (en) Knowledge graph quality evaluation method and device, computer equipment and storage medium
CN110019139A (en) Method, apparatus, electronic equipment and the storage medium of Data Migration
KR101665649B1 (en) System for analyzing social media data and method for analyzing social media data using the same
CN116955154A (en) Method and device for testing application program interface
CN110096586A (en) Cloud platform data management system
KR100667917B1 (en) A method of providing website searching service and a system thereof

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
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 100070 Fengtai District, Feng Feng Road, No. 1, the era of fortune World Building, floor, layer 28, Beijing

Applicant after: BEIJING GUODIANTONG NETWORK TECHNOLOGY Co.,Ltd.

Applicant after: STATE GRID ZHEJIANG ELECTRIC POWER Co.,Ltd.

Applicant after: STATE GRID INFORMATION & TELECOMMUNICATION GROUP Co.,Ltd.

Applicant after: STATE GRID CORPORATION OF CHINA

Address before: 100070 Fengtai District, Feng Feng Road, No. 1, the era of fortune World Building, floor, layer 28, Beijing

Applicant before: BEIJING GUODIANTONG NETWORK TECHNOLOGY Co.,Ltd.

Applicant before: STATE GRID ZHEJIANG ELECTRIC POWER Co.,Ltd.

Applicant before: STATE GRID INFORMATION & TELECOMMUNICATION GROUP Co.,Ltd.

Applicant before: State Grid Corporation of China

TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20190719

Address after: 100085 Beijing city Haidian District Qinghe small Camp Road No. 15

Applicant after: BEIJING CHINA POWER INFORMATION TECHNOLOGY Co.,Ltd.

Applicant after: STATE GRID ZHEJIANG ELECTRIC POWER Co.,Ltd.

Applicant after: STATE GRID INFORMATION & TELECOMMUNICATION GROUP Co.,Ltd.

Applicant after: STATE GRID CORPORATION OF CHINA

Address before: 100070 Fengtai District, Feng Feng Road, No. 1, the era of fortune World Building, floor, layer 28, Beijing

Applicant before: BEIJING GUODIANTONG NETWORK TECHNOLOGY Co.,Ltd.

Applicant before: STATE GRID ZHEJIANG ELECTRIC POWER Co.,Ltd.

Applicant before: STATE GRID INFORMATION & TELECOMMUNICATION GROUP Co.,Ltd.

Applicant before: STATE GRID CORPORATION OF CHINA

RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20181113