KR102616652B1 - Electronic apparatus and managing log data method thereof - Google Patents

Electronic apparatus and managing log data method thereof Download PDF

Info

Publication number
KR102616652B1
KR102616652B1 KR1020230055568A KR20230055568A KR102616652B1 KR 102616652 B1 KR102616652 B1 KR 102616652B1 KR 1020230055568 A KR1020230055568 A KR 1020230055568A KR 20230055568 A KR20230055568 A KR 20230055568A KR 102616652 B1 KR102616652 B1 KR 102616652B1
Authority
KR
South Korea
Prior art keywords
log data
type
database
data
identification information
Prior art date
Application number
KR1020230055568A
Other languages
Korean (ko)
Inventor
제난 리
동밍 리우
인하오 리앙
티안키 선
슈쉥 카오
송 왕
웬롱 종
쉬리앙 카오
Original Assignee
쿠팡 주식회사
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 쿠팡 주식회사 filed Critical 쿠팡 주식회사
Priority to KR1020230055568A priority Critical patent/KR102616652B1/en
Application granted granted Critical
Publication of KR102616652B1 publication Critical patent/KR102616652B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management 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
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2228Indexing structures

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Quality & Reliability (AREA)
  • Computer Hardware Design (AREA)
  • Software Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

전자 장치의 로그 데이터 관리 방법이 제공된다. 로그 데이터 관리 방법은 로그 데이터에 관한 제1 코드에 기초하여 획득된, 애플리케이션의 실행에 따른 정보를 포함하는 로그 데이터를 확인하는 단계; 상기 로그 데이터를 포함하는 하나 이상의 로우(raw) 데이터를 제1 데이터베이스에 저장하는 단계; 상기 하나 이상의 로우 데이터 중 설정된 식별 정보를 포함하는 적어도 하나의 로우 데이터를 확인하는 단계; 상기 적어도 하나의 로우 데이터에 포함된 적어도 하나의 로그 데이터의 타입을 제1 타입에서 제2 타입으로 변환하는 단계; 및 상기 제2 타입의 적어도 하나의 로그 데이터를 제2 데이터베이스에 저장하는 단계를 포함할 수 있다.A method for managing log data of an electronic device is provided. The log data management method includes checking log data including information according to the execution of an application, which is obtained based on a first code related to the log data; storing one or more raw data including the log data in a first database; Confirming at least one row data including set identification information among the one or more row data; converting a type of at least one log data included in the at least one row data from a first type to a second type; and storing at least one log data of the second type in a second database.

Figure R1020230055568
Figure R1020230055568

Description

전자 장치 및 그의 로그 데이터 관리 방법{ELECTRONIC APPARATUS AND MANAGING LOG DATA METHOD THEREOF}Electronic device and its log data management method {ELECTRONIC APPARATUS AND MANAGING LOG DATA METHOD THEREOF}

본 개시는 작업자가 데이터베이스에 저장된 로그 데이터를 보다 편리하게 분석할 수 있도록 하기 위한 전자 장치 및 그 제어 방법에 관한 것이다.The present disclosure relates to an electronic device and a control method thereof to enable operators to more conveniently analyze log data stored in a database.

작업자가 필요로 하는 데이터가 데이터베이스 또는 테이블에 없는 경우, 작업자는 분석하고자 하는 데이터에 관한 코드를 작성하여 데이터베이스에 관한 코드에 추가해야 한다. 이에 따라, 데이터베이스의 수정 권한을 획득하기 위한 티켓이 생성되고, 작업자가 필요로 하는 데이터가 싱크 로직에 기초하여 데이터베이스에 저장될 수 있다.If the data the worker needs is not in the database or table, the worker must write code for the data they want to analyze and add it to the code for the database. Accordingly, a ticket to obtain permission to modify the database is created, and data needed by the worker can be stored in the database based on sync logic.

그러나, 이 경우, 작업자가 별도의 코드를 작성해야 하고, 기존의 테이블에 새로운 열을 추가하거나 새로운 테이블을 생성해야하는 번거로움이 존재할 수 있다. 또한, 데이터베이스를 변경하는 경우 시스템 안정성에서 문제가 발생할 수 있고, 티켓을 발행하는데 상당한 시간이 될 수 있으며, 데이터베이스를 변경하는데 비용이 발생할 수 있다는 문제점이 존재한다.However, in this case, there may be the inconvenience of workers having to write separate code and adding new columns to existing tables or creating new tables. Additionally, when changing the database, problems may arise in system stability, it may take a considerable amount of time to issue a ticket, and there may be costs incurred in changing the database.

관련하여, KR10-2023-0021894 A1 건 등의 선행문헌들을 참조할 수 있다.In relation to this, prior literature such as KR10-2023-0021894 A1 may be referred to.

개시된 실시 예들은 전자 장치 및 그의 로그 데이터 관리 방법을 제공하고자 한다. 보다 구체적으로는, 작업자가 데이터베이스에 저장된 로그 데이터를 보다 편리하게 분석할 수 있도록 하기 위한 전자 장치 및 그 제어 방법을 제공하는 것을 목적으로 한다.The disclosed embodiments seek to provide an electronic device and a method for managing its log data. More specifically, the purpose of the present invention is to provide an electronic device and a control method thereof to enable workers to more conveniently analyze log data stored in a database.

본 실시 예가 이루고자 하는 기술적 과제는 상기된 바와 같은 기술적 과제들로 한정되지 않으며, 이하의 실시 예들로부터 또 다른 기술적 과제들이 유추될 수 있다.The technical challenges that this embodiment aims to achieve are not limited to the technical challenges described above, and other technical challenges can be inferred from the following embodiments.

본 개시의 일 측면은 로그 데이터에 관한 제1 코드에 기초하여 획득된, 애플리케이션의 실행에 따른 정보를 포함하는 로그 데이터를 확인하는 단계; 상기 로그 데이터를 포함하는 하나 이상의 로우(raw) 데이터를 제1 데이터베이스에 저장하는 단계; 상기 하나 이상의 로우 데이터 중 설정된 식별 정보를 포함하는 적어도 하나의 로우 데이터를 확인하는 단계; 상기 적어도 하나의 로우 데이터에 포함된 적어도 하나의 로그 데이터의 타입을 제1 타입에서 제2 타입으로 변환하는 단계; 및 상기 제2 타입의 적어도 하나의 로그 데이터를 제2 데이터베이스에 저장하는 단계를 포함하는, 로그 데이터 관리 방법을 제공할 수 있다.One aspect of the present disclosure includes checking log data including information according to execution of an application, which is obtained based on a first code related to the log data; storing one or more raw data including the log data in a first database; Confirming at least one row data including set identification information among the one or more row data; converting a type of at least one log data included in the at least one row data from a first type to a second type; and storing at least one log data of the second type in a second database.

또한, 본 개시의 일 실시 예에서 상기 제1 코드는, 상기 로그 데이터가 상기 설정된 식별 정보를 포함하도록 설정하는 코드를 포함하는, 로그 데이터 관리 방법을 제공할 수 있다.Additionally, in one embodiment of the present disclosure, the first code may provide a log data management method including a code that sets the log data to include the set identification information.

또한, 본 개시의 일 실시 예에서 상기 적어도 하나의 로우 데이터에 포함된 상기 적어도 하나의 로그 데이터의 타입을 제1 타입에서 제2 타입으로 변환하는 단계는, 스트링(string) 타입의 상기 설정된 식별 정보에 기초하여, 상기 적어도 하나의 로우 데이터에 포함된 스트링 타입의 상기 적어도 하나의 로그 데이터를 확인하는 단계; 및 상기 스트링 타입의 상기 적어도 하나의 로그 데이터를 매핑 타입으로 변환하는 단계를 포함하는, 로그 데이터 관리 방법을 제공할 수 있다.In addition, in one embodiment of the present disclosure, converting the type of the at least one log data included in the at least one row data from a first type to a second type includes the set identification information of a string type. Based on this, confirming the at least one log data of a string type included in the at least one row data; and converting the at least one log data of the string type into a mapping type.

또한, 본 개시의 일 실시 예에서 상기 스트링 타입의 상기 적어도 하나의 로그 데이터를 매핑 타입으로 변환하는 단계는, 상기 적어도 하나의 로그 데이터에 포함된, 하나 이상의 제1 필드에 대응하는 하나 이상의 값을 확인하는 단계; 및 상기 하나 이상의 제1 필드 및 상기 하나 이상의 값이 각각 키 및 값에 대응하는, 키-값(key-value) 형식의 제1 테이블을 생성하는 단계를 포함하는, 로그 데이터 관리 방법을 제공할 수 있다.Additionally, in one embodiment of the present disclosure, the step of converting the at least one log data of the string type into a mapping type includes one or more values corresponding to one or more first fields included in the at least one log data. Confirmation steps; and generating a first table in a key-value format, wherein the one or more first fields and the one or more values correspond to keys and values, respectively. there is.

또한, 본 개시의 일 실시 예에서 상기 제2 타입의 적어도 하나의 로그 데이터를 제2 데이터베이스에 저장하는 단계는, 상기 제1 테이블의 제1 키에 대응하는 제2 테이블의 제2 키를 확인하는 단계; 상기 제1 키에 대응하는 값을 상기 제2 키에 대응하는 값으로 포함하는, 상기 제2 테이블을 생성하는 단계; 및 상기 제2 테이블을 상기 제2 데이터베이스에 저장하는 단계를 포함하는, 로그 데이터 관리 방법을 제공할 수 있다.Additionally, in one embodiment of the present disclosure, the step of storing at least one log data of the second type in a second database includes confirming a second key of the second table corresponding to the first key of the first table. step; generating the second table, including a value corresponding to the first key as a value corresponding to the second key; and storing the second table in the second database.

또한, 본 개시의 일 실시 예에서 상기 적어도 하나의 로우 데이터에 포함된 상기 스트링 타입의 상기 적어도 하나의 로그 데이터를 확인하는 단계는, 상기 적어도 하나의 로우 데이터를 상기 설정된 식별 정보를 기준으로 구분하는 단계; 및 상기 설정된 식별 정보에 뒤따르는 문자열을 상기 적어도 하나의 로그 데이터로 확인하는 단계를 포함하는, 로그 데이터 관리 방법을 제공할 수 있다.In addition, in one embodiment of the present disclosure, the step of checking the at least one log data of the string type included in the at least one row data includes distinguishing the at least one row data based on the set identification information. step; and confirming a character string following the set identification information as the at least one log data.

또한, 본 개시의 일 실시 예에서 상기 하나 이상의 로우 데이터는, 상기 애플리케이션이 실행된 서버에 관한 정보; 상기 로그 데이터가 생성된 시간에 관한 정보; 상기 로그 데이터가 상기 제1 데이터베이스에 저장된 시간에 관한 정보; 및 상기 로그 데이터가 획득된 제1 컨테이너(container)에 관한 정보 중 적어도 하나를 더 포함하는, 로그 데이터 관리 방법을 제공할 수 있다.Additionally, in one embodiment of the present disclosure, the one or more raw data includes information about a server on which the application is executed; Information about the time the log data was generated; Information about the time the log data was stored in the first database; A log data management method may be provided, further comprising at least one of information about a first container from which the log data was obtained.

또한, 본 개시의 일 실시 예에서 상기 로그 데이터 관리 방법은, 상기 로그 데이터가 생성된 시간으로부터 설정된 제1 기간이 지난 경우 또는 상기 로그 데이터가 상기 제1 데이터베이스에 저장된 시간으로부터 설정된 제2 기간이 지난 경우, 상기 하나 이상의 로우 데이터를 상기 제1 데이터베이스에서 삭제하고, 상기 적어도 하나의 로그 데이터를 상기 제2 데이터베이스에서 삭제하는 단계를 더 포함하는, 로그 데이터 관리 방법을 제공할 수 있다.In addition, in an embodiment of the present disclosure, the log data management method may be performed when a first period set from the time the log data was generated has passed or a second period set from the time the log data was stored in the first database has passed. In this case, a log data management method may be provided, further comprising deleting the one or more raw data from the first database and deleting the at least one log data from the second database.

또한, 본 개시의 일 실시 예에서 상기 제1 코드는 로그 데이터가 획득될 제1 컨테이너에 관한 코드에 포함되는, 로그 데이터 관리 방법을 제공할 수 있다.Additionally, in one embodiment of the present disclosure, the first code may be included in the code for the first container from which log data is to be acquired, and may provide a log data management method.

또한, 본 개시의 일 실시 예에서 상기 로그 데이터 관리 방법은, 알림을 제공 받을 하나 이상의 작업자에 관한 정보를 확인하는 단계; 및 상기 제2 데이터베이스에 저장된 상기 적어도 하나의 로그 데이터의 수가 임계값을 초과하는 경우, 상기 하나 이상의 작업자에게 알림을 제공하는 단계를 더 포함하는, 로그 데이터 관리 방법을 제공할 수 있다.In addition, in one embodiment of the present disclosure, the log data management method includes: confirming information about one or more workers to whom notifications are to be provided; and providing a notification to the one or more workers when the number of the at least one log data stored in the second database exceeds a threshold.

또한, 본 개시의 일 실시 예에서 상기 로그 데이터 관리 방법은, 작업자의 입력에 기초하여, 하나 이상의 제2 필드 및 상기 애플리케이션에 관한 제2 컨테이너를 확인하는 단계; 상기 하나 이상의 제2 필드에 대응하는 로그 데이터를 획득하기 위한 제2 코드를 생성하는 단계; 및 상기 제2 컨테이너에 관한 코드에 상기 제2 코드를 추가하는 단계를 더 포함하는, 로그 데이터 관리 방법을 제공할 수 있다.In addition, in one embodiment of the present disclosure, the log data management method includes checking one or more second fields and a second container related to the application based on an operator's input; generating a second code for obtaining log data corresponding to the one or more second fields; and adding the second code to the code for the second container.

또한, 본 개시의 일 실시 예에서 상기 설정된 식별 정보는 제1 식별 정보 및 제2 식별 정보를 포함하고, 상기 적어도 하나의 로우 데이터에 포함된 상기 적어도 하나의 로그 데이터의 타입을 제1 타입에서 제2 타입으로 변환하는 단계는, 스트링 타입의 상기 제1 식별 정보 및 스트링 타입의 상기 제2 식별 정보에 기초하여, 상기 적어도 하나의 로우 데이터에 포함된 스트링 타입의 제1 로그 데이터 및 스트링 타입의 제2 로그 데이터를 확인하는 단계; 및 상기 스트링 타입의 상기 제1 로그 데이터 및 상기 스트링 타입의 상기 제2 로그 데이터를 매핑 타입으로 변환하는 단계를 포함하는, 로그 데이터 관리 방법을 제공할 수 있다.Additionally, in one embodiment of the present disclosure, the set identification information includes first identification information and second identification information, and the type of the at least one log data included in the at least one raw data is changed from the first type to the first type. The step of converting to type 2 includes first log data of the string type and first log data of the string type included in the at least one raw data, based on the first identification information of the string type and the second identification information of the string type. 2 Checking log data; and converting the first log data of the string type and the second log data of the string type into a mapping type.

또한, 본 개시의 일 실시 예에서 상기 스트링 타입의 상기 제1 로그 데이터 및 상기 스트링 타입의 상기 제2 로그 데이터를 매핑 타입으로 변환하는 단계는, 상기 제1 로그 데이터에 포함된, 적어도 하나의 제1 필드에 대응하는 적어도 하나의 제1 값을 확인하고, 상기 제2 로그 데이터에 포함된, 적어도 하나의 제2 필드에 대응하는 적어도 하나의 제2 값을 확인하는 단계; 및 상기 적어도 하나의 제1 필드 및 상기 적어도 하나의 제1 값이 각각 키 및 값에 대응하는, 키-값 형식의 제3 테이블을 생성하고, 상기 적어도 하나의 제2 필드 및 상기 적어도 하나의 제2 값이 각각 키 및 값에 대응하는, 키-값 형식의 제4 테이블을 생성하는 단계를 포함하는, 로그 데이터 관리 방법을 제공할 수 있다.In addition, in one embodiment of the present disclosure, the step of converting the first log data of the string type and the second log data of the string type into a mapping type includes at least one first log data included in the first log data. Confirming at least one first value corresponding to one field and confirming at least one second value corresponding to at least one second field included in the second log data; and generating a third table in key-value format, wherein the at least one first field and the at least one first value correspond to a key and a value, respectively, and the at least one second field and the at least one first value are A log data management method may be provided, including the step of creating a fourth table in a key-value format, where two values each correspond to a key and a value.

또한, 본 개시의 일 실시 예에서 상기 제2 타입의 적어도 하나의 로그 데이터를 제2 데이터베이스에 저장하는 단계는, 상기 제3 테이블 및 상기 제4 테이블을 상기 제2 데이터베이스에 저장하는 단계를 포함하는, 로그 데이터 관리 방법을 제공할 수 있다.Additionally, in one embodiment of the present disclosure, storing at least one log data of the second type in a second database includes storing the third table and the fourth table in the second database. , log data management methods can be provided.

또한, 본 개시의 일 실시 예에서 상기 로그 데이터 관리 방법은, 상기 제2 데이터베이스에 저장된 상기 설정된 식별 정보에 대응하는 하나 이상의 로그 데이터에 관한 정보를 작업자에게 제공하는 단계를 더 포함하는, 로그 데이터 관리 방법을 제공할 수 있다.In addition, in one embodiment of the present disclosure, the log data management method further includes providing the operator with information about one or more log data corresponding to the set identification information stored in the second database. A method can be provided.

또한, 본 개시의 일 실시 예에서 설정된 식별 정보는, 상기 애플리케이션에 대응하는 값을 포함하는, 로그 데이터 관리 방법을 제공할 수 있다.Additionally, the identification information set in an embodiment of the present disclosure may provide a log data management method including a value corresponding to the application.

본 개시의 다른 측면은 트랜시버(transceiver), 메모리 및 프로세서(processor)를 포함하고, 상기 프로세서는, 로그 데이터에 관한 제1 코드에 기초하여 획득된, 애플리케이션의 실행에 따른 정보를 포함하는 로그 데이터를 확인하고, 상기 로그 데이터를 포함하는 하나 이상의 로우(raw) 데이터를 제1 데이터베이스에 저장하고, 상기 하나 이상의 로우 데이터 중 설정된 식별 정보를 포함하는 적어도 하나의 로우 데이터를 확인하고, 상기 적어도 하나의 로우 데이터에 포함된 적어도 하나의 로그 데이터의 타입을 제1 타입에서 제2 타입으로 변환하고, 상기 제2 타입의 적어도 하나의 로그 데이터를 제2 데이터베이스에 저장하는, 전자 장치를 제공할 수 있다.Another aspect of the present disclosure includes a transceiver, a memory, and a processor, wherein the processor generates log data containing information according to the execution of an application, obtained based on a first code related to the log data. Confirm, store one or more raw data including the log data in a first database, confirm at least one raw data including set identification information among the one or more raw data, and store the at least one raw data including the log data in a first database. An electronic device can be provided that converts the type of at least one log data included in data from a first type to a second type and stores at least one log data of the second type in a second database.

본 개시의 또 다른 측면은 전자 장치에 의해 수행되는 방법을 구현하기 위한 프로그램이 기록된 컴퓨터로 판독 가능한 기록 매체를 제공할 수 있다.Another aspect of the present disclosure may provide a computer-readable recording medium on which a program for implementing a method performed by an electronic device is recorded.

기타 실시 예들의 구체적인 사항들은 상세한 설명 및 도면들에 포함되어 있다.Specific details of other embodiments are included in the detailed description and drawings.

제안되는 실시 예에 따를 경우 다음과 같은 효과를 하나 혹은 그 이상 기대할 수 있다. If you follow the proposed embodiment, one or more of the following effects can be expected.

본 명세서의 실시 예에 의할 경우, 작업자가 별도의 코드를 작성하거나 기존의 테이블을 변경해야하는 번거로움 없이, 보다 편리하게 로그 데이터를 조회 및 분석할 수 있다.According to the embodiments of the present specification, log data can be viewed and analyzed more conveniently without the hassle of workers having to write separate code or change existing tables.

또한, 본 명세서의 실시 예에 의할 경우, 데이터베이스를 변경함에 따라 발생할 수 있는 시스템 안정성 문제를 예방할 수 있다.Additionally, according to the embodiments of the present specification, system stability problems that may occur when changing the database can be prevented.

또한, 본 명세서의 실시 예에 의할 경우, 티켓을 발행하는 것과 같은 불필요한 중간 과정이 생략됨으로써, 비용이 절감될 수 있다.Additionally, according to the embodiments of the present specification, costs can be reduced by omitting unnecessary intermediate processes such as issuing tickets.

발명의 효과는 이상에서 언급한 효과로 제한되지 않으며, 언급되지 않은 또 다른 효과들은 청구범위의 기재로부터 당해 기술 분야의 통상의 기술자에게 명확하게 이해될 수 있을 것이다.The effect of the invention is not limited to the effects mentioned above, and other effects not mentioned will be clearly understood by those skilled in the art from the description of the claims.

도 1은 일 실시 예에 따른 시스템을 나타낸다.
도 2는 일 실시 예에 따라 전자 장치가 로그 데이터를 관리하는 과정을 설명하기 위한 도면이다.
도 3은 일 실시 예에 따라 전자 장치가 로그 데이터를 관리하는 과정을 설명하기 위한 도면이다.
도 4는 일 실시 예에 따른 로그 데이터에 관한 코드의 일 예를 도시한다.
도 5는 일 실시 예에 따른 로그 데이터에 관한 코드의 일 예를 도시한다.
도 6은 일 실시 예에 따른 전자 장치의 로그 데이터 관리 방법의 흐름도를 나타낸다.
도 7은 일 실시 예에 따른 전자 장치의 블록도를 나타낸다.
1 shows a system according to one embodiment.
FIG. 2 is a diagram illustrating a process in which an electronic device manages log data according to an embodiment.
FIG. 3 is a diagram illustrating a process in which an electronic device manages log data according to an embodiment.
Figure 4 shows an example of code related to log data according to an embodiment.
Figure 5 shows an example of code related to log data according to an embodiment.
Figure 6 shows a flowchart of a method for managing log data of an electronic device according to an embodiment.
Figure 7 shows a block diagram of an electronic device according to an embodiment.

실시 예들에서 사용되는 용어는 본 개시에서의 기능을 고려하면서 가능한 현재 널리 사용되는 일반적인 용어들을 선택하였으나, 이는 당 분야에 종사하는 기술자의 의도 또는 판례, 새로운 기술의 출현 등에 따라 달라질 수 있다. 또한, 특정한 경우는 출원인이 임의로 선정한 용어도 있으며, 이 경우 해당되는 설명 부분에서 상세히 그 의미를 기재할 것이다. 따라서 본 개시에서 사용되는 용어는 단순한 용어의 명칭이 아닌, 그 용어가 가지는 의미와 본 개시의 전반에 걸친 내용을 토대로 정의되어야 한다.The terms used in the embodiments are general terms that are currently widely used as much as possible while considering the functions in the present disclosure, but this may vary depending on the intention or precedent of a person working in the art, the emergence of new technology, etc. In addition, in certain cases, there are terms arbitrarily selected by the applicant, and in this case, the meaning will be described in detail in the relevant description. Therefore, the terms used in this disclosure should be defined based on the meaning of the term and the overall content of this disclosure, rather than simply the name of the term.

명세서 전체에서 어떤 부분이 어떤 구성요소를 "포함"한다고 할 때, 이는 특별히 반대되는 기재가 없는 한 다른 구성요소를 제외하는 것이 아니라 다른 구성요소를 더 포함할 수 있음을 의미한다. When it is said that a part "includes" a certain element throughout the specification, this means that, unless specifically stated to the contrary, it does not exclude other elements but may further include other elements.

명세서 전체에서 기재된 "a, b, 및 c 중 적어도 하나"의 표현은, 'a 단독', 'b 단독', 'c 단독', 'a 및 b', 'a 및 c', 'b 및 c', 또는 'a, b, 및 c 모두'를 포괄할 수 있다.The expression “at least one of a, b, and c” used throughout the specification means ‘a alone’, ‘b alone’, ‘c alone’, ‘a and b’, ‘a and c’, ‘b and c ', or 'all of a, b, and c'.

이하에서 언급되는 "단말"은 네트워크를 통해 서버나 타 단말에 접속할 수 있는 컴퓨터나 휴대용 단말로 구현될 수 있다. 여기서, 컴퓨터는 예를 들어, 웹 브라우저(WEB Browser)가 탑재된 노트북, 데스크톱(desktop), 랩톱(laptop) 등을 포함하고, 휴대용 단말은 예를 들어, 휴대성과 이동성이 보장되는 무선 통신 장치로서, IMT(International Mobile Telecommunication), CDMA(Code Division Multiple Access), W-CDMA(W-Code Division Multiple Access), LTE(Long Term Evolution) 등의 통신 기반 단말, 스마트폰, 태블릿 PC 등과 같은 모든 종류의 핸드헬드(Handheld) 기반의 무선 통신 장치를 포함할 수 있다.The “terminal” mentioned below may be implemented as a computer or portable terminal that can connect to a server or other terminal through a network. Here, the computer includes, for example, a laptop, desktop, laptop, etc. equipped with a web browser, and the portable terminal is, for example, a wireless communication device that guarantees portability and mobility. , all types of communication-based terminals such as IMT (International Mobile Telecommunication), CDMA (Code Division Multiple Access), W-CDMA (W-Code Division Multiple Access), and LTE (Long Term Evolution), smartphones, tablet PCs, etc. It may include a handheld-based wireless communication device.

아래에서는 첨부한 도면을 참고하여 본 개시의 실시 예에 대하여 본 개시가 속하는 기술 분야에서 통상의 지식을 가진 자가 용이하게 실시할 수 있도록 상세히 설명한다. 그러나 본 개시는 여러 가지 상이한 형태로 구현될 수 있으며 여기에서 설명하는 실시 예에 한정되지 않는다.Below, with reference to the attached drawings, embodiments of the present disclosure will be described in detail so that those skilled in the art can easily practice them. However, the present disclosure may be implemented in many different forms and is not limited to the embodiments described herein.

이하에서는 도면을 참조하여 본 개시의 실시 예들을 상세히 설명한다. Hereinafter, embodiments of the present disclosure will be described in detail with reference to the drawings.

도 1은 일 실시 예에 따른 시스템을 나타낸다.1 shows a system according to one embodiment.

도 1을 참조하면, 시스템은 전자 장치(100), 사용자 단말(120), 작업자 단말(140), 데이터베이스(160) 및 네트워크(180) 중에서 적어도 하나를 포함할 수 있다. 한편, 도 1에 도시된 시스템은 본 실시 예와 관련된 구성요소들만이 도시되어 있다. 따라서, 도 1에 도시된 구성요소들 외에 다른 범용적인 구성요소들이 더 포함될 수 있음을 본 실시 예와 관련된 기술분야에서 통상의 지식을 가진 자라면 이해할 수 있다.Referring to FIG. 1 , the system may include at least one of an electronic device 100, a user terminal 120, an operator terminal 140, a database 160, and a network 180. Meanwhile, the system shown in FIG. 1 shows only components related to this embodiment. Accordingly, those skilled in the art can understand that other general-purpose components may be included in addition to the components shown in FIG. 1.

전자 장치(100)는 다양한 정보를 구성하여 제공하는 장치이다. 전자 장치(100)는 구성된 정보를 웹 페이지 또는 애플리케이션 화면 등으로 제공하거나, 제공 받는 단말에서 웹 페이지 또는 애플리케이션 화면 등으로 표시할 수 있는 형태의 정보로 제공할 수 있다.The electronic device 100 is a device that configures and provides various information. The electronic device 100 may provide configured information in the form of a web page or application screen, or may provide information in a form that can be displayed as a web page or application screen on a receiving terminal.

일 실시 예에 따르면, 전자 장치(100)는 작업자가 확인하고자 하는 로그 데이터를 설정된 타입으로 변환하여 데이터베이스(160)에 저장할 수 있다. 예를 들어, 전자 장치(100)는 로그 데이터에 관한 제1 코드에 기초하여 획득된, 애플리케이션의 실행에 따른 정보를 포함하는 로그 데이터를 확인하고, 로그 데이터를 포함하는 하나 이상의 로우 데이터를 데이터베이스(160)에 저장할 수 있다. 이후, 전자 장치(100)는 하나 이상의 로우 데이터 중 설정된 식별 정보를 포함하는 적어도 하나의 로우 데이터를 확인하고, 적어도 하나의 로우 데이터에 포함된 적어도 하나의 로그 데이터의 타입을 제1 타입에서 제2 타입으로 변환하여 데이터베이스(160)에 저장할 수 있다.According to one embodiment, the electronic device 100 may convert log data that the operator wants to check into a set type and store it in the database 160. For example, the electronic device 100 checks log data including information according to the execution of an application, which is obtained based on a first code related to the log data, and stores one or more raw data including the log data in a database ( 160). Thereafter, the electronic device 100 checks at least one row data including set identification information among one or more row data, and changes the type of at least one log data included in the at least one row data from the first type to the second type. It can be converted to a type and stored in the database 160.

사용자 단말(120)은 사용자들 각각이 사용하는 단말로서, 사용자들은 각자의 단말(120)을 이용하여 네트워크(180)에 의해 제공되는 서비스에 접근할 수 있다. 예를 들어, 전자 장치(100)는 작업자 단말(140)로부터 수신한 로그 데이터에 관한 코드에 기초하여 애플리케이션을 업데이트하고, 업데이트된 애플리케이션을 배포할 수 있다. 사용자들은 각자의 단말(120)을 이용하여 업데이트된 애플리케이션을 이용할 수 있다.The user terminal 120 is a terminal used by each user, and the users can access services provided by the network 180 using their respective terminals 120. For example, the electronic device 100 may update an application based on a code related to log data received from the worker terminal 140 and distribute the updated application. Users can use the updated application using their respective terminals 120.

작업자 단말(140)은 작업자들 각각이 사용하는 단말로서, 작업자들은 각자의 단말(140)을 이용하여, 특정 필드에 대응하는 로그 데이터를 보다 편리하게 확인할 수 있다. 예를 들어, 작업자는 확인하고자 하는 로그 데이터에 관한 코드를 작업자 단말(140)에 입력할 수 있고, 작업자 단말(140)을 이용하여 데이터베이스(160)에 저장된 로그 데이터를 확인할 수 있다.The worker terminal 140 is a terminal used by each worker, and workers can use their respective terminals 140 to more conveniently check log data corresponding to a specific field. For example, a worker can input a code related to log data to be checked into the worker terminal 140, and can check log data stored in the database 160 using the worker terminal 140.

데이터베이스(160)는 소정의 저장 공간에 구현된 데이터 구조로서, 데이터의 저장, 검색, 삭제, 편집, 또는 추가 등의 기능이 자유롭게 수행될 수 있다. 예를 들어, 데이터베이스(160)는 데이터의 저장, 검색, 삭제, 편집, 또는 추가 등의 기능을 처리하기 위한 필드 또는 구성요소들을 포함할 수 있다. 또한, 데이터베이스(160)는 애플리케이션의 실행에 따른 정보를 포함하는 로그 데이터, 로그 데이터를 포함하는 하나 이상의 로우 데이터 및 설정된 타입으로 변환된 로그 데이터를 저장할 수 있다.The database 160 is a data structure implemented in a predetermined storage space, and functions such as storing, searching, deleting, editing, or adding data can be freely performed. For example, the database 160 may include fields or components for processing functions such as storing, searching, deleting, editing, or adding data. Additionally, the database 160 may store log data including information regarding the execution of an application, one or more raw data including log data, and log data converted to a set type.

한편, 도 1은 데이터베이스(160)가 전자 장치(100)의 외부에 존재하는 것으로 도시하나, 이는 일 실시 예에 불과하며, 데이터베이스(160)는 전자 장치(100)에 포함될 수 있다. 또한, 데이터베이스(160)는 하나 이상의 서브 데이터베이스를 포함할 수 있으며, 하나 이상의 서브 데이터베이스 각각에는 애플리케이션의 실행에 따른 정보를 포함하는 로그 데이터, 로그 데이터를 포함하는 하나 이상의 로우 데이터 및 설정된 타입으로 변환된 로그 데이터가 저장될 수 있다.Meanwhile, FIG. 1 shows the database 160 as existing outside the electronic device 100, but this is only an example, and the database 160 may be included in the electronic device 100. Additionally, the database 160 may include one or more sub-databases, and each of the one or more sub-databases includes log data containing information according to the execution of an application, one or more row data containing log data, and one or more row data converted to a set type. Log data may be stored.

사용자 단말(120), 작업자 단말(140) 및 데이터베이스(160)와 전자 장치(100)는 네트워크(180) 내에서 서로 통신할 수 있다. 네트워크(180)는 근거리 통신망(Local Area Network; LAN), 광역 통신망(Wide Area Network; WAN), 부가가치 통신망(Value Added Network; VAN), 이동 통신망(mobile radio communication network), 위성 통신망 및 이들의 상호 조합을 포함하며, 도 1에 도시된 각 네트워크 구성 주체가 서로 원활하게 통신을 할 수 있도록 하는 포괄적인 의미의 데이터 통신망이며, 유선 인터넷, 무선 인터넷 및 모바일 무선 통신망을 포함할 수 있다. 무선 통신은 예를 들어, 무선 랜(Wi-Fi), 블루투스, 블루투스 저 에너지(Bluetooth low energy), 지그비, WFD(Wi-Fi Direct), UWB(ultra wideband), 적외선 통신(IrDA, infrared Data Association), NFC(Near Field Communication) 등이 있을 수 있으나, 이에 한정되는 것은 아니다.The user terminal 120, the worker terminal 140, the database 160, and the electronic device 100 may communicate with each other within the network 180. The network 180 includes a local area network (LAN), a wide area network (WAN), a value added network (VAN), a mobile radio communication network, a satellite communication network, and their respective networks. It is a comprehensive data communication network that includes a combination and allows each network constituent shown in FIG. 1 to communicate smoothly with each other, and may include wired Internet, wireless Internet, and mobile wireless communication network. Wireless communications include, for example, wireless LAN (Wi-Fi), Bluetooth, Bluetooth low energy, ZigBee, WFD (Wi-Fi Direct), UWB (ultra wideband), and infrared communication (IrDA, infrared Data Association). ), NFC (Near Field Communication), etc., but are not limited thereto.

도 2는 일 실시 예에 따라 전자 장치(100)가 로그 데이터를 관리하는 과정을 설명하기 위한 도면이다.FIG. 2 is a diagram illustrating a process by which the electronic device 100 manages log data according to an embodiment.

S200 단계에서, 작업자 단말(140)은 일 실시 예에 따라 로그 데이터에 관한 제1 코드를 획득할 수 있다. 예를 들어, 작업자는 확인하고자 하는 필드에 대응하는 로그 데이터를 획득하기 위한 제1 코드를 작업자 단말(140)에 입력할 수 있다.In step S200, the worker terminal 140 may obtain a first code related to log data according to an embodiment. For example, the worker may input a first code into the worker terminal 140 to obtain log data corresponding to the field to be checked.

일 실시 예에 따르면, 로그 데이터에 관한 제1 코드는 로그 데이터가 설정된 식별 정보를 포함하도록 설정하는 코드를 포함할 수 있다. 이때, 설정된 식별 정보는, 애플리케이션에 대응하는 값을 포함할 수 있다. 로그 데이터에 관한 제1 코드에 관한 구체적인 예시는 도 4를 참조하여 자세히 설명하기로 한다.According to one embodiment, the first code related to log data may include a code that sets the log data to include set identification information. At this time, the set identification information may include a value corresponding to the application. A specific example of the first code related to log data will be described in detail with reference to FIG. 4.

S210 단계에서, 전자 장치(100)는 일 실시 예에 따라 로그 데이터에 관한 제1 코드를 작업자 단말(140)로부터 수신할 수 있다. 예를 들어, 작업자 단말(140)은 작업자가 입력한 제1 코드를 전자 장치(100)로 송신할 수 있다.In step S210, the electronic device 100 may receive a first code related to log data from the worker terminal 140 according to an embodiment. For example, the worker terminal 140 may transmit the first code input by the worker to the electronic device 100.

S220 단계에서, 전자 장치(100)는 일 실시 예에 따라 로그 데이터에 관한 제1 코드에 기초하여 애플리케이션을 업데이트할 수 있다. 예를 들어, 전자 장치(100)는 작업자 단말(140)로부터 수신한 제1 코드를 애플리케이션에 관한 코드에 추가함으로써, 애플리케이션을 업데이트할 수 있다.In step S220, the electronic device 100 may update the application based on the first code related to log data, according to one embodiment. For example, the electronic device 100 may update the application by adding the first code received from the worker terminal 140 to the code for the application.

S230 단계에서, 전자 장치(100)는 일 실시 예에 따라 업데이트된 애플리케이션을 배포할 수 있다. 예를 들어, 전자 장치(100)는 사용자 단말(120)이 접근할 수 있도록 제1 코드에 기초하여 업데이트된 애플리케이션을 릴리스(release)할 수 있다.In step S230, the electronic device 100 may distribute an updated application according to an embodiment. For example, the electronic device 100 may release an updated application based on the first code so that the user terminal 120 can access it.

S240 단계에서, 사용자 단말(120)은 일 실시 예에 따라 업데이트된 애플리케이션을 실행할 수 있다. 예를 들어, 사용자는 사용자 단말(120)을 이용하여 업데이트된 애플리케이션을 실행하고, 그에 따른 로그 데이터가 생성될 수 있다.In step S240, the user terminal 120 may execute an updated application according to an embodiment. For example, a user may execute an updated application using the user terminal 120, and log data may be generated accordingly.

S250 단계에서, 전자 장치(100)는 일 실시 예에 따라 애플리케이션의 실행에 따른 정보를 포함하는 로그 데이터를 사용자 단말(120)로부터 수신할 수 있다. 예를 들어, 사용자 단말(120)은 사용자가 애플리케이션을 실행함에 따라 생성된 정보를 포함하는 로그 데이터를 설정된 시간마다 전자 장치(100)로 송신할 수 있다.In step S250, the electronic device 100 may receive log data including information regarding execution of an application from the user terminal 120, according to an embodiment. For example, the user terminal 120 may transmit log data containing information generated as the user executes an application to the electronic device 100 at set times.

S260 단계에서, 전자 장치(100)는 일 실시 예에 따라 로그 데이터를 포함하는 하나 이상의 로우 데이터를 데이터베이스(160)에 저장할 수 있다. 예를 들어, 전자 장치(100)는 로그 데이터, 애플리케이션이 실행된 서버에 관한 정보, 로그 데이터가 생성된 시간에 관한 정보 또는 로그 데이터가 획득된 컨테이너에 관한 정보 등을 포함하는, 하나 이상의 로우(raw) 데이터를 데이터베이스(160)에 저장할 수 있다.In step S260, the electronic device 100 may store one or more raw data including log data in the database 160, according to an embodiment. For example, the electronic device 100 may store one or more rows (including log data, information about the server on which the application was executed, information about the time when the log data was generated, or information about the container in which the log data was obtained, etc. raw) data can be stored in the database 160.

S262 단계에서, 작업자 단말(140)은 일 실시 예에 따라 로그 데이터에 관한 제2 코드를 획득할 수 있다. 예를 들어, 작업자는 확인하고자 하는 필드에 대응하는 로그 데이터를 획득하기 위한 제2 코드를 작업자 단말(140)에 입력할 수 있다. 로그 데이터에 관한 제2 코드에 관한 구체적인 예시는 도 5를 참조하여 자세히 설명하기로 한다.In step S262, the worker terminal 140 may obtain a second code for log data according to an embodiment. For example, the worker may input a second code into the worker terminal 140 to obtain log data corresponding to the field to be checked. A specific example of the second code for log data will be described in detail with reference to FIG. 5.

S264 단계에서, 전자 장치(100)는 일 실시 예에 따라 로그 데이터에 관한 제2 코드를 작업자 단말(140)로부터 수신할 수 있다. 예를 들어, 작업자 단말(140)은 작업자가 입력한 제2 코드를 전자 장치(100)로 송신할 수 있다.In step S264, the electronic device 100 may receive a second code related to log data from the worker terminal 140 according to an embodiment. For example, the worker terminal 140 may transmit the second code input by the worker to the electronic device 100.

한편, 도 2는 S262 단계 및 S264 단계가 S260 단계 이후에 수행되는 것으로 도시하지만, 이는 일 실시 예에 불과하며, S260 단계 이전에도 수행될 수 있다. 또한, 작업자 단말(140)은 S200 단계에서 로그 데이터에 관한 제1 코드와 함께 로그 데이터에 관한 제2 코드를 획득할 수 있고, 전자 장치(100)는 S210 단계에서 로그 데이터에 관한 제1 코드와 함께 로그 데이터에 관한 제2 코드를 작업자 단말(140)로부터 수신할 수 있다.Meanwhile, Figure 2 shows that steps S262 and S264 are performed after step S260, but this is only an example and may also be performed before step S260. Additionally, the worker terminal 140 may obtain a second code for the log data together with the first code for the log data in step S200, and the electronic device 100 may obtain the first code for the log data and the first code for the log data in step S210. Together, a second code related to log data can be received from the worker terminal 140.

S270 단계에서, 전자 장치(100)는 일 실시 예에 따라 하나 이상의 로우 데이터 중 설정된 식별 정보를 포함하는 적어도 하나의 로우 데이터 확인할 수 있다. 예를 들어, 전자 장치(100)는 하나 이상의 로우 데이터 중에서 스트링(string) 타입의 설정된 식별 정보를 포함하는 적어도 하나의 로우 데이터를 확인할 수 있다. 이때, 설정된 식별 정보는 전자 장치(100)가 작업자 단말(140)로부터 수신한 로그 데이터에 관한 제1 코드 및 로그 데이터에 관한 제2 코드에 포함될 수 있다.In step S270, the electronic device 100 may check at least one row data including set identification information among one or more row data, according to an embodiment. For example, the electronic device 100 may check at least one row data including set identification information of a string type among one or more row data. At this time, the set identification information may be included in the first code for log data and the second code for log data received by the electronic device 100 from the worker terminal 140.

S280 단계에서, 전자 장치(100)는 일 실시 예에 따라 로그 데이터에 관한 제2 코드에 기초하여, 적어도 하나의 로우 데이터에 포함된 적어도 하나의 로그 데이터의 타입을 변환할 수 있다. 보다 구체적으로, 전자 장치(100)는 스트링 타입의 설정된 식별 정보에 기초하여, 적어도 하나의 로우 데이터에 포함된 스트링 타입의 적어도 하나의 로그 데이터를 확인하고, 스트링 타입의 적어도 하나의 로그 데이터를 매핑 타입으로 변환할 수 있다.In step S280, the electronic device 100 may convert the type of at least one log data included in at least one raw data based on a second code related to the log data, according to an embodiment. More specifically, the electronic device 100 checks at least one log data of the string type included in at least one row data based on the set identification information of the string type and maps the at least one log data of the string type. It can be converted to type.

예를 들어, 전자 장치(100)는 적어도 하나의 로우 데이터를 설정된 식별 정보를 기준으로 구분하고, 설정된 식별 정보에 뒤따르는 문자열을 적어도 하나의 로그 데이터로 확인할 수 있다. 이후, 전자 장치(100)는 적어도 하나의 로그 데이터에 포함된, 하나 이상의 제1 필드에 대응하는 하나 이상의 값을 확인하고, 하나 이상의 제1 필드 및 하나 이상의 값이 각각 키 및 값에 대응하는, 키-값(key-value) 형식의 제1 테이블을 생성할 수 있다.For example, the electronic device 100 may classify at least one piece of raw data based on set identification information and identify a string following the set identification information as at least one log data. Thereafter, the electronic device 100 identifies one or more values corresponding to one or more first fields included in the at least one log data, and the one or more first fields and the one or more values correspond to keys and values, respectively. The first table can be created in key-value format.

S290 단계에서, 전자 장치(100)는 일 실시 예에 따라 변환된 타입의 적어도 하나의 로그 데이터를 데이터베이스(160)에 저장할 수 있다. 예를 들어, 전자 장치(100)는 키-값 형식의 테이블을 데이터베이스(160)에 저장할 수 있다.In step S290, the electronic device 100 may store at least one log data of the converted type in the database 160, according to an embodiment. For example, the electronic device 100 may store a key-value format table in the database 160.

일 실시 예에 따르면, 전자 장치(100)는 테이블 타입의 로그 데이터를 새로운 열(column)을 갖는 테이블로 변환하여 저장할 수 있다. 예를 들어, 전자 장치(100)는 작업자 단말(140)로부터 수신한 코드에 기초하여, 제1 테이블의 제1 키에 대응하는 제2 테이블의 제2 키를 확인할 수 있다. 이후, 전자 장치(100)는 제1 키에 대응하는 값을 제2 키에 대응하는 값으로 포함하는, 제2 테이블을 생성하고, 제2 테이블을 데이터베이스(160)에 저장할 수 있다.According to one embodiment, the electronic device 100 may convert table-type log data into a table with a new column and store it. For example, the electronic device 100 may check the second key of the second table corresponding to the first key of the first table based on the code received from the worker terminal 140. Thereafter, the electronic device 100 may create a second table including the value corresponding to the first key as the value corresponding to the second key, and store the second table in the database 160.

일 실시 예에 따르면, 전자 장치(100)는 데이터베이스(160)에 저장된 설정된 식별 정보에 대응하는 하나 이상의 로그 데이터에 관한 정보를 작업자에게 제공할 수 있다. 예를 들어, 전자 장치(100)는 데이터베이스(160)에 저장된 설정된 식별 정보에 대응하는 로그 데이터의 통계 정보 등을 작업자 단말(140)로 송신하고, 작업자 단말(140)은 수신한 정보에 기초하여, 데이터베이스(160)에 저장된 설정된 식별 정보에 대응하는 로그 데이터에 관한 정보를 작업자에게 제공할 수 있다.According to one embodiment, the electronic device 100 may provide information about one or more log data corresponding to set identification information stored in the database 160 to the operator. For example, the electronic device 100 transmits statistical information of log data corresponding to set identification information stored in the database 160 to the worker terminal 140, and the worker terminal 140 based on the received information , Information about log data corresponding to the set identification information stored in the database 160 can be provided to the operator.

한편, 도 2는 전자 장치(100)가 데이터베이스(160)에 하나 이상의 로우 데이터 및 변환된 타입의 적어도 하나의 로그 데이터를 저장하는 것으로 도시하지만, 이와 상이하게 구현될 수 있다. 예를 들어, 전자 장치(100)는 하나 이상의 로우 데이터 및 변환된 타입의 적어도 하나의 로그 데이터 각각을 별개의 데이터베이스에 저장할 수 있다.Meanwhile, FIG. 2 illustrates that the electronic device 100 stores one or more raw data and at least one log data of a converted type in the database 160, but may be implemented differently. For example, the electronic device 100 may store each of one or more raw data and at least one log data of a converted type in a separate database.

도 3은 일 실시 예에 따라 전자 장치(100)가 로그 데이터를 관리하는 과정을 설명하기 위한 도면이다. 도 2와 중복되는 내용은 간략히 설명하거나 생략하기로 한다.FIG. 3 is a diagram illustrating a process by which the electronic device 100 manages log data according to an embodiment. Content that overlaps with Figure 2 will be briefly explained or omitted.

일 실시 예에 따르면, 사용자 단말(120)에 설치된 애플리케이션(300)은 하나 이상의 포드(310, 320, 330)를 포함하고, 하나 이상의 포드(310, 320, 330) 각각은 하나 이상의 컨테이너를 포함할 수 있다. 예를 들어, 애플리케이션(300)이 컨테이너 기반의 방식으로 배포된 경우, 애플리케이션(300)은 n개의 포드(310, 320, 330)들을 포함할 수 있다. 또한, 제2 포드(pod)는 n개의 컨테이너(340, 350) 및 로그 포워딩(log-forwarding) 컨테이너(360)를 포함할 수 있다. According to one embodiment, the application 300 installed on the user terminal 120 includes one or more pods 310, 320, and 330, and each of the one or more pods 310, 320, and 330 includes one or more containers. You can. For example, when the application 300 is deployed in a container-based manner, the application 300 may include n pods 310, 320, and 330. Additionally, the second pod may include n containers 340 and 350 and a log-forwarding container 360.

일 실시 예에 따르면, 전자 장치(100)는 작업자 단말(140)로부터 수신한 코드에 기초하여 업데이트된 애플리케이션(300)을 배포할 수 있다. 보다 구체적으로, 전자 장치(100)는 애플리케이션(300)의 특정 포드에 포함된 적어도 하나의 컨테이너에 관한 코드에 작업자 단말(140)로부터 수신한 코드를 추가하고, 이에 따라 업데이트된 애플리케이션(300)을 배포할 수 있다.According to one embodiment, the electronic device 100 may distribute the updated application 300 based on the code received from the worker terminal 140. More specifically, the electronic device 100 adds the code received from the worker terminal 140 to the code for at least one container included in a specific pod of the application 300 and updates the application 300 accordingly. It can be distributed.

예를 들어, 전자 장치(100)는 작업자 단말(140)로부터 특정 필드에 대응하는 로그 데이터를 획득하기 위한 제1 코드를 수신할 수 있다. 이후, 전자 장치(100)는 애플리케이션(300)의 제2 포드(320)에 포함된 제1 컨테이너(340) 및 제n 컨테이너(350)에 관한 코드에 제1 코드를 추가하고, 이에 따라 업데이트된 애플리케이션(300)을 배포할 수 있다.For example, the electronic device 100 may receive a first code for obtaining log data corresponding to a specific field from the worker terminal 140. Thereafter, the electronic device 100 adds the first code to the code for the first container 340 and the n-th container 350 included in the second pod 320 of the application 300, and updates the code accordingly. The application 300 can be distributed.

일 실시 예에 따르면, 전자 장치(100)는 작업자가 입력한 필드 및 컨테이너에 관한 정보에 기초하여 업데이트된 애플리케이션(300)을 배포할 수 있다. 예를 들어, 전자 장치(100)는 하나 이상의 필드 및 애플리케이션의 포함된 특정 컨테이너에 관한 정보를 작업자 단말(140)로부터 수신할 수 있다. 이후, 전자 장치(100)는 하나 이상의 필드에 대응하는 로그 데이터를 획득하기 위한 제2 코드를 생성하고, 제2 코드를 특정 컨테이너에 관한 코드에 추가하며, 이에 따라 업데이트된 애플리케이션(300)을 배포할 수 있다.According to one embodiment, the electronic device 100 may distribute the updated application 300 based on information about fields and containers entered by the worker. For example, the electronic device 100 may receive information about a specific container included in one or more fields and applications from the worker terminal 140. Thereafter, the electronic device 100 generates a second code for acquiring log data corresponding to one or more fields, adds the second code to the code for the specific container, and distributes the updated application 300 accordingly. can do.

일 실시 예에 따르면, 업데이트된 애플리케이션(300)이 사용자 단말(120)에서 실행됨에 따라 로그 데이터가 생성될 수 있다. 예를 들어, 로그 데이터를 획득하기 위한 제1 코드가 제1 컨테이너(340) 및 제n 컨테이너(350)에 관한 코드에 추가된 경우, 애플리케이션(300)이 실행됨에 따라 제1 컨테이너(340) 및 제n 컨테이너(350)로부터 획득된 로그 데이터가 로그 데이터 리스트(370)에 저장될 수 있다.According to one embodiment, log data may be generated as the updated application 300 is executed on the user terminal 120. For example, if first code for acquiring log data is added to the code for the first container 340 and the n-th container 350, as the application 300 is executed, the first container 340 and Log data obtained from the nth container 350 may be stored in the log data list 370.

일 실시 예에 따르면, 전자 장치(100)는 애플리케이션의 실행에 따른 로그 데이터를 사용자 단말(120)로부터 수신할 수 있다. 예를 들어, 애플리케이션(300)의 제2 포드(320)에 포함된 로그 포워딩 컨테이너(360)는 로그 데이터 리스트(370)에 저장된 로그 데이터를 설정된 시간마다 전자 장치(100)로 송신할 수 있다.According to one embodiment, the electronic device 100 may receive log data according to execution of an application from the user terminal 120. For example, the log forwarding container 360 included in the second pod 320 of the application 300 may transmit log data stored in the log data list 370 to the electronic device 100 at set times.

일 실시 예에 따르면, 전자 장치(100)는 로그 데이터를 포함하는 하나 이상의 로우 데이터를 제1 데이터베이스(380)에 저장할 수 있다. 예를 들어, 전자 장치(100)는 로그 데이터, 애플리케이션이 실행된 서버에 관한 정보, 로그 데이터가 생성된 시간에 관한 정보 또는 로그 데이터가 획득된 컨테이너에 관한 정보 등을 포함하는, 하나 이상의 로우 데이터를 제1 데이터베이스(380)에 저장할 수 있다.According to one embodiment, the electronic device 100 may store one or more raw data including log data in the first database 380. For example, the electronic device 100 may store one or more raw data, including log data, information about the server on which the application was executed, information about the time when the log data was generated, or information about the container in which the log data was obtained. Can be stored in the first database 380.

일 실시 예에 따르면, 전자 장치(100)는 제1 데이터베이스(380)에 저장된 하나 이상의 로우 데이터 중 설정된 식별 정보를 포함하는 적어도 하나의 로우 데이터 확인할 수 있다. 예를 들어, 전자 장치(100)는 하나 이상의 로우 데이터 중에서 스트링 타입의 설정된 식별 정보를 포함하는 적어도 하나의 로우 데이터를 확인할 수 있다. 이때, 설정된 식별 정보는 전자 장치(100)가 작업자 단말(140)로부터 수신한 로그 데이터에 관한 제1 코드에 포함될 수 있다.According to one embodiment, the electronic device 100 may check at least one row data including set identification information among one or more row data stored in the first database 380. For example, the electronic device 100 may check at least one row data including set identification information of a string type among one or more row data. At this time, the set identification information may be included in the first code related to the log data received by the electronic device 100 from the worker terminal 140.

일 실시 예에 따르면, 전자 장치(100)는 적어도 하나의 로우 데이터에 포함된 적어도 하나의 로그 데이터의 타입을 변환할 수 있다. 예를 들어, 전자 장치(100)는 스트링 타입의 설정된 식별 정보에 기초하여, 적어도 하나의 로우 데이터에 포함된 스트링 타입의 적어도 하나의 로그 데이터를 확인하고, 스트링 타입의 적어도 하나의 로그 데이터를 매핑 타입으로 변환할 수 있다.According to one embodiment, the electronic device 100 may convert the type of at least one log data included in at least one raw data. For example, the electronic device 100 checks at least one log data of the string type included in at least one row data based on the set identification information of the string type, and maps the at least one log data of the string type. It can be converted to type.

일 실시 예에 따르면, 전자 장치(100)는 변환된 타입의 적어도 하나의 로그 데이터를 제2 데이터베이스(390)에 저장할 수 있다. 예를 들어, 전자 장치(100)는 키-값 형식의 테이블을 제2 데이터베이스(390)에 저장할 수 있다.According to one embodiment, the electronic device 100 may store at least one converted type of log data in the second database 390. For example, the electronic device 100 may store a key-value format table in the second database 390.

일 실시 예에 따르면, 전자 장치(100)는 데이터가 저장된 기간에 관한 설정된 조건이 만족된 경우, 제1 데이터베이스(380) 또는 제2 데이터베이스(390)에 저장된 데이터를 삭제할 수 있다. 예를 들어, 로그 데이터가 생성된 시간으로부터 설정된 제1 기간이 지난 경우 또는 로그 데이터가 제1 데이터베이스(380)에 저장된 시간으로부터 설정된 제2 기간이 지난 경우, 전자 장치(100)는 하나 이상의 로우 데이터를 제1 데이터베이스(380)에서 삭제하거나, 적어도 하나의 로그 데이터를 제2 데이터베이스(390)에서 삭제할 수 있다.According to one embodiment, the electronic device 100 may delete data stored in the first database 380 or the second database 390 when a set condition regarding the period for which the data was stored is satisfied. For example, if a first period set from the time the log data was generated or a second period set from the time the log data was stored in the first database 380 elapsed, the electronic device 100 may store one or more raw data. may be deleted from the first database 380, or at least one log data may be deleted from the second database 390.

일 실시 예에 따르면, 전자 장치(100)는 로그 데이터에 관한 설정된 조건이 만족된 경우, 작업자에게 알림을 제공할 수 있다. 예를 들어, 전자 장치(100)는 알림을 제공 받을 하나 이상의 작업자에 관한 정보를 확인하고, 제2 데이터베이스(390)에 저장된 적어도 하나의 로그 데이터의 수가 임계값을 초과하는 경우, 하나 이상의 작업자에게 알림을 제공할 수 있다.According to one embodiment, the electronic device 100 may provide a notification to the operator when a set condition regarding log data is satisfied. For example, the electronic device 100 checks information about one or more workers to be notified, and when the number of at least one log data stored in the second database 390 exceeds the threshold, the electronic device 100 sends a notification to one or more workers. Notifications can be provided.

일 실시 예에 따르면, 전자 장치(100)는 제2 데이터베이스(390)에 저장된 설정된 식별 정보에 대응하는 하나 이상의 로그 데이터에 관한 정보를 작업자에게 제공할 수 있다. 예를 들어, 전자 장치(100)는 제2 데이터베이스(390)에 저장된 설정된 식별 정보에 대응하는 로그 데이터의 통계 정보 등을 작업자에게 제공할 수 있다.According to one embodiment, the electronic device 100 may provide information about one or more log data corresponding to set identification information stored in the second database 390 to the operator. For example, the electronic device 100 may provide statistical information on log data corresponding to set identification information stored in the second database 390 to the operator.

일 실시 예에 따르면, 전자 장치(100)는 로우 데이터에 포함된 하나 이상의 식별 정보에 기초하여 하나 이상의 로그 데이터를 확인하고, 하나 이상의 로그 데이터 각각에 대응하는 테이블을 제2 데이터베이스(390)에 저장할 수 있다.According to one embodiment, the electronic device 100 checks one or more log data based on one or more identification information included in the raw data and stores a table corresponding to each of the one or more log data in the second database 390. You can.

예를 들어, 적어도 하나의 로우 데이터가 제1 식별 정보 및 제2 식별 정보를 포함하는 경우, 전자 장치(100)는 스트링 타입의 제1 식별 정보 및 제2 식별 정보에 기초하여, 적어도 하나의 로우 데이터에 포함된 스트링 타입의 제1 로그 데이터 및 제2 로그 데이터를 확인할 수 있다. 전자 장치(100)는 제1 로그 데이터에 포함된, 적어도 하나의 제1 필드에 대응하는 적어도 하나의 제1 값을 확인하고, 제2 로그 데이터에 포함된, 적어도 하나의 제2 필드에 대응하는 적어도 하나의 제2 값을 확인할 수 있다. 전자 장치(100)는 적어도 하나의 제1 필드 및 적어도 하나의 제1 값이 각각 키 및 값에 대응하는, 키-값 형식의 제1 테이블을 생성하고, 적어도 하나의 제2 필드 및 적어도 하나의 제2 값이 각각 키 및 값에 대응하는, 키-값 형식의 제2 테이블을 생성하며, 제2 테이블 및 제3 테이블을 제2 데이터베이스(390)에 저장할 수 있다.For example, when at least one row data includes first identification information and second identification information, the electronic device 100 generates at least one row based on the first identification information and second identification information of a string type. You can check the first log data and second log data of string type included in the data. The electronic device 100 verifies at least one first value corresponding to at least one first field included in the first log data and corresponds to at least one second field included in the second log data. At least one second value can be confirmed. The electronic device 100 generates a first table in a key-value format, in which at least one first field and at least one first value correspond to a key and a value, respectively, and at least one second field and at least one first value. A second table in a key-value format, in which the second values correspond to the key and value, respectively, may be created, and the second table and the third table may be stored in the second database 390.

한편, 도 3은 제1 데이터베이스(380) 및 제2 데이터베이스(390)가 별개로 존재하는 것으로 도시하나, 이는 일 실시 예에 불과하며, 제1 데이터베이스(380) 및 제2 데이터베이스(390)는 하나의 데이터베이스로 존재할 수 있다.Meanwhile, Figure 3 shows that the first database 380 and the second database 390 exist separately, but this is only an example, and the first database 380 and the second database 390 are one. It can exist as a database of .

도 4는 일 실시 예에 따른 로그 데이터에 관한 코드(400)의 일 예를 도시한다.Figure 4 shows an example of code 400 related to log data according to an embodiment.

일 실시 예에 따르면, 전자 장치(100)는 작업자 단말(140)로부터 로그 데이터에 관한 코드(400)에 관한 코드를 수신하고, 특정 컨테이너에 관한 코드에 로그 데이터에 관한 코드(400)를 추가하여 애플리케이션을 업데이트할 수 있다. 예를 들어, 작업자는 확인하고자 하는 필드에 대응하는 로그 데이터를 획득하기 위한 코드(400)를 작업자 단말(140)에 입력하고, 작업자 단말(140)은 작업자가 입력한 코드(400)를 전자 장치(100)로 송신할 수 있다.According to one embodiment, the electronic device 100 receives a code for log data 400 from the worker terminal 140, and adds the code for log data 400 to the code for a specific container. Applications can be updated. For example, the worker inputs the code 400 for obtaining log data corresponding to the field to be checked into the worker terminal 140, and the worker terminal 140 transmits the code 400 entered by the worker to the electronic device. It can be sent to (100).

일 실시 예에 따르면, 로그 데이터에 관한 코드(400)는 작업자는 확인하고자 하는 필드에 관한 정보를 포함할 수 있다. 예를 들어, 도 4를 참조하면, 로그 데이터에 관한 코드(400)는 작업자가 확인하고자 하는 필드로서, service, channel, key, receipients, cuostomFields, trackingId, deviceId, eventId 및 osType를 포함할 수 있다.According to one embodiment, the code 400 related to log data may include information about a field that the operator wishes to check. For example, referring to FIG. 4, the code 400 related to log data is fields that the operator wishes to check and may include service, channel, key, receipts, cuostomFields, trackingId, deviceId, eventId, and osType.

일 실시 예에 따르면, 로그 데이터에 관한 코드(400)는 로그 데이터가 설정된 식별 정보 또는 프리픽스(prefix)를 포함하도록 설정하는 코드를 포함할 수 있다. 예를 들어, 도 4를 참조하면, 로그 데이터에 관한 코드(400)는 publisherResponse 객체의 isSuccess() 메서드가 true 값을 반환하는 경우, 로그 데이터가 "제1 식별 정보"를 포함하도록 설정하는 코드를 포함할 수 있다. 또한, 로그 데이터에 관한 코드(400)는 publisherResponse 객체의 isSuccess() 메서드가 false 값을 반환하는 경우, 로그 데이터가 "제2 식별 정보"를 포함하도록 설정하는 코드를 포함할 수 있다.According to one embodiment, the code 400 related to log data may include a code that sets the log data to include set identification information or prefix. For example, referring to Figure 4, the code 400 for log data includes code that sets the log data to include "first identification information" when the isSuccess() method of the publisherResponse object returns a true value. It can be included. Additionally, the code 400 related to log data may include code that sets the log data to include “second identification information” when the isSuccess() method of the publisherResponse object returns a false value.

일 실시 예에 따르면, 설정된 식별 정보는, 애플리케이션에 대응하는 값을 포함할 수 있다. 예를 들어, "제1 식별 정보" 및 "제2 식별 정보"는 작업자가 모니터링하고자 하는 애플리케이션에 대응하는 값을 포함할 수 있다.According to one embodiment, the set identification information may include a value corresponding to the application. For example, “first identification information” and “second identification information” may include values corresponding to the application that the operator wishes to monitor.

도 5는 일 실시 예에 따른 로그 데이터에 관한 코드(500)의 일 예를 도시한다.Figure 5 shows an example of code 500 related to log data according to an embodiment.

일 실시 예에 따르면, 전자 장치(100)는 작업자 단말(140)로부터 로그 데이터에 관한 코드(500)에 관한 코드를 수신하고, 로그 데이터에 관한 코드(500)에 기초하여 데이터베이스에 저장된 특정 로그 데이터의 타입을 변환할 수 있다.According to one embodiment, the electronic device 100 receives a code related to log data 500 from the worker terminal 140, and specific log data stored in the database based on the code 500 related to log data. The type can be converted.

보다 구체적으로, 전자 장치(100)는 데이터베이스에 저장된 하나 이상의 로우 데이터 중 설정된 식별 정보를 포함하는 적어도 하나의 로우 데이터 확인할 수 있다. 이후, 전자 장치(100)는 적어도 하나의 로우 데이터에 포함된 적어도 하나의 로그 데이터의 타입을 변환하고, 변환된 타입의 적어도 하나의 로그 데이터를 데이터베이스에 저장할 수 있다.More specifically, the electronic device 100 may check at least one row data including set identification information among one or more row data stored in the database. Thereafter, the electronic device 100 may convert the type of at least one log data included in at least one row data and store at least one log data of the converted type in a database.

예를 들어, 도 5를 참조하면, 전자 장치(100)는 데이터베이스에 저장된 재1 테이블의 제1 필드에서 "제1 식별 정보" 문자열을 포함하는 레코드를 획득할 수 있다. 이후, 전자 장치(100)는 획득한 레코드의 문자열을 제1 식별 정보를 기준으로 구분하고, 제1 식별 정보에 뒤따르는 문자열을 strToMap 함수를 사용하여 매핑 타입으로 변환할 수 있다. 전자 장치(100)는 변환된 맵 데이터와 레코드의 createdat 값을 dataMap 필드로 갖는 새로운 레코드를 생성할 수 있다.For example, referring to FIG. 5 , the electronic device 100 may obtain a record including the “first identification information” string from the first field of the first table stored in the database. Thereafter, the electronic device 100 may classify the string of the obtained record based on the first identification information, and convert the string following the first identification information into a mapping type using the strToMap function. The electronic device 100 may create a new record having the converted map data and the createdat value of the record as a dataMap field.

도 6은 일 실시 예에 따른 전자 장치의 로그 데이터 관리 방법의 흐름도를 나타낸다. 중복되는 내용에 대해서는 전술한 기재가 적용될 수 있다.Figure 6 shows a flowchart of a method for managing log data of an electronic device according to an embodiment. The foregoing description may apply to overlapping content.

S600 단계에서, 전자 장치는 로그 데이터에 관한 제1 코드에 기초하여 획득된, 애플리케이션의 실행에 따른 정보를 포함하는 로그 데이터를 확인할 수 있다.In step S600, the electronic device may check log data including information according to the execution of the application, which is obtained based on the first code related to the log data.

일 실시 예에 따르면, 로그 데이터에 관한 제1 코드는 로그 데이터가 설정된 식별 정보를 포함하도록 설정하는 코드를 포함할 수 있다.According to one embodiment, the first code related to log data may include a code that sets the log data to include set identification information.

일 실시 예에 따르면, 로그 데이터에 관한 제1 코드는 로그 데이터가 획득될 제1 컨테이너에 관한 코드에 포함될 수 있다.According to one embodiment, the first code for log data may be included in the code for the first container from which log data will be obtained.

S620 단계에서, 전자 장치는 로그 데이터를 포함하는 하나 이상의 로우(raw) 데이터를 제1 데이터베이스에 저장할 수 있다.In step S620, the electronic device may store one or more raw data including log data in the first database.

S640 단계에서, 전자 장치는 하나 이상의 로우 데이터 중 설정된 식별 정보를 포함하는 적어도 하나의 로우 데이터를 확인할 수 있다.In step S640, the electronic device may check at least one row data including set identification information among one or more row data.

일 실시 예에 따르면, 하나 이상의 로우 데이터는, 애플리케이션이 실행된 서버에 관한 정보, 로그 데이터가 생성된 시간에 관한 정보, 로그 데이터가 제1 데이터베이스에 저장된 시간에 관한 정보 및 로그 데이터가 획득된 제1 컨테이너(container)에 관한 정보 중 적어도 하나를 더 포함할 수 있다.According to one embodiment, the one or more raw data includes information about the server on which the application was executed, information about the time the log data was generated, information about the time the log data was stored in the first database, and the first database where the log data was obtained. 1 It may further include at least one piece of information about the container.

일 실시 예에 따르면, 설정된 식별 정보는, 애플리케이션에 대응하는 값을 포함할 수 있다.According to one embodiment, the set identification information may include a value corresponding to the application.

S660 단계에서, 전자 장치는 적어도 하나의 로우 데이터에 포함된 적어도 하나의 로그 데이터의 타입을 제1 타입에서 제2 타입으로 변환할 수 있다.In step S660, the electronic device may convert the type of at least one log data included in at least one row data from the first type to the second type.

일 실시 예에 따르면, 적어도 하나의 로우 데이터에 포함된 적어도 하나의 로그 데이터의 타입을 제1 타입에서 제2 타입으로 변환할 때, 전자 장치는 스트링(string) 타입의 설정된 식별 정보에 기초하여, 적어도 하나의 로우 데이터에 포함된 스트링 타입의 적어도 하나의 로그 데이터를 확인하고, 스트링 타입의 적어도 하나의 로그 데이터를 매핑 타입으로 변환할 수 있다.According to one embodiment, when converting the type of at least one log data included in at least one raw data from the first type to the second type, the electronic device based on set identification information of a string type, At least one log data of a string type included in at least one row data may be checked, and at least one log data of a string type may be converted to a mapping type.

일 실시 예에 따르면, 스트링 타입의 적어도 하나의 로그 데이터를 매핑 타입으로 변환할 때, 전자 장치는 적어도 하나의 로그 데이터에 포함된, 하나 이상의 제1 필드에 대응하는 하나 이상의 값을 확인하고, 하나 이상의 제1 필드 및 하나 이상의 값이 각각 키 및 값에 대응하는, 키-값(key-value) 형식의 제1 테이블을 생성할 수 있다.According to one embodiment, when converting at least one log data of a string type into a mapping type, the electronic device checks one or more values corresponding to one or more first fields included in the at least one log data, and one A first table in a key-value format may be created, where the first field and one or more values respectively correspond to keys and values.

일 실시 예에 따르면, 적어도 하나의 로우 데이터에 포함된 스트링 타입의 적어도 하나의 로그 데이터를 확인할 때, 전자 장치는 적어도 하나의 로우 데이터를 설정된 식별 정보를 기준으로 구분하고, 설정된 식별 정보에 뒤따르는 문자열을 적어도 하나의 로그 데이터로 확인할 수 있다.According to one embodiment, when checking at least one log data of a string type included in at least one raw data, the electronic device distinguishes the at least one raw data based on set identification information and identifies the log data that follows the set identification information. A string can be confirmed with at least one piece of log data.

S680 단계에서, 전자 장치는 제2 타입의 적어도 하나의 로그 데이터를 제2 데이터베이스에 저장할 수 있다.In step S680, the electronic device may store at least one log data of the second type in a second database.

일 실시 예에 따르면, 제2 타입의 적어도 하나의 로그 데이터를 제2 데이터베이스에 저장할 때, 전자 장치는 제1 테이블의 제1 키에 대응하는 제2 테이블의 제2 키를 확인하고, 제1 키에 대응하는 값을 제2 키에 대응하는 값으로 포함하는, 제2 테이블을 생성하며, 제2 테이블을 제2 데이터베이스에 저장할 수 있다.According to one embodiment, when storing at least one log data of a second type in a second database, the electronic device checks the second key of the second table corresponding to the first key of the first table, and A second table containing a value corresponding to the second key may be created, and the second table may be stored in a second database.

일 실시 예에 따르면, 전자 장치는 로그 데이터가 생성된 시간으로부터 설정된 제1 기간이 지난 경우 또는 로그 데이터가 제1 데이터베이스에 저장된 시간으로부터 설정된 제2 기간이 지난 경우, 하나 이상의 로우 데이터를 제1 데이터베이스에서 삭제하고, 적어도 하나의 로그 데이터를 제2 데이터베이스에서 삭제할 수 있다.According to one embodiment, when a first period set from the time the log data was generated or a second period set from the time the log data was stored in the first database elapsed, the electronic device stores one or more raw data in the first database. and at least one log data can be deleted from the second database.

일 실시 예에 따르면, 전자 장치는 알림을 제공 받을 하나 이상의 작업자에 관한 정보를 확인하고, 제2 데이터베이스에 저장된 적어도 하나의 로그 데이터의 수가 임계값을 초과하는 경우, 하나 이상의 작업자에게 알림을 제공할 수 있다.According to one embodiment, the electronic device determines information about one or more workers to be notified and, if the number of at least one log data stored in the second database exceeds a threshold, provides a notification to one or more workers. You can.

일 실시 예에 따르면, 전자 장치는 작업자의 입력에 기초하여, 하나 이상의 제2 필드 및 애플리케이션에 관한 제2 컨테이너를 확인하고, 하나 이상의 제2 필드에 대응하는 로그 데이터를 획득하기 위한 제2 코드를 생성하며, 제2 컨테이너에 관한 코드에 제2 코드를 추가할 수 있다.According to one embodiment, the electronic device determines one or more second fields and a second container for the application based on the operator's input, and generates a second code for obtaining log data corresponding to the one or more second fields. and a second code can be added to the code for the second container.

일 실시 예에 따르면, 설정된 식별 정보는 제1 식별 정보 및 제2 식별 정보를 포함할 수 있다. 전자 장치는 스트링 타입의 제1 식별 정보 및 스트링 타입의 제2 식별 정보에 기초하여, 적어도 하나의 로우 데이터에 포함된 스트링 타입의 제1 로그 데이터 및 스트링 타입의 제2 로그 데이터를 확인하고, 스트링 타입의 제1 로그 데이터 및 스트링 타입의 제2 로그 데이터를 매핑 타입으로 변환할 수 있다.According to one embodiment, the set identification information may include first identification information and second identification information. The electronic device checks the first log data of the string type and the second log data of the string type included in at least one row data based on the first identification information of the string type and the second identification information of the string type, and The first log data of type and the second log data of string type may be converted to a mapping type.

일 실시 예에 따르면, 전자 장치는 스트링 타입의 제1 로그 데이터 및 스트링 타입의 제2 로그 데이터를 매핑 타입으로 변환할 때, 제1 로그 데이터에 포함된, 적어도 하나의 제1 필드에 대응하는 적어도 하나의 제1 값을 확인하고, 제2 로그 데이터에 포함된, 적어도 하나의 제2 필드에 대응하는 적어도 하나의 제2 값을 확인하고, 적어도 하나의 제1 필드 및 적어도 하나의 제1 값이 각각 키 및 값에 대응하는, 키-값 형식의 제3 테이블을 생성하고, 적어도 하나의 제2 필드 및 적어도 하나의 제2 값이 각각 키 및 값에 대응하는, 키-값 형식의 제4 테이블을 생성할 수 있다.According to one embodiment, when converting first log data of a string type and second log data of a string type into a mapping type, the electronic device includes at least one first field included in the first log data. Check one first value, check at least one second value corresponding to at least one second field included in the second log data, and determine that at least one first field and at least one first value are Create a third table in key-value format, each corresponding to a key and a value, and a fourth table in key-value format, wherein at least one second field and at least one second value each correspond to a key and a value. can be created.

일 실시 예에 따르면, 전자 장치는 2 타입의 적어도 하나의 로그 데이터를 제2 데이터베이스에 저장할 때, 제3 테이블 및 제4 테이블을 제2 데이터베이스에 저장할 수 있다.According to one embodiment, when storing at least one log data of two types in a second database, the electronic device may store a third table and a fourth table in the second database.

일 실시 예에 따르면, 전자 장치는 제2 데이터베이스에 저장된 설정된 식별 정보에 대응하는 하나 이상의 로그 데이터에 관한 정보를 작업자에게 제공할 수 있다.According to one embodiment, the electronic device may provide the worker with information about one or more log data corresponding to set identification information stored in the second database.

도 7은 일 실시 예에 따른 전자 장치(100)의 블록도를 나타낸다.FIG. 7 shows a block diagram of an electronic device 100 according to an embodiment.

전자 장치(100)는 일 실시 예에 따라, 트랜시버(transceiver)(720), 메모리(740) 및 프로세서(processor)(760)를 포함할 수 있다. 도 7에 도시된 전자 장치(100)는 본 실시 예와 관련된 구성요소들만이 도시되어 있다. 따라서, 도 7에 도시된 구성요소들 외에 다른 범용적인 구성요소들이 더 포함될 수 있음을 본 실시 예와 관련된 기술분야에서 통상의 지식을 가진 자라면 이해할 수 있다. 실시 예에서 트랜시버(720)는 통신부(communication device)에 포함될 수 있다. 또한, 실시 예에서 프로세서(760)는 제어부(controller)에 포함될 수 있다.According to one embodiment, the electronic device 100 may include a transceiver 720, a memory 740, and a processor 760. The electronic device 100 shown in FIG. 7 shows only components related to this embodiment. Accordingly, those skilled in the art can understand that other general-purpose components may be included in addition to the components shown in FIG. 7. In an embodiment, the transceiver 720 may be included in a communication device. Additionally, in an embodiment, the processor 760 may be included in the controller.

트랜시버(720)는 유/무선 통신을 수행하기 위한 장치로서, 외부의 전자 장치와 통신할 수 있다. 외부의 전자 장치는 단말 또는 서버가 될 수 있다. 또한, 트랜시버(720)가 이용하는 통신 기술에는 GSM(Global System for Mobile communication), CDMA(Code Division Multi Access), LTE(Long Term Evolution), 5G, WLAN(Wireless LAN), Wi-Fi(Wireless-Fidelity), 블루투스(Bluetooth??), RFID(Radio Frequency Identification), 적외선 통신(Infrared Data Association; IrDA), ZigBee, NFC(Near Field Communication) 등이 있을 수 있다. The transceiver 720 is a device for performing wired/wireless communication and can communicate with an external electronic device. The external electronic device may be a terminal or server. Additionally, communication technologies used by the transceiver 720 include Global System for Mobile communication (GSM), Code Division Multi Access (CDMA), Long Term Evolution (LTE), 5G, Wireless LAN (WLAN), and Wireless-Fidelity (Wi-Fi). ), Bluetooth??, RFID (Radio Frequency Identification), Infrared Data Association (IrDA), ZigBee, NFC (Near Field Communication), etc.

프로세서(760)는 전자 장치(100)의 전반의 동작을 제어하고 데이터 및 신호를 처리할 수 있다. 프로세서(760)는 적어도 하나의 하드웨어 유닛으로 구성될 수 있다. 또한, 프로세서(760)는 메모리(740)에 저장된 프로그램 코드를 실행하여 생성되는 하나 이상의 소프트웨어 모듈에 의해 동작할 수 있다. 프로세서(760)는 메모리를 포함할 수 있는 바, 프로세서(760)는 메모리에 저장된 프로그램 코드를 실행하여 전자 장치(100)의 전반의 동작을 제어하고 데이터 및 신호를 처리할 수 있다.The processor 760 can control the overall operation of the electronic device 100 and process data and signals. The processor 760 may be comprised of at least one hardware unit. Additionally, the processor 760 may operate by one or more software modules generated by executing program codes stored in the memory 740. The processor 760 may include a memory, and the processor 760 may execute program codes stored in the memory to control the overall operation of the electronic device 100 and process data and signals.

프로세서(760)는 로그 데이터에 관한 제1 코드에 기초하여 획득된, 애플리케이션의 실행에 따른 정보를 포함하는 로그 데이터를 확인하고, 로그 데이터를 포함하는 하나 이상의 로우(raw) 데이터를 제1 데이터베이스에 저장하고, 하나 이상의 로우 데이터 중 설정된 식별 정보를 포함하는 적어도 하나의 로우 데이터를 확인하고, 적어도 하나의 로우 데이터에 포함된 적어도 하나의 로그 데이터의 타입을 제1 타입에서 제2 타입으로 변환하고, 제2 타입의 적어도 하나의 로그 데이터를 제2 데이터베이스에 저장할 수 있다.The processor 760 checks log data including information according to the execution of the application, which is obtained based on the first code regarding the log data, and stores one or more raw data including the log data in the first database. Store, check at least one row data including set identification information among the one or more row data, convert the type of at least one log data included in the at least one row data from a first type to a second type, At least one log data of a second type may be stored in a second database.

전술한 실시 예들에 따른 전자 장치는 프로세서, 프로그램 데이터를 저장하고 실행하는 메모리, 디스크 드라이브와 같은 영구 저장부(permanent storage), 외부 장치와 통신하는 통신 포트, 터치 패널, 키(key), 버튼 등과 같은 사용자 인터페이스 장치 등을 포함할 수 있다. 소프트웨어 모듈 또는 알고리즘으로 구현되는 방법들은 상기 프로세서상에서 실행 가능한 컴퓨터가 읽을 수 있는 코드들 또는 프로그램 명령들로서 컴퓨터가 읽을 수 있는 기록 매체 상에 저장될 수 있다. 여기서 컴퓨터가 읽을 수 있는 기록 매체로 마그네틱 저장 매체(예컨대, ROM(read-only memory), RAM(random-Access memory), 플로피 디스크, 하드 디스크 등) 및 광학적 판독 매체(예컨대, 시디롬(CD-ROM), 디브이디(DVD: Digital Versatile Disc)) 등이 있다. 컴퓨터가 읽을 수 있는 기록 매체는 네트워크로 연결된 컴퓨터 시스템들에 분산되어, 분산 방식으로 컴퓨터가 판독 가능한 코드가 저장되고 실행될 수 있다. 매체는 컴퓨터에 의해 판독 가능하며, 메모리에 저장되고, 프로세서에서 실행될 수 있다. Electronic devices according to the above-described embodiments include a processor, memory for storing and executing program data, permanent storage such as a disk drive, a communication port for communicating with an external device, a touch panel, keys, buttons, etc. It may include the same user interface device, etc. Methods implemented as software modules or algorithms may be stored on a computer-readable recording medium as computer-readable codes or program instructions executable on the processor. Here, computer-readable recording media include magnetic storage media (e.g., ROM (read-only memory), RAM (random-access memory), floppy disk, hard disk, etc.) and optical read media (e.g., CD-ROM). ), DVD (Digital Versatile Disc), etc. The computer-readable recording medium is distributed among computer systems connected to a network, so that computer-readable code can be stored and executed in a distributed manner. The media may be readable by a computer, stored in memory, and executed by a processor.

본 실시 예는 기능적인 블록 구성들 및 다양한 처리 단계들로 나타내어질 수 있다. 이러한 기능 블록들은 특정 기능들을 실행하는 다양한 개수의 하드웨어 또는/및 소프트웨어 구성들로 구현될 수 있다. 예를 들어, 실시 예는 하나 이상의 마이크로프로세서들의 제어 또는 다른 제어 장치들에 의해서 다양한 기능들을 실행할 수 있는, 메모리, 프로세싱, 로직(logic), 룩 업 테이블(look-up table) 등과 같은 직접 회로 구성들을 채용할 수 있다. 구성 요소들이 소프트웨어 프로그래밍 또는 소프트웨어 요소들로 실행될 수 있는 것과 유사하게, 본 실시 예는 데이터 구조, 프로세스들, 루틴들 또는 다른 프로그래밍 구성들의 조합으로 구현되는 다양한 알고리즘을 포함하여, C, C++, 자바(Java), 어셈블러(assembler) 등과 같은 프로그래밍 또는 스크립팅 언어로 구현될 수 있다. 기능적인 측면들은 하나 이상의 프로세서들에서 실행되는 알고리즘으로 구현될 수 있다. 또한, 본 실시 예는 전자적인 환경 설정, 신호 처리, 및/또는 데이터 처리 등을 위하여 종래 기술을 채용할 수 있다. "매커니즘", "요소", "수단", "구성"과 같은 용어는 넓게 사용될 수 있으며, 기계적이고 물리적인 구성들로서 한정되는 것은 아니다. 상기 용어는 프로세서 등과 연계하여 소프트웨어의 일련의 처리들(routines)의 의미를 포함할 수 있다.This embodiment can be represented by functional block configurations and various processing steps. These functional blocks may be implemented as any number of hardware or/and software configurations that execute specific functions. For example, embodiments include integrated circuit configurations such as memory, processing, logic, look-up tables, etc. that can execute various functions under the control of one or more microprocessors or other control devices. can be hired. Similar to how the components can be implemented as software programming or software elements, this embodiment includes various algorithms implemented as combinations of data structures, processes, routines or other programming constructs, such as C, C++, Java ( It can be implemented in a programming or scripting language such as Java), assembler, etc. Functional aspects may be implemented as algorithms running on one or more processors. Additionally, this embodiment may employ conventional technologies for electronic environment settings, signal processing, and/or data processing. Terms such as “mechanism,” “element,” “means,” and “configuration” may be used broadly and are not limited to mechanical and physical configurations. The term may include the meaning of a series of software routines in connection with a processor, etc.

전술한 실시 예들은 일 예시일 뿐 후술하는 청구항들의 범위 내에서 다른 실시 예들이 구현될 수 있다.The above-described embodiments are merely examples and other embodiments may be implemented within the scope of the claims described below.

Claims (18)

전자 장치의 로그 데이터 관리 방법에 있어서,
로그 데이터에 포함될 제1 식별 정보를 포함하는 로그 데이터에 관한 제1 코드를 작업자 단말로부터 수신하는 단계;
애플리케이션의 제1 포드에 포함된 제1 컨테이너(container)에 관한 코드에 상기 제1 코드를 추가함으로써, 상기 애플리케이션을 업데이트하는 단계;
상기 업데이트된 애플리케이션을 사용자 단말로 제공하는 단계;
상기 업데이트된 애플리케이션의 실행에 따른 정보를 포함하는 로그 데이터를 상기 사용자 단말로부터 수신하는 단계;
상기 로그 데이터를 포함하는 하나 이상의 로우(raw) 데이터를 제1 데이터베이스에 저장하는 단계;
상기 하나 이상의 로우 데이터 중 상기 제1 식별 정보를 포함하는 적어도 하나의 로우 데이터를 확인하는 단계;
상기 적어도 하나의 로우 데이터에 포함된 적어도 하나의 로그 데이터의 타입을 제1 타입에서 제2 타입으로 변환하는 단계; 및
상기 제2 타입의 적어도 하나의 로그 데이터를 제2 데이터베이스에 저장하는 단계를 포함하는, 로그 데이터 관리 방법.
In a method for managing log data of an electronic device,
Receiving a first code related to log data including first identification information to be included in the log data from a worker terminal;
updating the application by adding the first code to code for a first container included in a first pod of the application;
Providing the updated application to a user terminal;
Receiving log data containing information according to execution of the updated application from the user terminal;
storing one or more raw data including the log data in a first database;
Confirming at least one row data including the first identification information among the one or more row data;
converting a type of at least one log data included in the at least one row data from a first type to a second type; and
A log data management method comprising storing at least one log data of the second type in a second database.
제1 항에 있어서, 상기 제1 코드는,
상기 로그 데이터가 상기 제1 식별 정보를 포함하도록 설정하는 코드를 포함하는, 로그 데이터 관리 방법.
The method of claim 1, wherein the first code is:
A log data management method comprising code for setting the log data to include the first identification information.
제1 항에 있어서, 상기 적어도 하나의 로우 데이터에 포함된 상기 적어도 하나의 로그 데이터의 타입을 제1 타입에서 제2 타입으로 변환하는 단계는,
스트링(string) 타입의 상기 제1 식별 정보에 기초하여, 상기 적어도 하나의 로우 데이터에 포함된 스트링 타입의 상기 적어도 하나의 로그 데이터를 확인하는 단계; 및
상기 스트링 타입의 상기 적어도 하나의 로그 데이터를 매핑 타입으로 변환하는 단계를 포함하는, 로그 데이터 관리 방법.
The method of claim 1, wherein converting the type of the at least one log data included in the at least one row data from a first type to a second type comprises:
Based on the first identification information of a string type, confirming the at least one log data of a string type included in the at least one raw data; and
A log data management method comprising converting the at least one log data of the string type into a mapping type.
제3 항에 있어서, 상기 스트링 타입의 상기 적어도 하나의 로그 데이터를 매핑 타입으로 변환하는 단계는,
상기 적어도 하나의 로그 데이터에 포함된, 하나 이상의 제1 필드에 대응하는 하나 이상의 값을 확인하는 단계; 및
상기 하나 이상의 제1 필드 및 상기 하나 이상의 값이 각각 키 및 값에 대응하는, 키-값(key-value) 형식의 제1 테이블을 생성하는 단계를 포함하는, 로그 데이터 관리 방법.
The method of claim 3, wherein converting the at least one log data of the string type to a mapping type comprises:
confirming one or more values corresponding to one or more first fields included in the at least one log data; and
A method for managing log data, comprising creating a first table in a key-value format, wherein the one or more first fields and the one or more values correspond to a key and a value, respectively.
제4 항에 있어서, 상기 제2 타입의 적어도 하나의 로그 데이터를 제2 데이터베이스에 저장하는 단계는,
상기 제1 테이블의 제1 키에 대응하는 제2 테이블의 제2 키를 확인하는 단계;
상기 제1 키에 대응하는 값을 상기 제2 키에 대응하는 값으로 포함하는, 상기 제2 테이블을 생성하는 단계; 및
상기 제2 테이블을 상기 제2 데이터베이스에 저장하는 단계를 포함하는, 로그 데이터 관리 방법.
The method of claim 4, wherein storing at least one log data of the second type in a second database comprises:
confirming a second key of a second table corresponding to a first key of the first table;
generating the second table, including a value corresponding to the first key as a value corresponding to the second key; and
A log data management method comprising storing the second table in the second database.
제3 항에 있어서, 상기 적어도 하나의 로우 데이터에 포함된 상기 스트링 타입의 상기 적어도 하나의 로그 데이터를 확인하는 단계는,
상기 적어도 하나의 로우 데이터를 상기 제1 식별 정보를 기준으로 구분하는 단계; 및
상기 제1 식별 정보에 뒤따르는 문자열을 상기 적어도 하나의 로그 데이터로 확인하는 단계를 포함하는, 로그 데이터 관리 방법.
The method of claim 3, wherein checking the at least one log data of the string type included in the at least one row data comprises:
classifying the at least one raw data based on the first identification information; and
A log data management method comprising the step of confirming a character string following the first identification information as the at least one log data.
제1 항에 있어서, 상기 하나 이상의 로우 데이터는,
상기 애플리케이션이 실행된 서버에 관한 정보;
상기 로그 데이터가 생성된 시간에 관한 정보;
상기 로그 데이터가 상기 제1 데이터베이스에 저장된 시간에 관한 정보; 및
상기 제1 컨테이너에 관한 정보 중 적어도 하나를 더 포함하는, 로그 데이터 관리 방법.
The method of claim 1, wherein the one or more raw data is:
Information about the server on which the application is executed;
Information about the time the log data was generated;
Information about the time the log data was stored in the first database; and
A log data management method further comprising at least one of information about the first container.
제7 항에 있어서, 상기 로그 데이터 관리 방법은,
상기 로그 데이터가 생성된 시간으로부터 설정된 제1 기간이 지난 경우 또는 상기 로그 데이터가 상기 제1 데이터베이스에 저장된 시간으로부터 설정된 제2 기간이 지난 경우, 상기 하나 이상의 로우 데이터를 상기 제1 데이터베이스에서 삭제하고, 상기 적어도 하나의 로그 데이터를 상기 제2 데이터베이스에서 삭제하는 단계를 더 포함하는, 로그 데이터 관리 방법.
The method of claim 7, wherein the log data management method includes:
If a first period set from the time the log data was created has passed or a second period set from the time the log data was stored in the first database has passed, deleting the one or more raw data from the first database, A log data management method further comprising deleting the at least one log data from the second database.
삭제delete 제1 항에 있어서, 상기 로그 데이터 관리 방법은,
알림을 제공 받을 하나 이상의 작업자에 관한 정보를 확인하는 단계; 및
상기 제2 데이터베이스에 저장된 상기 적어도 하나의 로그 데이터의 수가 임계값을 초과하는 경우, 상기 하나 이상의 작업자에게 알림을 제공하는 단계를 더 포함하는, 로그 데이터 관리 방법.
The method of claim 1, wherein the log data management method includes:
verifying information about one or more workers to be notified; and
When the number of the at least one log data stored in the second database exceeds a threshold, providing a notification to the one or more workers.
제1 항에 있어서, 상기 로그 데이터 관리 방법은,
작업자의 입력에 기초하여, 하나 이상의 제2 필드 및 상기 애플리케이션에 관한 제2 컨테이너를 확인하는 단계;
상기 하나 이상의 제2 필드에 대응하는 로그 데이터를 획득하기 위한 제2 코드를 생성하는 단계; 및
상기 제2 컨테이너에 관한 코드에 상기 제2 코드를 추가하는 단계를 더 포함하는, 로그 데이터 관리 방법.
The method of claim 1, wherein the log data management method includes:
based on operator input, identifying one or more second fields and a second container for the application;
generating a second code for obtaining log data corresponding to the one or more second fields; and
The log data management method further comprising adding the second code to the code for the second container.
제1 항에 있어서,
상기 제1 식별 정보는 제2 식별 정보 및 제3 식별 정보를 포함하고,
상기 적어도 하나의 로우 데이터에 포함된 상기 적어도 하나의 로그 데이터의 타입을 제1 타입에서 제2 타입으로 변환하는 단계는,
스트링 타입의 상기 제2 식별 정보 및 스트링 타입의 상기 제3 식별 정보에 기초하여, 상기 적어도 하나의 로우 데이터에 포함된 스트링 타입의 제1 로그 데이터 및 스트링 타입의 제2 로그 데이터를 확인하는 단계; 및
상기 스트링 타입의 상기 제1 로그 데이터 및 상기 스트링 타입의 상기 제2 로그 데이터를 매핑 타입으로 변환하는 단계를 포함하는, 로그 데이터 관리 방법.
According to claim 1,
The first identification information includes second identification information and third identification information,
Converting the type of the at least one log data included in the at least one raw data from a first type to a second type,
Confirming first log data of a string type and second log data of a string type included in the at least one raw data, based on the second identification information of a string type and the third identification information of a string type; and
A log data management method comprising converting the first log data of the string type and the second log data of the string type into a mapping type.
제12 항에 있어서, 상기 스트링 타입의 상기 제1 로그 데이터 및 상기 스트링 타입의 상기 제2 로그 데이터를 매핑 타입으로 변환하는 단계는,
상기 제1 로그 데이터에 포함된, 적어도 하나의 제1 필드에 대응하는 적어도 하나의 제1 값을 확인하고, 상기 제2 로그 데이터에 포함된, 적어도 하나의 제2 필드에 대응하는 적어도 하나의 제2 값을 확인하는 단계; 및
상기 적어도 하나의 제1 필드 및 상기 적어도 하나의 제1 값이 각각 키 및 값에 대응하는, 키-값 형식의 제3 테이블을 생성하고, 상기 적어도 하나의 제2 필드 및 상기 적어도 하나의 제2 값이 각각 키 및 값에 대응하는, 키-값 형식의 제4 테이블을 생성하는 단계를 포함하는, 로그 데이터 관리 방법.
The method of claim 12, wherein converting the first log data of the string type and the second log data of the string type into a mapping type comprises:
Confirm at least one first value corresponding to at least one first field included in the first log data, and at least one first value corresponding to at least one second field included in the second log data 2 Check the value; and
Create a third table in key-value format, wherein the at least one first field and the at least one first value correspond to a key and a value, respectively, and the at least one second field and the at least one second A method for managing log data, comprising creating a fourth table in key-value format, where values correspond to keys and values, respectively.
제13 항에 있어서, 상기 제2 타입의 적어도 하나의 로그 데이터를 제2 데이터베이스에 저장하는 단계는,
상기 제3 테이블 및 상기 제4 테이블을 상기 제2 데이터베이스에 저장하는 단계를 포함하는, 로그 데이터 관리 방법.
The method of claim 13, wherein storing at least one log data of the second type in a second database comprises:
A log data management method comprising storing the third table and the fourth table in the second database.
제1 항에 있어서, 상기 로그 데이터 관리 방법은,
상기 제2 데이터베이스에 저장된 상기 제1 식별 정보에 대응하는 하나 이상의 로그 데이터에 관한 정보를 작업자에게 제공하는 단계를 더 포함하는, 로그 데이터 관리 방법.
The method of claim 1, wherein the log data management method includes:
A log data management method further comprising providing information about one or more log data corresponding to the first identification information stored in the second database to an operator.
제1 항에 있어서, 상기 제1 식별 정보는,
상기 애플리케이션에 대응하는 값을 포함하는, 로그 데이터 관리 방법.
The method of claim 1, wherein the first identification information is:
A log data management method including a value corresponding to the application.
제1 항의 방법을 컴퓨터에서 실행시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 비일시적 기록매체.
A non-transitory computer-readable recording medium that records a program for executing the method of claim 1 on a computer.
전자 장치로서,
트랜시버(transceiver);
메모리; 및
프로세서(processor)를 포함하고, 상기 프로세서는,
로그 데이터에 포함될 제1 식별 정보를 포함하는 로그 데이터에 관한 제1 코드를 작업자 단말로부터 수신하고,
애플리케이션의 제1 포드에 포함된 제1 컨테이너(container)에 관한 코드에 상기 제1 코드를 추가함으로써, 상기 애플리케이션을 업데이트하고,
상기 업데이트된 애플리케이션을 사용자 단말로 제공하고,
상기 업데이트된 애플리케이션의 실행에 따른 정보를 포함하는 로그 데이터를 상기 사용자 단말로부터 수신하고,
상기 로그 데이터를 포함하는 하나 이상의 로우(raw) 데이터를 제1 데이터베이스에 저장하고,
상기 하나 이상의 로우 데이터 중 상기 제1 식별 정보를 포함하는 적어도 하나의 로우 데이터를 확인하고,
상기 적어도 하나의 로우 데이터에 포함된 적어도 하나의 로그 데이터의 타입을 제1 타입에서 제2 타입으로 변환하고,
상기 제2 타입의 적어도 하나의 로그 데이터를 제2 데이터베이스에 저장하는, 전자 장치.
As an electronic device,
transceiver;
Memory; and
Includes a processor, wherein the processor includes:
Receiving a first code related to log data including first identification information to be included in the log data from the worker terminal,
Update the application by adding the first code to the code for a first container included in the first pod of the application,
Providing the updated application to the user terminal,
Receiving log data containing information according to execution of the updated application from the user terminal,
Store one or more raw data including the log data in a first database,
Confirming at least one row data including the first identification information among the one or more row data,
Converting the type of at least one log data included in the at least one row data from a first type to a second type,
An electronic device that stores at least one log data of the second type in a second database.
KR1020230055568A 2023-04-27 2023-04-27 Electronic apparatus and managing log data method thereof KR102616652B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020230055568A KR102616652B1 (en) 2023-04-27 2023-04-27 Electronic apparatus and managing log data method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020230055568A KR102616652B1 (en) 2023-04-27 2023-04-27 Electronic apparatus and managing log data method thereof

Publications (1)

Publication Number Publication Date
KR102616652B1 true KR102616652B1 (en) 2023-12-27

Family

ID=89377516

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020230055568A KR102616652B1 (en) 2023-04-27 2023-04-27 Electronic apparatus and managing log data method thereof

Country Status (1)

Country Link
KR (1) KR102616652B1 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20170047856A (en) * 2015-10-26 2017-05-08 에스케이플래닛 주식회사 Method and Apparatus for Analysis of Log Data
KR20180024360A (en) * 2016-08-30 2018-03-08 디포커스 (주) Method and system for management of collecting bulk data using data agent container
KR102429855B1 (en) * 2022-01-26 2022-08-05 주식회사 에스투더블유 Method to store and analyze file-based log data for various models
KR20230021894A (en) * 2021-08-06 2023-02-14 삼성에스디에스 주식회사 Method and apparatus for parsing log data

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20170047856A (en) * 2015-10-26 2017-05-08 에스케이플래닛 주식회사 Method and Apparatus for Analysis of Log Data
KR20180024360A (en) * 2016-08-30 2018-03-08 디포커스 (주) Method and system for management of collecting bulk data using data agent container
KR20230021894A (en) * 2021-08-06 2023-02-14 삼성에스디에스 주식회사 Method and apparatus for parsing log data
KR102429855B1 (en) * 2022-01-26 2022-08-05 주식회사 에스투더블유 Method to store and analyze file-based log data for various models

Similar Documents

Publication Publication Date Title
US10104672B2 (en) Method and a system for identifying operating modes of communications in mobile edge computing environment
US9904435B2 (en) System and method for actionable event generation for task delegation and management via a discussion forum in a web-based collaboration environment
CN106569800B (en) Front-end interface generation method and device
EP2735133B1 (en) Method and apparatus for providing data entry content to a remote environment
US9870235B2 (en) Recording events generated for performing a task through user equipment
US20140053074A1 (en) Method and apparatus for generating and utilizing a cloud service-based content shortcut object
US10778617B2 (en) Electronic device and method of transferring data in an application to another application
US9485306B2 (en) Methods, apparatuses, and computer program products for facilitating a data interchange protocol
US10902385B2 (en) Using mobile phone data to log activities and generate activity records
US9654616B2 (en) Displaying a group message
JP2022547386A (en) Generating and modifying collection content items for organizing and presenting content items
US20140130032A1 (en) Method and apparatus for managing application update information in an electronic device
KR20200091080A (en) Method for providing service for shared office
US20190215343A1 (en) Data driven user interfaces for device management
KR101943430B1 (en) User Device, Driving Method of User Device, Apparatus for Providing Service and Driving Method of Apparatus for Providing Service
KR102616652B1 (en) Electronic apparatus and managing log data method thereof
US20190215380A1 (en) Data driven user interfaces for device management
US10303343B1 (en) Data driven user interfaces for device management
KR20190141860A (en) Apparatus for Providing Cherish Memory Service and Driving Method Thereof
US11451557B2 (en) Service system and information registration method
KR102171103B1 (en) Apparatus for Matching Person Service based on Social Network Service and Driving Method Thereof
US10277661B2 (en) Information processing apparatus and non-transitory computer readable medium
KR20240014205A (en) Electronic apparatus and managing package method thereof
KR102614650B1 (en) Electronic apparatus and managing api method thereof
JP2015072615A (en) Server device, screen definition system, screen definition method, and program

Legal Events

Date Code Title Description
E701 Decision to grant or registration of patent right
A107 Divisional application of patent
GRNT Written decision to grant