JP2013246654A - Log management device, log management method and log management program - Google Patents

Log management device, log management method and log management program Download PDF

Info

Publication number
JP2013246654A
JP2013246654A JP2012120134A JP2012120134A JP2013246654A JP 2013246654 A JP2013246654 A JP 2013246654A JP 2012120134 A JP2012120134 A JP 2012120134A JP 2012120134 A JP2012120134 A JP 2012120134A JP 2013246654 A JP2013246654 A JP 2013246654A
Authority
JP
Japan
Prior art keywords
log
definition
message
data
priority
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2012120134A
Other languages
Japanese (ja)
Other versions
JP5978767B2 (en
Inventor
Michitomo Kuroda
道友 黒田
Hisafumi Abe
尚史 阿部
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.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP2012120134A priority Critical patent/JP5978767B2/en
Publication of JP2013246654A publication Critical patent/JP2013246654A/en
Application granted granted Critical
Publication of JP5978767B2 publication Critical patent/JP5978767B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a log management device, a log management method and a log management program that enable efficient collation processing of received log data in accordance with an environment.SOLUTION: Log collation processing means 20 after receiving each of collected messages from log receiving means 10 transmits a collated message caused in association with collation processing to priority data update processing means 50. The priority data update processing means 50 after receiving this refers to a setting information storage part 80 to determine the presence or absence of message definition information to be stored in a priority list 71, and updates the priority list 71 on the basis of information relating to the determination result. Statistical data update processing means 60 updates a statistics list 72 using a counting list created on the basis of information in a log storage part 30. The log collation processing means 20 sequentially refers to the dynamically-updated priority list 71 and the regularly-updated statistics list 72 to execute efficient collation processing.

Description

本発明は、ネットワーク上でさまざまなログ収集対象機器に接続され、特に、そこから取得するログデータを効率よく照合処理するログ管理装置、その管理方法、及びそのプログラムに関する。   The present invention relates to a log management apparatus that is connected to various log collection target devices on a network and that efficiently collates log data acquired therefrom, a management method thereof, and a program thereof.

企業内ネットワーク等における内部データ統制やシステム監査、インシデント発生時の事後調査への対応として、ログメッセージを統合的に処理する統合ログ管理システムが利用されている。統合ログ管理システムとは、企業内のネットワークに接続しているクライアント端末、サーバ等のログ収集対象機器や、それらに搭載されているアプリケーション、スイッチやルータといったネットワーク機器など、さまざまな種類の機器を対象として動作ログデータ(ログ)を統合的に収集、管理、解析するシステムである。   An integrated log management system that processes log messages in an integrated manner is used as a response to internal data control, system audits, and subsequent investigations when an incident occurs in an in-house network. The integrated log management system refers to various types of devices such as log collection target devices such as client terminals and servers connected to the corporate network, applications installed in them, and network devices such as switches and routers. It is a system that collects, manages, and analyzes operation log data (logs) as a target.

統合ログ管理システムにより、企業内のあらゆるログを収集、管理することで、法令で規定されている監査への証跡や、収集対象機器の状態監視、セキュリティインシデント発生時の事後調査など、監査やシステム運用面、セキュリティ面での管理レベルを向上させることが可能となる。   The integrated log management system collects and manages all corporate logs, enabling audits and systems such as audit trails stipulated by laws and regulations, status monitoring of collection target devices, and subsequent investigations when security incidents occur. It becomes possible to improve the management level in terms of operation and security.

ここで、以下においては、ログデータ中の1エントリ(1行)のことをメッセージと指称する。換言すれば、メッセージの集合がログデータである。また、「メッセージ内のどこにどのような情報が存在しているのか」や「どんなフォーマットで記載されているのか」を示す情報のことをメッセージ定義情報と指称し、メッセージ定義情報の集合のことをログフォーマット定義情報と指称する。さらに、上述した「メッセージ内のどこにどのような情報が存在しているのか」については「各メッセージの持つ意味」と指称する。   Here, in the following, one entry (one line) in the log data is referred to as a message. In other words, a set of messages is log data. In addition, the information that indicates “where and what information exists in the message” and “in what format” is called message definition information, and a set of message definition information. This is referred to as log format definition information. Further, the “where and what information is present in the message” is referred to as “the meaning of each message”.

ところで、収集したログデータに対して、システム監査やインシデント調査等の解析を実施するためには、ログ管理装置が各メッセージの持つ意味を理解する必要があり、一般的には、該装置が保持しているログフォーマット定義情報を利用して、ログ収集対象機器(以下、デバイスとする)から収集したメッセージの照合処理を行っている。   By the way, in order to perform analysis such as system audits and incident investigations on collected log data, it is necessary to understand the meaning of each message in the log management device. The collected log format definition information is used to collate messages collected from log collection target devices (hereinafter referred to as devices).

従来から、このメッセージの照合処理は、ログフォーマット定義情報に記載されている順にシーケンシャルに実施されている。また、メッセージの照合処理にあっては、照合対象も、比較対象であるメッセージ定義情報も、文字列データに他ならないため、このログフォーマット定義情報内では各メッセージ定義情報が固定の順番で定義されている。即ち、従来は、各メッセージ定義情報が固定の順番で並べられたログフォーマット定義情報に依存した照合処理を行っていた。   Conventionally, this message collation process is performed sequentially in the order described in the log format definition information. In the message matching process, the message definition information to be compared and the message definition information to be compared are nothing but character string data, so each message definition information is defined in a fixed order in this log format definition information. ing. In other words, conventionally, collation processing depending on log format definition information in which each message definition information is arranged in a fixed order has been performed.

このようなシーケンシャルな照合処理においては、該当メッセージがログフォーマット定義情報内の何番目に存在するかによって照合効率が大きく左右される。例えば、任意のメッセージXにかかるメッセージ定義情報が、ログフォーマット定義情報の末尾(例えば10000番目)に定義されていた場合、末尾まで辿りつく間の照合処理(9999メッセージ定義情報との照合処理)が必要となるため該処理の完了までに膨大な時間がかかってしまう。さらに具体的な例を示すと、ログフォーマット定義情報の10000番目に記載されているメッセージ定義情報に該当するメッセージが、1秒間に1000個発生するという環境の場合には、1秒間に行うべき照合回数は1千万回(10000×1000)となるため、ログデータのロスト等の問題が発生しうる。   In such a sequential collation process, collation efficiency greatly depends on the number of the corresponding message in the log format definition information. For example, when the message definition information related to an arbitrary message X is defined at the end of the log format definition information (for example, 10000th), the collation process (collation process with the 9999 message definition information) between reaching the end is performed. Since it is necessary, it takes an enormous amount of time to complete the processing. As a more specific example, in an environment where 1000 messages corresponding to the message definition information described in the 10000th of the log format definition information are generated in 1 second, collation to be performed in 1 second. Since the number of times is 10 million times (10000 × 1000), problems such as lost log data may occur.

加えて、「いつ、どの収集対象機器から、どのメッセージが、どの程度(量)発生するか」という事情は、ログ管理装置の設置された環境に左右されることを考慮すると、上記例のように、ログフォーマット定義情報の末尾にあるメッセージ定義情報に該当するメッセージが大量に発生する環境下では、非効率な照合処理が何度も繰り返されることになる。これでは、照合処理に時間を要するばかりでなく、本来収集すべきメッセージを取りこぼしてしまう(ログデータのロストが発生してしまう)可能性もある。さらに、かかる非効率的な照合処理の負荷が高まることによって、ログデータ検索などの分析処理に影響が及んでしまう。   In addition, considering the fact that “when and what messages are generated from which messages and how much (amount)” depends on the environment in which the log management device is installed, as in the above example In addition, in an environment where a large number of messages corresponding to the message definition information at the end of the log format definition information are generated, inefficient collation processing is repeated many times. In this case, not only does the verification process take time, but there is a possibility that a message that should be collected is missed (log data is lost). Furthermore, an increase in the load of such inefficient collation processing affects analysis processing such as log data search.

このような状況下において、従来より、ログ管理に関する装置の改良が行われてきた。例えば、下記の技術内容(特許文献1又は2)が知られている。   Under such circumstances, devices for log management have been improved conventionally. For example, the following technical contents (Patent Document 1 or 2) are known.

特許文献1に記載された公知例では、複数の異なる管理対象機器ごとのログデータを統合的に管理することで、警備の要否を判定する技術が開示されている。また、特許文献2に記載された公知例では、出力されるログデータを管理するに際して、ログレベル(情報量の度合い)ごとの整理が可能なテーブルを用いることで、セキュリティを確保しつつ記憶装置の有効利用を図った技術が開示されている。   The known example described in Patent Document 1 discloses a technique for determining whether or not security is required by managing log data for a plurality of different devices to be managed in an integrated manner. Further, in the known example described in Patent Document 2, when managing output log data, a storage device is used while ensuring security by using a table that can be organized for each log level (degree of information amount). The technique which aimed at effective use of is disclosed.

特開2010−205081JP2010-205081 特開2008−15733JP2008-15733

しかしながら、上述した特許文献1及び2を含めた従来技術においては、ログデータに現れる特徴やメッセージの受信数を考慮した上でログフォーマット定義情報内の各メッセージ定義情報に序列をつけ、これを照合処理の実行に際して参照することにより各ログ収集対象機器の動作環境を柔軟かつ迅速に把握すると共に管理するような技術については何ら開示されていない。   However, in the prior art including Patent Documents 1 and 2 described above, each message definition information in the log format definition information is ranked and collated after considering the features appearing in the log data and the number of received messages. There is no disclosure of a technique that allows the operating environment of each log collection target device to be grasped flexibly and quickly by referring to the processing when executing the processing.

(発明の目的)
本発明は、上記従来例の有する不都合を改善するためのものであり、特に、受信した各メッセージの照合処理を環境に合わせて効率よく行うログ管理装置、その管理方法、及びそのプログラムの提供を、その目的とする。
(Object of invention)
The present invention is to improve the inconvenience of the above-described conventional example, and in particular, to provide a log management device, a management method thereof, and a program thereof that efficiently perform matching processing of each received message according to the environment. And its purpose.

上記目的を達成するために、本発明にかかるログ管理装置では、複数のログ収集対象機器から発信される多種多様なログデータを収集し各機器の動作環境を管理するログ管理装置であって、ログデータを構成する複数のメッセージを受信するログ受信手段と、各メッセージについての照合処理を予め決められた序列に従って実行するログ照合処理手段と、ログ収集対象機器ごとの動作環境及びデータ発信時間帯に基づいて分類されたログフォーマット定義情報が予め格納されたログ定義格納部と、を備え、ログ照合処理手段は、照合処理を、ログ定義格納部に格納された複数のログフォーマット定義情報の内のいずれか1つを参照することにより実行するという構成を備えている。   In order to achieve the above object, the log management apparatus according to the present invention is a log management apparatus that collects a wide variety of log data transmitted from a plurality of log collection target devices and manages the operating environment of each device, Log receiving means for receiving a plurality of messages constituting log data, log matching processing means for executing matching processing for each message according to a predetermined order, operating environment and data transmission time zone for each log collection target device A log definition storage unit in which log format definition information classified based on the log definition storage unit is stored in advance, and the log collation processing unit performs collation processing among a plurality of log format definition information stored in the log definition storage unit. It is configured to execute by referring to any one of the above.

また、本発明にかかるログ管理方法では、複数のログ収集対象機器から発信される多種多様なログデータを収集し各機器の動作環境を管理するログ管理装置にあって、ログデータを構成する複数のメッセージを、ログ受信手段が受信し、次に、各メッセージを、ログ受信手段がログ照合処理手段に送信し、ログ収集対象機器ごとの動作環境及びデータ発信時間帯に基づいて分類されたログフォーマット定義情報が予め格納されたログ定義格納部から、照合処理手段が、各メッセージに基づいてログフォーマット定義情報を選定し、ここで選定したログフォーマット定義情報を参照することにより、ログ照合処理手段が、ログ受信手段から受信した各メッセージの照合処理を行うことを特徴とする。   Further, in the log management method according to the present invention, a log management apparatus that collects a wide variety of log data transmitted from a plurality of log collection target devices and manages the operating environment of each device, the plurality of log data constituting the log data Log received by the log receiving means, and then each message is sent by the log receiving means to the log matching processing means, and the log classified based on the operating environment and data transmission time zone for each log collection target device. The log processing unit selects log format definition information based on each message from the log definition storage unit in which the format definition information is stored in advance, and refers to the selected log format definition information. Is characterized by performing a collation process on each message received from the log receiving means.

さらに、本発明にかかるログ管理プログラムでは、複数のログ収集対象機器から発信される多種多様なログデータを収集し各機器の動作環境を管理するログ管理装置にあって、ログデータを構成する複数のメッセージをログ受信手段が受信するログ受信機能、各メッセージを、ログ受信手段がログ照合処理手段に送信するログ送信機能、ログ収集対象機器ごとの動作環境及びデータ発信時間帯に基づいて分類されたログフォーマット定義情報が予め格納されたログ定義格納部から、照合処理手段が、各メッセージに基づいてログフォーマット定義情報を選定するログ定義選定機能、このログ定義選定機能によって選定したログフォーマット定義情報を参照することにより、ログ照合処理手段が、ログ受信手段から受信した各メッセージの照合処理を行うログ照合処理機能、をコンピュータに実現させることを特徴とする。   Furthermore, the log management program according to the present invention is a log management apparatus that collects a wide variety of log data transmitted from a plurality of log collection target devices and manages the operating environment of each device, and a plurality of log data constituting the log data Log receiving function that the log receiving means receives the message, log transmission function that the log receiving means sends the message to the log verification processing means, the operating environment and the data transmission time zone for each log collection target device Log definition selection function for selecting the log format definition information based on each message from the log definition storage unit in which the log format definition information is stored in advance, and the log format definition information selected by this log definition selection function By referring to the log verification processing means, the verification of each message received from the log reception means It logs collation processing function of performing management, characterized in that to realize the computer.

本発明は、上述したように、受信した各メッセージの照合処理を行うに際して、ログ収集対象機器ごとの環境により分類されたログフォーマット定義情報を参照する構成を採用し、さらに、そのログフォーマット定義情報内のメッセージ定義情報は予め序列をつけて並べられているため、これによると、受信した各メッセージの照合処理を環境に合わせて効率よく実行すると共に本来収集すべきメッセージを効率よく収集し管理することができるという優れたログ管理装置、その管理方法、及びそのプログラムの提供が可能となる。   As described above, the present invention employs a configuration that refers to log format definition information classified according to the environment of each log collection target device when collating each received message, and further, the log format definition information Since the message definition information in the list is arranged in advance, the matching process of each received message is efficiently executed according to the environment, and the message to be originally collected is efficiently collected and managed. It is possible to provide an excellent log management device, a management method thereof, and a program thereof.

本発明の実施形態にかかるログ管理装置の構成を示したブロック図である。It is the block diagram which showed the structure of the log management apparatus concerning embodiment of this invention. 本発明の実施形態にかかるログ照合処理手段の構成を示したブロック図である。It is the block diagram which showed the structure of the log collation process means concerning embodiment of this invention. 本発明の実施形態にかかる優先データ処理手段の構成を示したブロック図である。It is the block diagram which showed the structure of the priority data processing means concerning embodiment of this invention. 本発明の実施形態にかかるログ管理装置とその周辺機器とのネットワーク構成を示した図である。It is the figure which showed the network structure of the log management apparatus concerning its embodiment of this invention, and its peripheral device. 本発明の実施形態にかかるログフォーマット定義格納部の内部構成を例示した概略図である。It is the schematic which illustrated the internal structure of the log format definition storage part concerning embodiment of this invention. 本発明の第1実施形態(イベントを利用した場合)にかかる設定情報格納部の内部構成を例示した概略図である。It is the schematic which illustrated the internal structure of the setting information storage part concerning 1st Embodiment (when using an event) of this invention. 本発明の第1実施形態にかかる照合処理(イベントを利用した場合)の動作を示したシーケンス図である。It is the sequence diagram which showed the operation | movement of the collation process (when using an event) concerning 1st Embodiment of this invention. 本発明の実施形態にかかるメッセージ出現回数カウント結果を例示した図である。It is the figure which illustrated the message appearance frequency count result concerning embodiment of this invention. 本発明の第実施形態にかかる定期的な統計定義データの更新処理を示したシーケンス図である。It is the sequence diagram which showed the update process of the regular statistical definition data concerning 1st Embodiment of this invention. 本発明の第2実施形態(例外状態を利用した場合)にかかる設定情報格納部の内部構成を例示した概略図である。It is the schematic which illustrated the internal structure of the setting information storage part concerning 2nd Embodiment (when an exceptional state is utilized) of this invention. 本発明の第2実施形態にかかる照合処理(例外状態を利用した場合)の動作を示したシーケンス図である。It is the sequence diagram which showed the operation | movement of the collation process (when an exceptional state is utilized) concerning 2nd Embodiment of this invention.

〔第1実施形態:イベントを利用した場合の照合処理〕
本発明にかかるログ管理装置の第1実施形態を、図1乃至図9に基づいて説明する。ログデータの特徴はさまざまであるが、本第1実施形態では、イベントによる後続メッセージの予測を用いた優先定義データの更新及びその使用法について説明する。ここでのイベントとは、複数のメッセージから構成される特有の現象のことである。また、イベントを利用する場合は、図6に例示した設定情報格納部80のように、予めイベントにかかる情報を定義しておく必要がある。
[First embodiment: Collation processing when an event is used]
A log management device according to a first embodiment of the present invention will be described with reference to FIGS. Although the characteristics of log data are various, in the first embodiment, update of priority definition data using prediction of subsequent messages by events and usage thereof will be described. An event here is a specific phenomenon composed of a plurality of messages. Further, when using an event, it is necessary to define information related to the event in advance as in the setting information storage unit 80 illustrated in FIG.

(全体的構成)
図1において、符号90は、複数のログ収集対象機器(デバイス)から受信したログデータの照合処理を行うと共にこれを管理する本第1実施形態にかかるログ管理装置である。このログ管理装置90は、各種デバイスからログデータを収集するログ受信手段10と、ログ受信手段10から受信したログデータにかかる各メッセージの照合を行うログ照合処理手段20と、照合済メッセージを保存する記憶領域としてのログ保存部30と、ログ照合処理手段20から受信した照合済メッセージをログ保存部30に保存すると共にこれを適宜受け渡すログアクセス処理手段40と、優先的に照合されるべきメッセージ定義情報である優先定義データ71Aの更新処理を行う優先データ更新処理手段50と、該当デバイスの全メッセージ定義情報が整列された統計定義データ72Aの更新処理を行う統計データ更新処理手段60と、デバイスごとの動作環境(システム種別)及びデータ発信時間帯(単位時間ID)に基づいて分類されたログフォーマット定義情報が格納されたログ定義格納部70と、本第1実施形態にかかるログ管理装置90が動作するために必要な設定情報を格納している設定情報格納部80と、により構成されている。
(Overall configuration)
In FIG. 1, reference numeral 90 denotes a log management apparatus according to the first embodiment that performs collation processing of log data received from a plurality of log collection target devices (devices) and manages them. The log management device 90 stores a log receiving unit 10 that collects log data from various devices, a log collation processing unit 20 that collates each message related to log data received from the log receiving unit 10, and a collated message. Log storage unit 30 as a storage area to be stored, and log access processing unit 40 that stores the collated message received from log collation processing unit 20 in log storage unit 30 and delivers it appropriately, should be collated preferentially Priority data update processing means 50 for updating priority definition data 71A as message definition information, statistical data update processing means 60 for updating statistical definition data 72A in which all message definition information of the corresponding device is aligned, Based on the operating environment (system type) and data transmission time zone (unit time ID) for each device A log definition storage unit 70 that stores classified log format definition information, a setting information storage unit 80 that stores setting information necessary for the operation of the log management apparatus 90 according to the first embodiment, It is comprised by.

本第1実施形態におけるログ定義格納部70は、デバイスごとの動作環境及びデータ発信時間帯に基づいて区分けされた複数の領域を備えている。また、これら複数の各領域には、優先定義データ71Aが格納される優先リスト71と統計定義データ72Aが格納される統計リスト72とが設けられている。即ち、本第1実施形態にかかるログフォーマット定義情報は、優先定義データ71Aと統計定義データ72Aとから成るものである。   The log definition storage unit 70 according to the first embodiment includes a plurality of areas divided based on the operating environment and data transmission time zone for each device. Each of the plurality of areas is provided with a priority list 71 in which priority definition data 71A is stored and a statistics list 72 in which statistical definition data 72A is stored. That is, the log format definition information according to the first embodiment includes priority definition data 71A and statistical definition data 72A.

優先定義データ71Aは、ログ照合処理手段20による照合処理の進行に伴って優先データ更新処理手段50により更新される構成である。また。統計定義データ72Aにおける各メッセージ定義情報の順序は、統計データ更新処理手段60によって更新される構成となっている。さらに、上述したログ照合処理手段20は、ログ受信手段10から受信したメッセージの照合処理を行うに際して、まず、優先リスト71内のメッセージ定義情報(優先定義データ71A)を参照し、次に、統計リスト72内のメッセージ定義情報(統計定義データ72A)を参照する機能を備えている。   The priority definition data 71A is configured to be updated by the priority data update processing unit 50 as the collation processing by the log collation processing unit 20 proceeds. Also. The order of the message definition information in the statistical definition data 72A is updated by the statistical data update processing means 60. Further, the log collation processing unit 20 described above first refers to the message definition information (priority definition data 71A) in the priority list 71 when performing collation processing of the message received from the log reception unit 10, and then performs statistical processing. A function for referring to the message definition information (statistical definition data 72A) in the list 72 is provided.

設定情報格納部80には、優先データ更新処理手段50が優先定義データ71Aとすべきメッセージ定義情報の有無について判定するために必要な情報である格納判定用情報81と、優先リスト71に格納された優先定義データ71Aとしてのメッセージ定義情報を優先データ更新処理手段50が除外するために必要な情報である優先データ除外用情報82と、ログフォーマット定義情報を保持する単位時間を設定するための情報である単位時間設定情報83と、が格納されている。なお、上述した統計定義データ72Aは、この単位時間ごとに統計データ更新処理手段60によって作成される構成となっている。   The setting information storage unit 80 stores the storage determination information 81, which is information necessary for the priority data update processing means 50 to determine whether or not there is message definition information to be the priority definition data 71A, and the priority list 71. Priority data exclusion information 82, which is information necessary for the priority data update processing means 50 to exclude the message definition information as the priority definition data 71A, and information for setting the unit time for holding the log format definition information Unit time setting information 83 is stored. The statistical definition data 72A described above is created by the statistical data update processing means 60 every unit time.

優先データ更新処理手段50は、ログ照合処理手段20から入力される照合済メッセージに基づく「優先定義データ71Aとすべきメッセージ定義情報(優先リスト71に格納すべきメッセージ定義情報)が存在するか否かの判定」を、格納判定用情報81を参照することにより行う優先データ格納判定部51と、優先データ格納判定部51から送信された判定結果にかかる情報に対応するメッセージ定義情報を優先リスト71(ログ定義格納部内の特定の格納領域)に優先定義データ71Aとして格納処理する優先データ更新部52と、を備えている。上記判定の結果如何によっては、優先データ格納判定部51が、格納判定用情報81の更新を行う構成となっている。   The priority data update processing unit 50 determines whether or not “message definition information to be used as the priority definition data 71A (message definition information to be stored in the priority list 71) exists based on the collated message input from the log verification processing unit 20”. The priority data storage determination unit 51 that performs the “determination” by referring to the storage determination information 81, and message definition information corresponding to the information related to the determination result transmitted from the priority data storage determination unit 51 is displayed in the priority list 71. A priority data update unit 52 that performs storage processing as priority definition data 71A (a specific storage area in the log definition storage unit). The priority data storage determination unit 51 updates the storage determination information 81 depending on the result of the determination.

また、優先データ更新部52には、優先データ除外用情報82の更新を行う構成(図3:除外用情報格納処理機能52A、除外用情報削除機能52C)と、除外時刻となった際に優先データ除外用情報82を参照することで優先リスト71からメッセージ定義情報を除外する構成(図3:メッセージ除外機能52B)と、を採用した。   The priority data update unit 52 has a configuration for updating the priority data exclusion information 82 (FIG. 3: exclusion information storage processing function 52A, exclusion information deletion function 52C), and priority when the exclusion time is reached. A configuration (FIG. 3: message exclusion function 52B) that excludes the message definition information from the priority list 71 by referring to the data exclusion information 82 is adopted.

ログアクセス処理手段40は、統計データ更新処理手段60から指定されたログデータをログ保存部30から取得すると共にこれを統計データ更新処理手段60に渡すログ取得処理部41と、ログ照合処理手段20から入力された照合済のメッセージをログ保存部30に保存するログ保存処理部42と、により構成されている。   The log access processing unit 40 acquires the log data designated by the statistical data update processing unit 60 from the log storage unit 30 and delivers the log data to the statistical data update processing unit 60, and the log collation processing unit 20. The log storage processing unit 42 stores the collated message input from the log storage unit 30.

統計データ更新処理手段60は、単位時間の終了時刻になるとログ取得処理部41に対して現単位時間に収集した全てのログデータの取得を依頼すると共にそこで取得した該当ログデータに基づく統計情報の計算を行う統計情報計算処理部61と、統計情報計算処理部61から入力された統計情報の計算結果に基づいて統計定義データ72Aを更新する統計データ更新部62と、を備えている。また、統計データ更新部62は、単位時間の終了に伴い、格納判定用情報81及び単位時間設定情報83の更新を行うと共に、次回の単位時間情報を統計情報計算処理部61に通知する構成となっている。   When the end time of the unit time is reached, the statistical data update processing means 60 requests the log acquisition processing unit 41 to acquire all the log data collected in the current unit time and updates the statistical information based on the corresponding log data acquired there. A statistical information calculation processing unit 61 that performs the calculation, and a statistical data update unit 62 that updates the statistical definition data 72A based on the calculation result of the statistical information input from the statistical information calculation processing unit 61 are provided. The statistical data update unit 62 updates the storage determination information 81 and the unit time setting information 83 as the unit time ends, and notifies the statistical information calculation processing unit 61 of the next unit time information. It has become.

ここで、ログ照合処理手段20が行う照合処理について説明する。ログ照合処理手段20は、ログ受信手段10から受信した収集メッセージの照合処理に際して、設定情報格納部80内の単位時間設定情報83及びログ定義格納部70内に格納されているログフォーマット定義情報を参照する構成となっている。かかる収集メッセージの照合処理により、ログ管理装置90内では、受信したメッセージがログフォーマット定義情報内のどのメッセージ定義情報に該当するのかを、一意に判別することが可能となる。   Here, the collation process performed by the log collation processing means 20 will be described. The log collation processing unit 20 uses the unit time setting information 83 in the setting information storage unit 80 and the log format definition information stored in the log definition storage unit 70 when collating the collected message received from the log receiving unit 10. It is a configuration to refer to. With the collected message matching process, it is possible to uniquely determine in the log management apparatus 90 which message definition information the received message corresponds to in the log format definition information.

また、ログ照合処理手段20は、照合済みの各メッセージを、ログアクセス処理手段40のログ保存処理部42と優先データ更新処理手段50とに送信する機能を備えている。本第1実施形態では、便宜的に全てのメッセージ定義情報には一意のメッセージIDが割り当てられているため、ログ照合処理手段20は、受信メッセージのメッセージIDを判別することができる。   In addition, the log collation processing unit 20 has a function of transmitting each collated message to the log storage processing unit 42 and the priority data update processing unit 50 of the log access processing unit 40. In the first embodiment, for convenience, a unique message ID is assigned to all message definition information. Therefore, the log matching processing unit 20 can determine the message ID of the received message.

続いて、図2に示したログ照合処理手段20の内部構成について説明する。   Next, the internal configuration of the log matching processing unit 20 shown in FIG. 2 will be described.

上述したログ照合処理手段20は、収集対象IPアドレス(デバイスIPアドレス)と、動作環境(システム種別)と設定情報格納部80を参照することで確認したデータ発信時間に対応する単位時間IDとの組み合わせに対応するログフォーマット定義情報をログ定義格納部70内から選定すると共に、選定したログフォーマット定義情報内の優先定義データ71Aと統計定義データ72Aとを順次参照して照合処理を実行する特定データ照合部20Aを備えている。さらに、ログ照合処理手段20は、照合済メッセージについてのメッセージIDと収集対照IPアドレス及び動作環境とを優先データ更新処理手段50に送信する更新情報送信部20Bを備えている。この更新情報送信部20Bが送信する情報は、優先リスト71に特定のメッセージ定義情報(優先定義データ71A)を格納するため又はこれを除外するために必要な情報である。   The log verification processing means 20 described above includes the collection target IP address (device IP address), the operating environment (system type), and the unit time ID corresponding to the data transmission time confirmed by referring to the setting information storage unit 80. Specific data for selecting the log format definition information corresponding to the combination from the log definition storage unit 70 and executing the matching process by sequentially referring to the priority definition data 71A and the statistical definition data 72A in the selected log format definition information A verification unit 20A is provided. Further, the log collation processing unit 20 includes an update information transmission unit 20B that transmits the message ID, the collected control IP address, and the operating environment for the collated message to the priority data update processing unit 50. The information transmitted by the update information transmitting unit 20B is information necessary for storing or excluding specific message definition information (priority definition data 71A) in the priority list 71.

上述したように、ログ照合処理手段20には、各メッセージの照合処理を実行しながら、これと並行して優先データ更新処理手段50等への情報提供照合済を行う構成を採用したので、これによると、提供した情報に基づく各構成の迅速な動作によって更新された優先定義データ71A、統計定義データ72Aを順次参照することができ、効率的な照合処理が実現可能となる。   As described above, the log collation processing unit 20 employs a configuration in which collation processing of each message is performed and information provision collation to the priority data update processing unit 50 is performed in parallel with this. According to this, it is possible to sequentially refer to the priority definition data 71A and the statistical definition data 72A updated by the rapid operation of each component based on the provided information, and an efficient collation process can be realized.

次に、図3に示した優先データ更新処理手段50について説明する。   Next, the priority data update processing means 50 shown in FIG. 3 will be described.

上述したように、優先データ更新処理手段50は、ログ照合処理手段20から入力される照合済メッセージに基づいてイベントや例外状態(障害状態)等の特別な状況であるか否かの判定を行う優先データ格納判定部51と、この優先データ格納判定部51が特別な状況であると判定した場合に通知されるその判定にかかる情報に基づいて優先定義データ71Aの更新を行う優先データ更新部52と、を備えている。   As described above, the priority data update processing unit 50 determines whether or not there is a special situation such as an event or an exceptional state (failure state) based on the collated message input from the log collation processing unit 20. A priority data storage determination unit 51 and a priority data update unit 52 that updates the priority definition data 71A based on information related to the determination that is notified when the priority data storage determination unit 51 determines that the situation is a special situation. And.

また、優先データ格納判定部51は、設定情報格納部80に予め設定された設定時間に基づいて、優先定義データ71Aからメッセージ定義情報を除外する時刻(除外時刻)を算出する除外時刻算出機能51Aを備えている。   Further, the priority data storage determination unit 51 calculates an exclusion time calculation function 51A that calculates a time (exclusion time) at which message definition information is excluded from the priority definition data 71A based on a preset time set in the setting information storage unit 80. It has.

さらに、優先データ更新部52は、優先リスト71から除外すべき優先定義データ71Aにかかる情報に上記除外時刻を添えた優先データ除外用情報を設定情報格納部80に格納処理する除外用情報格納処理機能52Aと、上記除外時刻に達すると直ちに優先定義データ71Aとしてのメッセージ定義情報を優先リスト71から除外するメッセージ除外機能52Bと、このメッセージ除外機能52Bによる除外動作の直後に設定情報格納部80から上記優先データ除外用情報を削除する除外用情報削除機能52Cと、を備えている。   Further, the priority data update unit 52 stores in the setting information storage unit 80 priority data exclusion information in which the exclusion time is added to the information related to the priority definition data 71A to be excluded from the priority list 71. From the function 52A, the message exclusion function 52B that excludes the message definition information as the priority definition data 71A from the priority list 71 as soon as the exclusion time is reached, and the setting information storage unit 80 immediately after the exclusion operation by the message exclusion function 52B. An exclusion information deletion function 52C for deleting the priority data exclusion information.

この優先データ更新処理手段50は、上述した通り、メッセージの発生状況に適したメッセージ定義情報のみが格納される優先リスト71の更新(優先定義データ71Aの更新)に特化した構成である。また、ログ照合処理手段20は、優先データ更新処理手段50によって更新される優先定義データ71A等を適宜参照しての照合処理に特化した構成である。したがって、優先データ更新処理手段50及びログ照合処理手段20は、それぞれの処理を迅速に行うと共に処理後のデータの送受信等にかかる円滑な連携が可能である。即ち、本第1実施形態にかかるログ管理装置90は、各構成についての機能的な役割分担により、適切なメッセージ定義情報を最適なタイミングで参照し効率的な照合処理が実現できる。   As described above, the priority data update processing means 50 has a configuration specialized for updating the priority list 71 (updating the priority definition data 71A) in which only message definition information suitable for the message generation status is stored. Further, the log collation processing unit 20 has a configuration specialized for collation processing by appropriately referring to the priority definition data 71A and the like updated by the priority data update processing unit 50. Therefore, the priority data update processing means 50 and the log collation processing means 20 can perform the respective processes quickly and can smoothly coordinate the transmission / reception of the processed data. In other words, the log management apparatus 90 according to the first embodiment can implement efficient collation processing by referring to appropriate message definition information at an optimal timing by functional role sharing for each configuration.

ここで、本第1実施形態にかかるログ管理装置のネットワーク構成について図4を参照して説明する。   Here, the network configuration of the log management apparatus according to the first embodiment will be described with reference to FIG.

図4において、符号91乃至93は、ネットワーク機器やOS・アプリケーション等をインストールしたPC等を含むさまざまなログ収集対象機器である。また、符号90は、各種ログ収集対象機器(91乃至93)からログデータを収集し、解析・演算処理および照合処理等を実行する本第1実施形態にかかるログ管理装置である。これらの機器及び装置は、図4に示す通り、ネットワーク94上で接続されている。かかる構成により、本第1実施形態にかかるログ管理装置90は、受信した多種多様なメッセージの認識(メッセージの書式を定義している情報との照合)を行うと共にこれらの管理を実行する。   In FIG. 4, reference numerals 91 to 93 denote various log collection target devices including a network device, a PC installed with an OS / application, and the like. Reference numeral 90 denotes a log management apparatus according to the first embodiment that collects log data from various log collection target devices (91 to 93) and executes analysis / calculation processing, collation processing, and the like. These devices and apparatuses are connected on a network 94 as shown in FIG. With this configuration, the log management apparatus 90 according to the first embodiment recognizes various received messages (collation with information defining the message format) and executes these managements.

通常のログ管理装置では、ログデータを収集する際に「該装置自身が保持している固定順のログフォーマット定義情報」と「受信した各メッセージ」との照合処理を行うことでその受信メッセージの認識を行うが、本第1実施形態にかかるログ管理装置90では、ログデータ受信時における優先定義データ71Aの格納処理及び定期的な統計定義データ72Aの更新処理といった特徴的な動作を採用したことにより、照合処理の効率化を可能とする構成となっている。   In a normal log management device, when collecting log data, a verification process of “fixed order log format definition information held by the device itself” and “each received message” are performed to check the received message. The log management device 90 according to the first embodiment adopts characteristic operations such as storage processing of the priority definition data 71A and periodic update processing of the statistical definition data 72A when log data is received. Therefore, it is possible to increase the efficiency of the collation process.

次に、図5に例示したログ定義格納部70について説明する。   Next, the log definition storage unit 70 illustrated in FIG. 5 will be described.

ログ定義格納部70内には、図5に示す通り、システム種別ごとのログフォーマット定義マスタを管理しているログフォーマット定義マスタ格納領域(ログ定義マスタ格納領域)70Aと、ログ照合処理手段20による実際の照合処理で利用されるログフォーマット定義情報(優先定義データ71A及び統計定義データ72A)が格納されている照合用ログフォーマット定義格納領域70Bと、が設けられている。   As shown in FIG. 5, the log definition storage unit 70 includes a log format definition master storage area (log definition master storage area) 70 A that manages a log format definition master for each system type, and a log collation processing unit 20. A collation log format definition storage area 70B in which log format definition information (priority definition data 71A and statistical definition data 72A) used in actual collation processing is stored is provided.

このログフォーマット定義マスタ格納領域70Aは、システム種別(動作環境)ごとに唯一の定義を持ち、これが照合用ログフォーマット定義格納領域70Bに展開されている。即ち、照合用ログフォーマット定義格納領域70Bは、各種デバイスについての収集対象IPアドレス、システム種別、単位時間IDの順に階層構造を成し、この階層化された構造のそれぞれにログフォーマット定義情報を有している。   The log format definition master storage area 70A has a unique definition for each system type (operating environment), and this is expanded in the verification log format definition storage area 70B. That is, the collation log format definition storage area 70B has a hierarchical structure in the order of the collection target IP address, system type, and unit time ID for various devices, and each of the hierarchical structures has log format definition information. doing.

ログフォーマット定義情報として優先定義データ71A及び統計定義データ72Aを採用している本第1実施形態では、図5に示す通り、同様に収集対象IPアドレスと、システム種別と、単位時間IDと、に基づいて区分けされたログフォーマット定義領域内の優先リスト71及び統計リスト72に、それぞれが格納されている。   In the first embodiment that employs priority definition data 71A and statistical definition data 72A as log format definition information, as shown in FIG. 5, similarly to the collection target IP address, system type, and unit time ID, Each is stored in the priority list 71 and the statistics list 72 in the log format definition area classified based on each.

ここでのシステムとは、情報システム(情報システムの構成要素としてのオペレーティングシステム(OS)も含む)、ネットワークシステム等のコンピュータに関わるソフトウェアのことであり、本第1実施形態では、システム種別と動作環境とを同義で用いている。また、OSが提供するファイルシステム上に直接構築されるデータベース(DB)やデータベース管理システム等もここでのシステムに含むものとする。   The system here is software related to a computer such as an information system (including an operating system (OS) as a component of the information system), a network system, etc. In the first embodiment, the system type and operation Synonymous with environment. In addition, a database (DB) directly constructed on a file system provided by the OS, a database management system, and the like are included in the system here.

ところで、図5に例示したログフォーマット定義情報から読み取れる意味は、「あるIPアドレスに存在する、あるシステム種別の、ある時間帯におけるログフォーマット定義情報」である。例えば、「192.168.0.15のIPアドレスから、13時〜14時の間に送られてきたWindows(登録商標)のOSのメッセージに対して、参照するログフォーマット定義情報」のように構造化されている。   Incidentally, the meaning that can be read from the log format definition information illustrated in FIG. 5 is “log format definition information in a certain time zone of a certain system type existing at a certain IP address”. For example, it is structured as “log format definition information to be referenced for a Windows (registered trademark) OS message sent from 13:00 to 14:00 from the IP address of 192.168.0.15”.

従来のログ管理装置におけるログフォーマット定義情報は、システム種別(動作環境)ごとに唯一であることが一般的であったが、本第1実施形態にかかるログ管理装置では、同一のシステム種別であっても設置環境によってメッセージの発生状況が異なることを考慮し、収集対象IPアドレスごとや単位時間ごとにログフォーマット定義情報を保持する構成を採用した。   The log format definition information in the conventional log management apparatus is generally unique for each system type (operating environment). However, the log management apparatus according to the first embodiment has the same system type. However, considering the fact that the message generation status varies depending on the installation environment, a configuration is adopted in which the log format definition information is retained for each collection target IP address and for each unit time.

収集対象IPアドレスごとの分割管理によれば、特に、同じシステムを異なる用途で使用する場合に生じ得るログの出力傾向の違いに対し柔軟に対応することができる。例えば、同じWindows(登録商標)のOSを、OAマシンとして利用したり、24時間稼動させたりする場合が考えられる。   According to the division management for each collection target IP address, it is possible to flexibly cope with a difference in log output tendency that may occur particularly when the same system is used for different purposes. For example, the same Windows (registered trademark) OS may be used as an OA machine or operated for 24 hours.

また、単位時間ごとの分割管理によれば、特に、時間帯ごとに異なるログの出力傾向に対して柔軟な対応が可能である。例えば、「8時〜9時の出社時間は各クライアントマシンにてログインログが大量に発生するが、15時〜16時の勤務時間中にはログインログがほとんど発生しない」等の、状況に起因する場合である。   In addition, according to the division management for each unit time, it is possible to flexibly cope with a log output tendency that is different for each time zone. For example, due to the situation such as "A lot of login logs are generated on each client machine during the office hours from 8:00 to 9:00, but there are few login logs during working hours from 15:00 to 16:00" This is the case.

さらに、各ログフォーマット定義情報には、該当するシステムにかかるログフォーマット定義マスタのメッセージ定義情報を該当単位時間内での受信回数が多い順に並び替えた統計定義データ72Aと、統計定義データ72Aのメッセージ定義情報のうち一時的に優先度を上げて照合すべきものである優先定義データ71Aと、が設けられている。これらの統計定義データ72Aと優先定義データ71Aとは、それぞれ特定の格納領域である統計リスト72と優先リスト71とに格納されている。なお、優先リスト71に格納する優先定義データ71Aとしてのメッセージ定義情報は、優先データ更新処理手段50がログデータの特徴を利用して更新する構成となっている。   Further, each log format definition information includes statistical definition data 72A in which the message format information of the log format definition master related to the corresponding system is rearranged in descending order of the number of receptions within the corresponding unit time, and the message of the statistical definition data 72A. Priority definition data 71A, which is to be collated by temporarily raising the priority among the definition information, is provided. The statistical definition data 72A and the priority definition data 71A are stored in the statistical list 72 and the priority list 71, which are specific storage areas, respectively. The message definition information as the priority definition data 71A stored in the priority list 71 is configured to be updated by the priority data update processing means 50 using the characteristics of the log data.

続いて、図6に例示した設定情報格納部80について説明する。   Next, the setting information storage unit 80 illustrated in FIG. 6 will be described.

設定時間格納部80には、各照合済メッセージにかかる情報に基づいて優先データ格納判定部51が優先定義データ71Aとすべきメッセージ定義情報の有無を判定するための格納判定情報(イベント定義情報81A)と、周期及び単位時間IDにかかる情報である単位時間設定情報83Aと、優先データ更新部52が優先リスト71から優先定義データ71Aを除外する際に参照する優先データ除外用情報82Aと、が格納されている。   The set time storage unit 80 stores storage determination information (event definition information 81A) for determining whether or not there is message definition information that the priority data storage determination unit 51 should use as the priority definition data 71A based on the information about each collated message. ), Unit time setting information 83A that is information relating to the cycle and unit time ID, and priority data exclusion information 82A that the priority data update unit 52 refers to when the priority definition data 71A is excluded from the priority list 71. Stored.

単位時間設定情報83は、図6に示した単位時間設定情報83Aのように「周期」とそれぞれの単位時間に対して「単位時間ID」、「開始時刻」、「終了時刻」、「有効フラグ」の項目を保持している。周期(一定時間ごとの繰返し周期)とは、単位時間が一周するまでの期間である。また、単位時間IDは、各単位時間に割り当てられた一意の識別情報である。   The unit time setting information 83 includes “unit time ID”, “start time”, “end time”, “valid flag” for the “cycle” and each unit time as in the unit time setting information 83A shown in FIG. "Is held. The period (repetition period every fixed time) is a period until the unit time goes around. The unit time ID is unique identification information assigned to each unit time.

さらに、開始及び終了の項目は、それぞれの単位時間の開始時刻及び終了時刻を表している。この開始及び終了の項目にかかる欄には、外部から任意時刻の指定を行う構成となっている。また、有効フラグにかかる欄には、現在時刻がどの単位時間に属しているのかを表すフラグ情報が書き込まれる。本第1実施形態にかかる単位時間設定情報83Aは、1日周期で、1時間単位に単位時間が設定されている。即ち、1周期が24個の単位時間に分割されている。   Furthermore, the start and end items represent the start time and end time of each unit time. In the column for the start and end items, an arbitrary time is designated from the outside. Further, flag information indicating which unit time the current time belongs to is written in the column related to the valid flag. In the unit time setting information 83A according to the first embodiment, the unit time is set in units of one hour with a period of one day. That is, one cycle is divided into 24 unit times.

(動作説明:優先定義データ71Aの更新処理)
ここでは、図1に開示したログ管理装置90にかかる動作のうち、イベントによる後続メッセージの予測を用いた優先定義データ71Aの更新とその利用方法について、図7(ステップS700〜S715)を参照しながら説明する。
(Description of operation: Update processing of priority definition data 71A)
Here, of the operations related to the log management device 90 disclosed in FIG. 1, refer to FIG. 7 (steps S700 to S715) for the update of the priority definition data 71A using the prediction of the subsequent message by the event and the usage method. While explaining.

まず、ログ管理装置90は、ログ受信手段10によって各デバイスからログデータ(メッセージの集合)を受信すると共にこの受信したメッセージごとの収集対象IPアドレス(送信元IPアドレス)の確認を行う(図7:S700)。ここで、ログ受信手段10は、メッセージとそのメッセージにかかる収集対象IPアドレスとの関連付け(紐付け)を行う。また、ログ受信手段10は、受信したすべてのメッセージ及び収集対象IPアドレスをログ照合処理手段20に送信する(図7:S701)。なお、収集対象IPアドレスとは、デバイスごとに割り振られた識別番号のことである。   First, the log management device 90 receives log data (a set of messages) from each device by the log receiving means 10 and confirms a collection target IP address (source IP address) for each received message (FIG. 7). : S700). Here, the log receiving unit 10 associates (links) the message with the collection target IP address related to the message. Further, the log receiving unit 10 transmits all the received messages and the collection target IP address to the log matching processing unit 20 (FIG. 7: S701). The collection target IP address is an identification number assigned to each device.

ログ照合処理手段20は、現在時刻に該当する単位時間IDを取得するため、設定情報格納部80内の単位時間設定情報83にある有効フラグを参照し、有効な単位時間IDを確認する(図7:S702)。なお、ログ受信手段10から受け取った収集対象IPアドレスから初めてメッセージを受信した場合には、メッセージの判別の前にシステム種別(動作環境)の判定を要するが、本第1実施形態では、既にこのシステム種別の判定処理を終えたことにより、システム種別の認識が可能な状態であるものとする。   In order to obtain the unit time ID corresponding to the current time, the log verification processing unit 20 refers to the valid flag in the unit time setting information 83 in the setting information storage unit 80 and confirms the valid unit time ID (see FIG. 7: S702). When a message is received for the first time from the collection target IP address received from the log receiving means 10, it is necessary to determine the system type (operating environment) before determining the message. In the first embodiment, this is already the case. It is assumed that the system type can be recognized after the system type determination process is completed.

続いて、ログ照合処理手段20は、ログ定義格納部70の照合用ログフォーマット定義格納領域70B(図5)内で、ログ受信手段10にて確認した収集対象IPアドレス、単位時間設定情報83から取得した単位時間ID、及びシステム種別の組み合わせに合致する特定領域のログフォーマット定義情報を参照する(図7:S703)。   Subsequently, the log verification processing unit 20 uses the collection target IP address and unit time setting information 83 confirmed by the log reception unit 10 in the log format definition storage area 70B for verification (FIG. 5) of the log definition storage unit 70. Reference is made to the log format definition information of a specific area that matches the acquired unit time ID and system type combination (FIG. 7: S703).

なお、同一のIPアドレスに複数のシステムが存在する場合には、それぞれについてのログフォーマット定義情報を参照する。例えば、図5に示した「システムAの領域とシステムBの領域を内包する収集対象IPアドレス1の領域」のような場合である。さらに、システムA及びシステムBにかかる領域は、図5に示す通り、単位時間IDによって区分けされ、この区分けされた領域内にログフォーマット定義情報が設けられている。即ち、すべてのログフォーマット定義にかかる領域内の優先リスト71及び統計リスト72には、ログフォーマット定義情報としての優先定義データ71A及び統計定義データ72Aが格納されている。   When there are a plurality of systems at the same IP address, the log format definition information for each system is referred to. For example, it is a case like the “area of the collection target IP address 1 including the area of the system A and the area of the system B” shown in FIG. Further, as shown in FIG. 5, the areas related to the system A and the system B are divided by unit time IDs, and log format definition information is provided in the divided areas. That is, priority definition data 71A and statistical definition data 72A as log format definition information are stored in the priority list 71 and the statistics list 72 in the area related to all log format definitions.

ログ照合処理手段20は、照合用ログフォーマット定義格納領域70Bを参照することにより、ログ収集対象機器ごとの動作環境及びデータ発信時間に基づいて分類されたログフォーマット定義情報を選定し、これを利用してログ受信手段10から受け取ったメッセージについての照合処理を行う。   The log collation processing means 20 refers to the collation log format definition storage area 70B, selects log format definition information classified based on the operating environment and data transmission time for each log collection target device, and uses this Then, collation processing is performed on the message received from the log receiving means 10.

本第1実施形態では、上述した通り、該当するすべてのログフォーマット定義領域内に優先リスト71及び統計リスト72が設けられていて、後述する一時的な優先照合期間内においては、ログ照合処理手段20が、優先定義データ71A、統計定義データ72Aの順に順次参照し、文字列リストとして定義されたメッセージ定義情報と取得したメッセージとの照合処理を実行する。即ち、ログ照合処理手段20は、ログフォーマット定義情報における上位メッセージ定義情報から下位メッセージ定義情報へとシーケンシャルにメッセージ照合(マッチング処理)を実施する(図7:S704)。   In the first embodiment, as described above, the priority list 71 and the statistics list 72 are provided in all corresponding log format definition areas, and log verification processing means is used within a temporary priority verification period to be described later. 20 sequentially refers to priority definition data 71A and statistical definition data 72A in order, and executes collation processing between the message definition information defined as the character string list and the acquired message. That is, the log verification processing means 20 performs message verification (matching processing) sequentially from the upper message definition information to the lower message definition information in the log format definition information (FIG. 7: S704).

かかる工程において照合処理が完了したメッセージについては、ログ管理装置90が、「ログフォーマット定義内のどのメッセージ情報なのか」を一意に判別できる状態となる。なお、同一の収集対象IPアドレスに複数のシステムが存在したため、各システムについてのログフォーマット定義情報を特定した場合には、それぞれのログフォーマット定義情報に基づいて上記同様の照合処理を行う(図7:S704)。   With respect to a message for which the collation processing has been completed in such a process, the log management device 90 is in a state where it can uniquely determine “which message information is in the log format definition”. Since a plurality of systems exist at the same collection target IP address, when the log format definition information for each system is specified, the same matching process is performed based on each log format definition information (FIG. 7). : S704).

本動作説明では、便宜的に、各システムのログフォーマット定義マスタ内の各メッセージ定義情報について、一意に定められたメッセージIDが存在するものとする。したがって、かかるメッセージ照合処理においては、必ずメッセージIDの判別が可能であり、本第1実施形態においてもログ照合処理手段20は、ここでメッセージIDを判別する。なお、メッセージIDを判別することで、該当するメッセージIDに対応するメッセージ定義情報の参照が可能となるため、そのメッセージが保持している情報が判明し、解析処理が可能となる(図7:S704)。   In the description of this operation, for the sake of convenience, it is assumed that a uniquely defined message ID exists for each message definition information in the log format definition master of each system. Therefore, in such message collation processing, it is always possible to determine the message ID, and also in the first embodiment, the log collation processing means 20 determines the message ID here. Note that by determining the message ID, it is possible to refer to the message definition information corresponding to the corresponding message ID, so that the information held by the message is found and analysis processing is possible (FIG. 7: S704).

ところで、イベントを利用する場合の動作説明としての本第1実施形態では、照合開始直後における特定の格納領域としての優先リスト71には優先定義データ71Aが格納されていないため(格納されたメッセージ定義情報はメッセージ除外機能52Bにより一定時間経過後に除外されるため)、ログ照合処理手段20は、まず、同じログフォーマット定義領域内の統計定義データ72Aを参照する。もっとも、後述する工程により、ログデータに現れる特徴を活かした特定のメッセージ定義情報が優先定義データ71Aに格納されると、これが除外されるまでの期間においては、優先定義データ71Aと統計定義データ72Aとがこの順序で順々に参照され、各メッセージについての照合処理が実行される。イベントを利用できるか否かについては、後述するステップS509(格納判定工程)において判明する。   By the way, in the first embodiment as an operation explanation when using an event, priority definition data 71A is not stored in the priority list 71 as a specific storage area immediately after the start of collation (stored message definition). Since the information is excluded by the message exclusion function 52B after a predetermined time has elapsed), the log matching processing means 20 first refers to the statistical definition data 72A in the same log format definition area. However, if specific message definition information that makes use of characteristics appearing in the log data is stored in the priority definition data 71A by a process described later, the priority definition data 71A and the statistical definition data 72A are used until this is excluded. Are sequentially referred to in this order, and collation processing for each message is executed. Whether or not an event can be used is determined in step S509 (storage determination step) described later.

また、単位時間ごとに更新される統計定義データ72Aは、上述した通り、デバイスごとの環境により区分けされたすべての領域内に存在し、そこには各デバイスについての全メッセージ定義情報が格納されている。さらに、統計リスト72内のメッセージ定義情報は、受信した回数が多い順番で並び替えられているため、これを利用する本第1実施形態にかかるログ管理装置90によれば、固定の順番で行うよりも照合処理を効率的に行うことができる。   Further, as described above, the statistical definition data 72A updated every unit time exists in all areas classified by the environment for each device, and stores all message definition information for each device. Yes. Furthermore, since the message definition information in the statistics list 72 is rearranged in the order of the number of receptions, according to the log management device 90 according to the first embodiment using this, the message definition information is performed in a fixed order. As a result, the matching process can be performed more efficiently.

本第1実施形態では、上述したログ照合処理手段20による照合処理の進行に伴って、以下の各工程(ステップS705〜S715)が順次実行される。   In the first embodiment, the following steps (steps S705 to S715) are sequentially executed with the progress of the collation processing by the log collation processing unit 20 described above.

ログ照合処理手段20は、照合処理によって判別したメッセージIDと照合済メッセージとを、ログアクセス処理手段40のログ保存処理部42に送信する(図7:S705)。このログフォーマット照合手段20から受け取った情報を、ログ保存処理部42は、ログ保存部30に保存する(図7:S706)。   The log collation processing unit 20 transmits the message ID determined by the collation processing and the collated message to the log storage processing unit 42 of the log access processing unit 40 (FIG. 7: S705). The log storage processing unit 42 stores the information received from the log format verification unit 20 in the log storage unit 30 (FIG. 7: S706).

このステップS705及びS706によってログ保存部30に保存された照合済メッセージは、後述する統計定義データ72Aの更新処置にかかる工程において利用する(図9:S900〜S907)。なお、統計リスト72内の統計定義データ72Aは、単位時間設定情報83に基づく統計データ更新処理手段60の処理により定期的に更新される。   The collated message stored in the log storage unit 30 in steps S705 and S706 is used in a process related to update processing of statistical definition data 72A described later (FIG. 9: S900 to S907). The statistical definition data 72A in the statistical list 72 is periodically updated by the processing of the statistical data update processing means 60 based on the unit time setting information 83.

続いて、ログ照合処理手段20は、優先データ更新処理手段50内の優先データ格納判定部51に、照合用ログフォーマット定義格納領域70B(図5)を参照することによって判別したメッセージID、ログ受信手段10にて確認した収集対象IPアドレス、上記照合処理によって判別可能となったシステム種別を送信する(図7:S707)。これらの情報は、優先データ格納判定部51が、優先定義データ71Aとすべきメッセージ定義情報を特定するために必要な情報である。   Subsequently, the log collation processing means 20 receives the message ID and log received by referring to the prioritized data storage determination section 51 in the prioritized data update processing means 50 by referring to the collation log format definition storage area 70B (FIG. 5). The collection target IP address confirmed by the means 10 and the system type that can be discriminated by the collation process are transmitted (FIG. 7: S707). These pieces of information are information necessary for the priority data storage determination unit 51 to specify message definition information to be used as the priority definition data 71A.

優先データ格納判定部51は、ログフォーマット照合手段20からメッセージID等を受け取ると、設定情報格納部80内の格納判定用情報81及び単位時間設定情報83を参照する(図7:S708)。   When the priority data storage determination unit 51 receives the message ID or the like from the log format verification unit 20, the priority data storage determination unit 51 refers to the storage determination information 81 and the unit time setting information 83 in the setting information storage unit 80 (FIG. 7: S708).

この優先データ格納判定部51による参照工程においては、まず、設定情報格納部80内のイベント定義情報81A(図6)が参照される。優先データ格納判定部51は、ログ照合処理手段20から受け取った各情報を、イベント定義情報81A内の各イベント定義に照らすことで「優先定義データ71Aとすべきメッセージ定義情報(優先リスト71に格納すべきメッセージ定義情報)が存在するか否か」を確認する(図7:S709)。   In the reference process by the priority data storage determination unit 51, first, the event definition information 81A (FIG. 6) in the setting information storage unit 80 is referred to. The priority data storage determination unit 51 refers to each event definition in the event definition information 81A for each piece of information received from the log collation processing unit 20, thereby “message definition information to be used as priority definition data 71A (stored in the priority list 71”). Whether or not message definition information to be present exists ”is confirmed (FIG. 7: S709).

具体的には、ログ照合処理手段20から受け取った照合済メッセージにかかる収集対象IPアドレス、システム種別、及びメッセージIDの組み合わせが、イベント定義情報81A(図6)内の起点メッセージのうちの何れかと合致した場合に、その起点メッセージに対応する後続メッセージにかかる情報を、優先的に照合すべきメッセージ定義情報にかかる情報と認定する。即ち、優先データ格納判定部51は、参照したイベント定義情報81A内に上記3つの情報を内包する起点メッセージが存在した場合に、優先定義データ71Aとすべきメッセージ定義情報が有る旨判定し、そのイベントの後続メッセージにかかるメッセージ定義情報が優先リスト71に格納すべきものであると認定する。   Specifically, the combination of the collection target IP address, the system type, and the message ID related to the collated message received from the log collation processing unit 20 is any one of the origin messages in the event definition information 81A (FIG. 6). If they match, the information related to the subsequent message corresponding to the starting message is recognized as the information related to the message definition information to be preferentially checked. That is, the priority data storage determination unit 51 determines that there is message definition information to be the priority definition data 71A when there is a starting message including the above three information in the referenced event definition information 81A. It is determined that the message definition information relating to the subsequent message of the event is to be stored in the priority list 71.

ここで、図6に示したイベントの具体例についての優先定義データ71Aとすべきメッセージ定義情報が有る旨の判定にかかる動作説明を加える。イベントの例としては、
イベント定義81Aに掲げた「WebシステムAでの検索」を用いる。この設定情報格納部80内には、予めイベント定義情報等が格納されている。
Here, an operation description relating to determination that there is message definition information to be the priority definition data 71A for the specific example of the event shown in FIG. 6 will be added. Examples of events include
“Search by Web system A” listed in the event definition 81A is used. The setting information storage unit 80 stores event definition information and the like in advance.

まず、WebシステムAでの検索処理が実行された場合、WebシステムAでは「検索が実行された」旨を表すメッセージが出力される。その後、WebシステムAのデータ参照先であるデータベース(本第1実施形態ではOracle(登録商標))において、WebシステムAから指示されたデータベース検索が実施され、「データベース検索が実施された」旨のメッセージが出力される。したがって、「WebシステムAでの検索」イベントでは、起点となる「WebシステムAにおける検索実行メッセージ」と後続の「データベースにおける検索実行メッセージ」とを、一連のイベントとして定義する。   First, when a search process is executed in the Web system A, the Web system A outputs a message indicating that “search is executed”. Thereafter, a database search instructed by the Web system A is performed in a database (Oracle (registered trademark) in the first embodiment) which is a data reference destination of the Web system A, indicating that “database search has been performed”. A message is output. Therefore, in the “search in the Web system A” event, the “search execution message in the Web system A” and the subsequent “search execution message in the database” as the starting point are defined as a series of events.

即ち、起点メッセージである「WebシステムAにおける検索実行メッセージ」が発生した場合、ごく近い間に「データベースにおける検索実行メッセージ」が発生する可能性が非常に高いため、統計定義データ72Aを利用するよりも優先的に後続メッセージを照合した方が効率的である。かかる点に鑑みて、本第1実施形態では、ログフォーマット定義格納部70内に優先定義データ71Aを設け、それを優先適用することにより、照合処理の更なる効率化を可能とした。   In other words, when the “search execution message in the Web system A” that is the origin message is generated, the possibility that the “search execution message in the database” will be generated very soon is very high. It is more efficient to collate subsequent messages with priority. In view of this point, in the first embodiment, priority definition data 71A is provided in the log format definition storage unit 70, and it is applied preferentially, thereby enabling more efficient collation processing.

ところで、優先定義データ71Aとすべき(特定の格納領域としての優先リスト71に格納すべき)メッセージ定義情報は、イベントごとに設定するものであるため、通常の統計順で照合するよりも照合効率がよくなるのは、該当するイベントが発生した場合に限られる。したがって、該当するイベントが発生していない場合にまでこれを利用したのでは、かえって照合効率が下がってしまう。   By the way, the message definition information to be set as the priority definition data 71A (to be stored in the priority list 71 as a specific storage area) is set for each event, so that the verification efficiency is higher than that in the normal statistical order. Is better only when the relevant event occurs. Accordingly, if this event is used until the corresponding event has not occurred, the collation efficiency is lowered.

そこで、優先データ格納判定部51は、優先定義データ71Aとすべきメッセージ定義情報にかかる情報を確認できた際(上記3つの情報を内包する起点メッセージをイベント定義情報81A内で確認できた際)、合わせて、ログ定義格納部70内の優先リスト71から優先定義データ71Aを除外する時刻(除外時刻)を算出する(図7:S709)。この該当イベントごとに設定すべき除外時刻の算出に際しては、図6に示したイベント定義情報81A内の設定時間の内容(本第1実施形態では10秒)が参酌される。   Therefore, the priority data storage determination unit 51 can confirm the information related to the message definition information to be the priority definition data 71A (when the origin message containing the above three informations can be confirmed in the event definition information 81A). In addition, a time (exclusion time) at which the priority definition data 71A is excluded from the priority list 71 in the log definition storage unit 70 is calculated (FIG. 7: S709). In calculating the exclusion time to be set for each event, the contents of the set time (10 seconds in the first embodiment) in the event definition information 81A shown in FIG. 6 are taken into consideration.

この該当イベントごとに設定された設定時間は、一時的な照合効率向上のために格納されたメッセージ定義情報を優先リスト71から除外するまでの時間のことである。即ち、優先データ格納判定部51は、現在時刻から設定時間経過後の時刻である除外時刻を、現在時刻に設定時間を加算することにより算出する(図7:S709)。この優先データ格納判定部51が有する除外時刻の算出にかかる機能を除外時刻算出機能51Aとする(図3)。この現在時刻から除外時刻までの期間が優先照合期間である。   The set time set for each corresponding event is the time until the message definition information stored for temporarily improving the collation efficiency is excluded from the priority list 71. That is, the priority data storage determination unit 51 calculates an exclusion time that is a time after the set time has elapsed from the current time by adding the set time to the current time (FIG. 7: S709). A function related to calculation of the exclusion time included in the priority data storage determination unit 51 is referred to as an exclusion time calculation function 51A (FIG. 3). The period from the current time to the exclusion time is the priority verification period.

本第1実施形態では、設定情報格納部80に予め格納されたイベント定義情報を利用する場合であるため、優先データ格納判定部51は、イベント定義情報81Aの更新を行うことなく次の動作を実行する。なお、後述する第2実施形態においては、更新を行う必要がある。   In the first embodiment, since the event definition information stored in advance in the setting information storage unit 80 is used, the priority data storage determination unit 51 performs the next operation without updating the event definition information 81A. Run. In the second embodiment to be described later, it is necessary to update.

続いて、優先データ格納判定部51は、イベント定義情報81Aを参照した際にイベントの後続メッセージにかかる情報として取得した収集対象IPアドレス(デバイスIPアドレス)、システム種別、単位時間ID、単位時間設定情報83Aを参照した際に取得したメッセージID、及び上記により算出した除外時刻を、優先定義データ71Aの更新(優先リスト71への格納及びそこからの除外)に用いる情報として優先データ更新部52に送信する(図7:S710)。   Subsequently, the priority data storage determination unit 51 refers to the collection target IP address (device IP address), system type, unit time ID, and unit time setting acquired as information related to the subsequent message of the event when referring to the event definition information 81A. The priority data update unit 52 uses the message ID acquired when referring to the information 83A and the exclusion time calculated as described above as information used to update the priority definition data 71A (store in the priority list 71 and exclude from it). Transmit (FIG. 7: S710).

優先データ更新部52は、優先データ格納判定部51から受け取った後続メッセージにかかる情報により、設定情報格納部80内の優先データ除外用情報82A(図6)を更新する(図7:S711)。なお、この優先データ除外用情報82Aは、優先データ更新部52が、一時的な照合効率向上のために格納されたメッセージ定義情報を優先リスト71から除外する際に利用する。   The priority data update unit 52 updates the priority data exclusion information 82A (FIG. 6) in the setting information storage unit 80 with the information related to the subsequent message received from the priority data storage determination unit 51 (FIG. 7: S711). The priority data exclusion information 82A is used when the priority data updating unit 52 excludes the message definition information stored for temporarily improving the collation efficiency from the priority list 71.

また、優先データ更新部52は、優先データ格納判定部51から受け取ったシステム種別及びメッセージIDに対応するメッセージ定義情報を、ログフォーマット定義マスタ格納領域70A(図5)内の該当システム種別にかかるログフォーマット定義情報から取得する(図7:S712)。   Further, the priority data update unit 52 stores the message definition information corresponding to the system type and message ID received from the priority data storage determination unit 51 in the log corresponding to the corresponding system type in the log format definition master storage area 70A (FIG. 5). Obtained from the format definition information (FIG. 7: S712).

さらに、優先データ更新部52は、ログフォーマット定義マスタ格納領域70Aにて取得したメッセージ定義情報を、優先データ格納判定部51から受け取った収集対象IPアドレス、システム種別、及び単位時間IDに対応するログ定義格納部70内の優先リスト71(特定の格納領域)に優先定義データ71Aとして格納する(図7:S713)。   Further, the priority data update unit 52 uses the log corresponding to the collection target IP address, system type, and unit time ID received from the priority data storage determination unit 51 for the message definition information acquired in the log format definition master storage area 70A. Stored as priority definition data 71A in the priority list 71 (specific storage area) in the definition storage unit 70 (FIG. 7: S713).

かかる工程により、該当する優先リスト71に特定のメッセージ定義情報(優先定義データ71A)が格納されると、ログ照合処理手段20は、以降において優先定義データ71Aを最優先しての効率的な照合処理が実行できる。かかる優先定義データ71Aを優先適用しての照合処理は、上記により算出した除外時刻に達するまで行われる。   When specific message definition information (priority definition data 71A) is stored in the corresponding priority list 71 by this process, the log matching processing means 20 performs efficient matching with the priority definition data 71A having the highest priority thereafter. Processing can be executed. The collation process with priority application of the priority definition data 71A is performed until the exclusion time calculated as described above is reached.

上述したように、優先データ更新部52は、優先データ除外用情報82A内の各除外時刻に達した際に、優先リスト71に格納した優先定義データ71Aとしてのメッセージ定義情報を除外する機能(図3:メッセージ除外機能52B)を備えている。具体的には、該当する優先リスト71に格納されたメッセージ定義情報にかかる該当IPアドレス、システム種別、単位時間ID、及びメッセージIDを除外する(図7:S714)。その際、優先データ更新部52は、優先データ除外用情報82Aからも該当するメッセージ定義にかかる情報を削除する(図7:S715)。   As described above, the priority data updating unit 52 excludes the message definition information as the priority definition data 71A stored in the priority list 71 when each exclusion time in the priority data exclusion information 82A is reached (FIG. 3: A message exclusion function 52B) is provided. Specifically, the corresponding IP address, system type, unit time ID, and message ID related to the message definition information stored in the corresponding priority list 71 are excluded (FIG. 7: S714). At that time, the priority data update unit 52 deletes the information related to the corresponding message definition from the priority data exclusion information 82A (FIG. 7: S715).

(動作説明:統計定義データ72Aの更新処理)
図9は、定期的に統計定義データ72Aを更新する際の動作を示したものである。統計定義データ72Aは、メッセージ定義情報をその発生回数が多い順に並べ替えたものであり、単位時間ごとに随時更新される。ここでは、図1に示した本第1実施形態にかかるログ管理装置90による統計定義データ72Aの更新処理の過程について、図9のシーケンス図に沿って説明する。なお、必要に応じて図8を参照する。
(Description of operation: update processing of statistical definition data 72A)
FIG. 9 shows an operation when the statistical definition data 72A is periodically updated. The statistical definition data 72A is obtained by rearranging the message definition information in descending order of the number of occurrences, and is updated as needed every unit time. Here, the process of updating the statistical definition data 72A by the log management apparatus 90 according to the first embodiment shown in FIG. 1 will be described with reference to the sequence diagram of FIG. In addition, FIG. 8 is referred as needed.

統計データ更新処理手段60の統計情報計算処理部61は、単位時間の終了時刻になると、ログ取得処理部41に対し、終了した単位時間中に収集した全デバイスのログデータを取得するように指令を出す(ログ取得依頼)。また、統計情報計算処理部61は、かかるログ取得依頼に添えて、該当単位時間の開始時刻と終了時刻を送信する(図9:S900)。なお、本第1実施形態にかかる動作説明では、終了した単位時間を単位時間UT001として説明する。   The statistical information calculation processing unit 61 of the statistical data update processing means 60 instructs the log acquisition processing unit 41 to acquire log data of all devices collected during the completed unit time when the end time of the unit time is reached. (Log acquisition request). Further, the statistical information calculation processing unit 61 transmits the start time and the end time of the corresponding unit time along with the log acquisition request (FIG. 9: S900). In the description of the operation according to the first embodiment, the completed unit time will be described as the unit time UT001.

ログ取得処理部41は、統計情報計算処理部61から受け取った開始時刻と終了時刻を利用して、ログ保存部30から該当時間帯に収集した全デバイスのログデータを取得する。即ち、本第1実施形態では、単位時間UT001中のログデータを取得する(図9:S901)。   The log acquisition processing unit 41 uses the start time and end time received from the statistical information calculation processing unit 61 to acquire log data of all devices collected from the log storage unit 30 in the corresponding time zone. That is, in the first embodiment, log data in the unit time UT001 is acquired (FIG. 9: S901).

ここでログ取得処理部41が取得する情報は、上述したログ照合処理手段20による照合処理の工程を経た照合済メッセージをログ保存処理部42が受け取ると共にこれをログ保存部30に保存したものである(図7:S705、S706)。かかる照合処理の工程は経時的に実行され、その度に照合済メッセージがログ保存部30に保存される。   Here, the information acquired by the log acquisition processing unit 41 is obtained by the log storage processing unit 42 receiving the collated message that has undergone the collation processing by the log collation processing unit 20 and storing it in the log storage unit 30. (FIG. 7: S705, S706). The verification process is executed over time, and the verification message is stored in the log storage unit 30 each time.

続いて、ログ取得処理部41は、ログ保存部30から取得した単位時間UT001中のログデータを、統計データ更新処理手段60の統計情報計算処理部61に送付する(図9:S902)。   Subsequently, the log acquisition processing unit 41 sends the log data in the unit time UT001 acquired from the log storage unit 30 to the statistical information calculation processing unit 61 of the statistical data update processing means 60 (FIG. 9: S902).

統計情報計算処理部61は、ログ取得処理部41から受け取ったログデータについて、収集対象IPアドレスのシステム種別ごとに設定された単位時間UT001中に取得したメッセージの数をそれぞれカウントし、カウント数の多いメッセージの順にソート(整列)する。具体的には、図8に示したメッセージ出現回数84のように、各システムの単位時間UT001中のメッセージカウントのリスト(以下、カウントリストとする)を作成する(図9:S903)。   The statistical information calculation processing unit 61 counts the number of messages acquired during the unit time UT001 set for each system type of the collection target IP address for the log data received from the log acquisition processing unit 41, and Sort (sort) in order of most messages. Specifically, a list of message counts in the unit time UT001 of each system (hereinafter referred to as a count list) is created as in the message appearance count 84 shown in FIG. 8 (FIG. 9: S903).

統計情報計算処理部61は、作成した各システムのカウントリスト(計算結果)を、統計データ更新部62へ送付する(図9:S904)。   The statistical information calculation processing unit 61 sends the created count list (calculation result) of each system to the statistical data update unit 62 (FIG. 9: S904).

統計データ更新部62は、システム種別ごとに区分けされたログフォーマット定義マスタ格納領域70A(図5)を参照し、統計情報計算処理部61から受け取った各システムのカウントリストに基づいて、単位時間UT001の統計定義データ72Aを再作成する(照合用ログフォーマット定義格納領域70B内の統計リスト72に格納された統計定義データ72Aを更新する)。即ち、統計リスト72内のメッセージ定義情報を改めて並び替える。具体的には、カウントリストのカウント数を、統計定義データ72Aの該当メッセージ定義情報にかかるカウント数に加算した上で、これを回数の多い順にソート(整列)する。なお、メッセージ回数が0であったものは統計定義データ72Aの末尾に追加する(図9:S905)。   The statistical data update unit 62 refers to the log format definition master storage area 70A (FIG. 5) divided for each system type, and based on the count list of each system received from the statistical information calculation processing unit 61, unit time UT001. The statistical definition data 72A is re-created (the statistical definition data 72A stored in the statistical list 72 in the verification log format definition storage area 70B is updated). That is, the message definition information in the statistics list 72 is rearranged again. Specifically, the count number of the count list is added to the count number of the corresponding message definition information in the statistical definition data 72A, and then this is sorted (aligned) in the descending order of the number of times. If the message count is 0, it is added to the end of the statistical definition data 72A (FIG. 9: S905).

上記により、統計データ更新処理手段60は、統計情報計算処理部61にて、照合処理を経た照合済メッセージを、収集対象IPアドレス及び動作環境に基づいて分類した上でメッセージIDごとの発生回数をカウントすると共に予め設定された単位時間の終了に際してこのカウント数を多い順に整列させたカウントリストを作成する機能を備え(図9:S904)、さらに、統計データ更新部62にて、該カウントリストに基づく統計定義データ72Aの更新を実行する機能を備えている(図9:S905)、とまとめることができる。   As described above, the statistical data update processing means 60 classifies the collated messages that have undergone the collation processing in the statistical information calculation processing unit 61 based on the collection target IP address and the operating environment, and then calculates the number of occurrences for each message ID. It has a function of counting and creating a count list in which the counts are arranged in descending order at the end of a preset unit time (FIG. 9: S904). Further, the statistical data update unit 62 adds the count list to the count list. It can be summarized that it has a function of updating the statistical definition data 72A based on it (FIG. 9: S905).

続いて、統計データ更新部62は、設定情報格納部80の単位時間設定情報83A(図6)を更新する(図9:S906)。即ち、ここでは単位時間UT001が終了した状態であるため、有効となっていた単位時間UT001の有効フラグを無効とし、次の単位時間であるUT002の有効フラグを有効にする。なお、本第1実施形態はイベントを利用した例であるため、イベント定義情報81Aの更新は不要である(図9:S906)。   Subsequently, the statistical data update unit 62 updates the unit time setting information 83A (FIG. 6) in the setting information storage unit 80 (FIG. 9: S906). That is, here, since the unit time UT001 has been completed, the valid flag of the valid unit time UT001 is invalidated and the valid flag of the next unit time UT002 is validated. Since the first embodiment is an example using an event, it is not necessary to update the event definition information 81A (FIG. 9: S906).

さらに、統計データ更新部62は、次回の統計定義データ72Aの更新時刻として単位時間UT002にかかる情報を統計情報計算処理部61に通知する(図9:S907)。これによって、統計情報計算処理部61は、単位時間UT002の終了時刻になると直ちに、単位時間UT002についての上述した各工程を順次実行することが可能となる。   Further, the statistical data update unit 62 notifies the statistical information calculation processing unit 61 of information relating to the unit time UT002 as the next update time of the statistical definition data 72A (FIG. 9: S907). As a result, the statistical information calculation processing unit 61 can sequentially execute the above-described steps for the unit time UT002 as soon as the end time of the unit time UT002 is reached.

このようにして一定期間ごとに的確に更新される統計定義データ72Aを利用すれば、場面ごとに、より出現率の高いメッセージ定義情報を先んじて参照できるため、優先定義データ71Aを利用しない場合においても照合処理の効率化を図り得る。なお、ログ収集時に動的に更新される優先定義データ71Aを優先適用できる状況下では、ログ管理装置ならではの経験的知識に基づいてリストアップされたメッセージ定義情報を効果的に参照できるため、環境に合わせたより効率的な照合処理が実現できる。   By using statistical definition data 72A that is accurately updated every fixed period in this way, message definition information with a higher appearance rate can be referred to for each scene in advance, so that priority definition data 71A is not used. Also, the efficiency of the collation process can be improved. In a situation where priority definition data 71A that is dynamically updated at the time of log collection can be preferentially applied, message definition information listed based on empirical knowledge unique to log management devices can be referred to effectively. More efficient matching process can be realized according to.

また、上記各ステップS100〜S116(図11)、及び各ステップS900〜907(図9)における各工程の実行内容をプログラム化すると共に、この一連の各制御プログラムをコンピュータによって実現するような構成としてもよい。   Further, the execution contents of each step in each of the above steps S100 to S116 (FIG. 11) and each of steps S900 to 907 (FIG. 9) are programmed, and this series of each control program is realized by a computer. Also good.

〔第2実施形態:障害発生時の照合処理〕
本発明にかかるログ管理装置の第2実施形態(例外状態の利用法)を、図1、図5、図10、及び図11に基づいて説明する。
[Second Embodiment: Collation Processing when Failure Occurs]
A second embodiment (exception state utilization method) of the log management apparatus according to the present invention will be described with reference to FIG. 1, FIG. 5, FIG. 10, and FIG.

ログ管理装置が通常の状態で運用されている環境下では、こうしたエラーログ(障害時のログ)が出力されることはほとんどない。しかし、障害が発生した場合においては、通常運用時のログが出力されず、エラーログが大量に発生する可能性が高い。かかる状況であるにもかかわらず、頻度の少ないエラーログが末尾に記載されている統計定義データ72Aのみを利用したのでは、効率的な照合処理を実現することができない。そこで、本第2実施形態では、障害状態(例外状態)発生に際しての優先定義データ71Aの更新と有効な利用方法について説明する。   In an environment where the log management device is operated in a normal state, such an error log (log at the time of failure) is rarely output. However, when a failure occurs, a log during normal operation is not output, and there is a high possibility that a large number of error logs will occur. Despite this situation, if only the statistical definition data 72A in which an infrequent error log is described at the end is used, an efficient collation process cannot be realized. Therefore, in the second embodiment, a description will be given of how to update the priority definition data 71A and how to effectively use it when a failure state (exception state) occurs.

ところで、上述した第1実施形態でのログデータ受信時における優先定義データ71Aの格納処理では、イベント発生時に出力されるであろうメッセージを予測しての情報の格納等を行ったが、本第2実施形態でのログデータ受信時における優先定義データ71Aの格納処理では、予め外部から設定された閾値に基づく判定により、障害状態の発生を検知した上で、優先定義データ71Aとすべきメッセージ定義情報を特定する構成を採用した。   By the way, in the storage process of the priority definition data 71A at the time of log data reception in the first embodiment described above, information is stored by predicting a message that will be output when an event occurs. In the storage processing of the priority definition data 71A at the time of log data reception in the second embodiment, the message definition to be used as the priority definition data 71A after detecting the occurrence of a failure state by the determination based on a threshold set in advance from the outside. A configuration that identifies information was adopted.

本第2実施形態にかかる全体的構成は、図1乃至4に示した第1実施形態におけるものと同様である。加えて、ログ照合処理手段20による照合処理(図11:S104)に並行して、それ以下の各工程(ステップS105〜S116)が順次実行されるという点も同様である。   The overall configuration according to the second embodiment is the same as that in the first embodiment shown in FIGS. In addition, the same is true in that the following steps (steps S105 to S116) are sequentially executed in parallel with the collation processing (FIG. 11: S104) by the log collation processing means 20.

ここで、本第2実施形態では、設定情報格納部80には、例外状態の情報が予め定義され格納される。具体的には、例外状態を優先リスト71への優先定義データ71Aの格納判定条件に用いる場合、図10に示した設定情報格納部80のように、格納判定用情報81として予めメッセージ出現回数情報81B及び例外判定設定情報81Cが格納されている。さらに、単位時間設定情報83B内の開始時刻及び終了時刻には、外部入力により任意時刻を設定できる構成である。本第2実施形態では、1時間周期、30分単位の単位時間が設定されている。かかる場合は図10に示した通り、1周期は2つの単位時間に分割される。   Here, in the second embodiment, the setting information storage unit 80 preliminarily defines and stores exceptional state information. Specifically, when the exceptional state is used as a storage determination condition for the priority definition data 71A in the priority list 71, message appearance count information is stored in advance as the storage determination information 81 as in the setting information storage unit 80 shown in FIG. 81B and exception determination setting information 81C are stored. Further, the start time and the end time in the unit time setting information 83B can be arbitrarily set by external input. In the second embodiment, a unit time of one hour period and 30 minutes is set. In such a case, as shown in FIG. 10, one cycle is divided into two unit times.

(動作説明:優先定義データ71Aの更新処理)
ここでは、図1に開示したログ管理装置にかかる動作のうち、例外状態を用いた優先定義データ71Aの更新と使用方法について、図11(ステップS100〜S116)のシーケンス図に沿って説明する。ステップS100〜S107にかかる工程の内容は、図7に沿って説明した第1実施形態についての内容(ステップS700〜S707)と同様である。このため、以下では、それ以外の動作内容を説明する。
(Description of operation: Update processing of priority definition data 71A)
Here, the update and use method of the priority definition data 71A using the exceptional state among the operations of the log management apparatus disclosed in FIG. 1 will be described along the sequence diagram of FIG. 11 (steps S100 to S116). The content of the process concerning step S100-S107 is the same as the content (step S700-S707) about 1st Embodiment demonstrated along FIG. For this reason, below, the other operation | movement content is demonstrated.

設定情報格納部80は、収集対象IPアドレスと、動作環境と、予め設定された周期と、に基づく分類処理を経た照合済メッセージがメッセージIDごとにカウントされたメッセージ出現回数情報を有し、このメッセージ出現回数情報には、今周期カウントとその直前の周期にかかる前周期カウントが設けられている。なお、前周期カウントは、カウント数の多い順に整列されている。また、今周期カウント及び前周期カウントは、各メッセージ定義情報をメッセージIDに基づいてカウントし、整理したものである。   The setting information storage unit 80 has message appearance number information in which a collated message that has undergone classification processing based on a collection target IP address, an operating environment, and a preset period is counted for each message ID. In the message appearance frequency information, a current cycle count and a previous cycle count relating to the immediately preceding cycle are provided. The previous cycle counts are arranged in descending order of the number of counts. Also, the current cycle count and the previous cycle count are obtained by counting and organizing each message definition information based on the message ID.

優先データ格納判定部51は、ログ照合処理手段20からメッセージIDを受け取ると、図10に示した設定情報格納部80内のメッセージ出現回数情報81B、例外判定設定情報81C、及び単位時間設定情報83Bを参照する。本第2実施形態は、例外状態を優先定義データ71Aの格納判定条件に用いる場合であるため、優先データ格納判定部51は、まず、メッセージ出現回数情報81B、例外判定設定情報81Cを参照し、設定時間等の情報を取得する(図11:S108)。   When the priority data storage determination unit 51 receives the message ID from the log matching processing unit 20, the message appearance count information 81B, the exception determination setting information 81C, and the unit time setting information 83B in the setting information storage unit 80 shown in FIG. Refer to Since the second embodiment is a case where the exceptional state is used as the storage determination condition of the priority definition data 71A, the priority data storage determination unit 51 first refers to the message appearance count information 81B and the exception determination setting information 81C, Information such as the set time is acquired (FIG. 11: S108).

優先データ格納判定部51は、ログ照合処理手段20から受け取った各情報と、設定情報格納部80内で参照したメッセージ出現回数情報81B及び例外判定設定情報81Cに基づき、優先定義データ71Aとすべきメッセージ定義情報が存在するか否かを確認する(図11:S109)。   The priority data storage determination unit 51 should be the priority definition data 71A based on the information received from the log collation processing unit 20, the message appearance count information 81B and the exception determination setting information 81C referred to in the setting information storage unit 80. It is confirmed whether or not message definition information exists (FIG. 11: S109).

具体的には、今周期カウントの前周期カウント(一つ前の周期における該当単位時間に受信したメッセージ数)に対する割合を算出し、例外判定設定情報81C内で参照した例外判定用の閾値を超えていた場合に、優先定義データ71Aとすべきメッセージ定義情報が有る旨判定し、かかる判定に至ったメッセージIDにかかる情報を確認する。即ち、「(今周期カウント)/(前周期カウント)×100」による算出値が、パーセンテージ(割合)で設定された閾値を超えている場合に例外状態である旨判定する。   Specifically, the ratio of the current cycle count to the previous cycle count (the number of messages received in the corresponding unit time in the previous cycle) is calculated, and exceeds the exception determination threshold referenced in the exception determination setting information 81C. If it is determined that there is message definition information to be the priority definition data 71A, the information related to the message ID that has reached the determination is confirmed. That is, when the calculated value of “(current cycle count) / (previous cycle count) × 100” exceeds the threshold set in percentage (ratio), it is determined that the state is an exceptional state.

ここで、図10に例示した数値を用いて、優先データ格納判定部51による具体的な判定について説明する。この図10に例示したシステムAのメッセージ出現回数85によれば、メッセージIDであるMSG003の前周期カウントは31であり、今周期カウントは7である。また、例外判定設定情報81Cによれば、本第2実施形態において設定した閾値は500%である。そうすると、上述した算出式に基づいて、31/7×100≦500であることから、算出値が閾値を超えていないため「例外状態ではない」と判定する。   Here, specific determination by the priority data storage determination unit 51 will be described using the numerical values illustrated in FIG. According to the message appearance count 85 of the system A illustrated in FIG. 10, the previous cycle count of the message ID MSG003 is 31 and the current cycle count is 7. Further, according to the exception determination setting information 81C, the threshold set in the second embodiment is 500%. Then, based on the above-described calculation formula, since 31/7 × 100 ≦ 500, the calculated value does not exceed the threshold value, so it is determined as “not in an exceptional state”.

一方で、メッセージIDであるMSG00N(Nは任意の数とする)において、前周期カウントは10であり、今周期カウントは51である。そうすると、上記同様の算出式に基づいた閾値との比較によれば、51/10×100≧500であることから、前周期カウントと今周期カウントとの割合が閾値を超えているため、優先データ格納判定部51は、該当メッセージが多発する「例外状態である」と判定する(図11:109)。即ち、例外状態である旨の判定の要因となったメッセージID(ここではMSG00N)にかかる情報が、優先定義データ71Aにかかる情報であると認定する。   On the other hand, in the message ID MSG00N (N is an arbitrary number), the previous cycle count is 10, and the current cycle count is 51. Then, according to the comparison with the threshold value based on the same calculation formula as described above, since 51/10 × 100 ≧ 500, the ratio between the previous cycle count and the current cycle count exceeds the threshold value. The storage determination unit 51 determines that the message is “exceptional” in which the corresponding message occurs frequently (FIG. 11: 109). That is, the information related to the message ID (here, MSG00N) that has been a factor for determining that the state is an exceptional state is recognized as the information related to the priority definition data 71A.

ここで例外状態である旨判定した優先データ格納判定部51は、優先リスト71からメッセージ定義情報を除外する時刻(除外時刻)を算出する。本第2実施形態における優先リスト71には、第1実施形態の場合と同様に、ログデータの照合時に見られる特徴を利用して優先的に照合処理すべきメッセージ定義情報(優先定義データ71A)が一時的にリストアップされる。そのため、イベントの発生時と同様に、例外状態の発生時においても、これを除外するタイミングを予め算出しておく必要がある。   Here, the priority data storage determination unit 51 that has determined that the state is an exceptional state calculates a time (exclusion time) at which the message definition information is excluded from the priority list 71. In the priority list 71 in the second embodiment, as in the case of the first embodiment, message definition information (priority definition data 71A) to be preferentially collated using the characteristics found during log data collation. Is temporarily listed. For this reason, as in the event occurrence, it is necessary to calculate in advance the timing for excluding the exception state.

優先データ格納判定部51は、除外時刻の算出において、図10に示した例外判定設定情報81Cの設定時間(本第2実施形態では300秒)を利用する。この設定時間には、例外状態時に優先リスト71から格納メッセージを除外するまでの時間が設定されている。即ち、優先データ格納判定部51は、この例外判定設定情報81Cを参照して取得した設定時間に基づき、現在時刻から設定時間経過後の時刻である除外時刻を算出する。ここでの算出方法は、第1実施形態での場合と同様である(図11:109)。また、同様に、この現在時刻から除外時刻までの期間を優先照合期間とする。   The priority data storage determination unit 51 uses the set time (300 seconds in the second embodiment) of the exception determination setting information 81C illustrated in FIG. 10 in calculating the exclusion time. In this set time, a time until the stored message is excluded from the priority list 71 in the exceptional state is set. That is, the priority data storage determination unit 51 calculates an exclusion time that is a time after the set time has elapsed from the current time, based on the set time acquired with reference to the exception determination setting information 81C. The calculation method here is the same as in the first embodiment (FIG. 11: 109). Similarly, a period from the current time to the exclusion time is set as a priority collation period.

また、本第2実施形態は、例外状態を利用する場合であるため、優先データ格納判定部51は、メッセージ出現回数情報81B(図10)内において、ログ照合処理手段20から受け取った照合済メッセージにかかる収集対象IPアドレス、システム種別、及びメッセージIDに対応する出現回数領域内の今周期カウント(現周期において現在の属する単位時間内に受信したメッセージ数)を、該当するメッセージが発生した数の分だけ加算(+1)する。これによって、照合済メッセージに対応する出現回数領域内のメッセージIDにかかる今周期カウントが更新される(図11:S110)。   In addition, since the second embodiment uses an exceptional state, the priority data storage determination unit 51 uses the collated message received from the log collation processing unit 20 in the message appearance count information 81B (FIG. 10). The current cycle count (number of messages received within the current unit time in the current cycle) in the appearance count area corresponding to the collection target IP address, system type, and message ID is the number of occurrences of the corresponding message. Add (+1) minutes. As a result, the current cycle count relating to the message ID in the appearance count area corresponding to the verified message is updated (FIG. 11: S110).

さらに、優先データ格納判定部51は、判定結果にかかる情報として、収集対象IPアドレス、システム種別、単位時間ID、メッセージID、及び除外時刻を優先データ更新部52に送信する(図11:S111)。なお、例外状態を利用する本第2実施形態では、収集対象IPアドレス、システム種別、及びメッセージIDは、ログフォーマット照合手段20から照合済メッセージにかかる情報として取得している。また、単位時間IDについては、設定情報格納部80内の単位時間設定情報83Bを参照した際に取得している。   Furthermore, the priority data storage determination unit 51 transmits the collection target IP address, system type, unit time ID, message ID, and exclusion time as information related to the determination result to the priority data update unit 52 (FIG. 11: S111). . In the second embodiment using the exceptional state, the collection target IP address, the system type, and the message ID are acquired from the log format verification unit 20 as information related to the verified message. Further, the unit time ID is acquired when the unit time setting information 83B in the setting information storage unit 80 is referred to.

優先データ更新部52は、優先データ格納判定部51から受け取った判定結果にかかる情報により、設定情報格納部80内の優先データ除外用情報82B(図10)を更新する(図11:S112)。具体的には、優先データ格納判定部51が算出した除外時刻、設定情報格納部80で取得した単位時間ID、ログ照合処理手段20から受け取った収集対象IPアドレス、システム種別、及びメッセージIDを、設定情報格納部80内に優先データ除外用情報82Bとして格納する(図11:S112)。なお、この優先データ除外用情報82Bは、優先データ更新部52が、一時的な照合効率向上のために格納されたメッセージ定義情報を優先リスト71から除外する際に利用する。   The priority data update unit 52 updates the priority data exclusion information 82B (FIG. 10) in the setting information storage unit 80 with the information related to the determination result received from the priority data storage determination unit 51 (FIG. 11: S112). Specifically, the exclusion time calculated by the priority data storage determination unit 51, the unit time ID acquired by the setting information storage unit 80, the collection target IP address received from the log verification processing unit 20, the system type, and the message ID are Stored as priority data exclusion information 82B in the setting information storage unit 80 (FIG. 11: S112). The priority data exclusion information 82B is used when the priority data update unit 52 excludes the message definition information stored for temporarily improving the collation efficiency from the priority list 71.

上述した通り、この例外状態の発生は一時的なものであり、優先リスト71に格納する優先定義データ71Aを利用することで通常の統計順を利用した場合よりも照合効率が向上するのは、この例外状態の発生時に限られている。したがって、優先データ更新部52は、後述する工程において、この優先データ除外用情報82Bを参照して優先リスト71から優先定義データ71Aを除外する。   As described above, the occurrence of this exceptional state is temporary. By using the priority definition data 71A stored in the priority list 71, the collation efficiency is improved as compared with the case where the normal statistical order is used. Only when this exceptional condition occurs. Therefore, the priority data updating unit 52 excludes the priority definition data 71A from the priority list 71 with reference to the priority data exclusion information 82B in a process described later.

かかる工程により、該当する優先リスト71に特定のメッセージ定義情報(優先定義データ71A)が格納されると、ログ照合処理手段20は、以降において優先定義データ71Aを最優先しての効率的な照合処理が実行できる。かかる優先定義データ71Aを優先適用しての照合処理は、上記により算出した除外時刻に達するまで行われる。   When specific message definition information (priority definition data 71A) is stored in the corresponding priority list 71 by this process, the log matching processing means 20 performs efficient matching with the priority definition data 71A having the highest priority thereafter. Processing can be executed. The collation process with priority application of the priority definition data 71A is performed until the exclusion time calculated as described above is reached.

また、優先データ更新部52は、優先データ格納判定部51から受け取ったシステム種別及びメッセージIDに対応するメッセージ定義情報を、ログフォーマット定義マスタ格納領域70A(図5)内の該当システム種別にかかるログフォーマット定義情報から取得する(図11:S113)。   Further, the priority data update unit 52 stores the message definition information corresponding to the system type and message ID received from the priority data storage determination unit 51 in the log corresponding to the corresponding system type in the log format definition master storage area 70A (FIG. 5). Obtained from the format definition information (FIG. 11: S113).

さらに、優先データ更新部52は、ログフォーマット定義マスタ格納領域70Aにて取得したメッセージ定義情報を、優先データ格納判定部51から受け取った収集対象IPアドレス、システム種別、及び単位時間IDに対応するログ定義格納部70内の優先リスト71(特定の格納領域)に優先定義データ71Aとして格納する(図11:S114)。   Further, the priority data update unit 52 uses the log corresponding to the collection target IP address, system type, and unit time ID received from the priority data storage determination unit 51 for the message definition information acquired in the log format definition master storage area 70A. The priority definition data 71A is stored in the priority list 71 (specific storage area) in the definition storage unit 70 (FIG. 11: S114).

これにより、ログ照合処理手段20は、以降において、例外状態に適したメッセージ定義情報が格納された優先リスト71を参照しての照合処理を効率よく行うことができる。かかる優先定義データ71Aを優先適用しての照合処理は、上記により算出した除外時刻に達するまで行われる。   Thereby, the log collation processing means 20 can efficiently perform the collation processing with reference to the priority list 71 in which the message definition information suitable for the exceptional state is stored thereafter. The collation process with priority application of the priority definition data 71A is performed until the exclusion time calculated as described above is reached.

また、優先データ更新部52は、優先データ除外用情報82B内の各除外時刻に達した際に、優先リスト71に格納した優先定義データ71Aとしてのメッセージ定義情報を除外する機能(図3:メッセージ除外機能52B)を備えている。具体的には、該当する優先リスト71に格納されたメッセージ定義情報にかかる該当IPアドレス、システム種別、単位時間ID、及びメッセージIDを除外する(図7:S714)。その際、優先データ更新部52は、優先データ除外用情報82Aからも該当するメッセージ定義にかかる情報を削除する(図11:S116)。   Further, the priority data updating unit 52 excludes the message definition information as the priority definition data 71A stored in the priority list 71 when each exclusion time in the priority data exclusion information 82B is reached (FIG. 3: message). Exclusion function 52B) is provided. Specifically, the corresponding IP address, system type, unit time ID, and message ID related to the message definition information stored in the corresponding priority list 71 are excluded (FIG. 7: S714). At that time, the priority data update unit 52 deletes the information related to the corresponding message definition from the priority data exclusion information 82A (FIG. 11: S116).

(動作説明:統計定義データ72Aの更新処理)
続いて、本第2実施形態においても、図9に示した統計定義データ72Aの更新処理にかかるシーケンス図に沿って動作説明を行う。なお、ステップS900〜S907についての基本的な動作は、上述した第1実施形態における内容と同様であるため、ここでは双方の動作内容の相違点についてのみの説明とする。
(Description of operation: update processing of statistical definition data 72A)
Subsequently, also in the second embodiment, the operation will be described along the sequence diagram for the update processing of the statistical definition data 72A shown in FIG. Note that the basic operations in steps S900 to S907 are the same as the contents in the first embodiment described above, so only the differences between the contents of the operations will be described here.

上述したように、イベントを利用した例の場合は、イベント定義情報81Aの更新を行う必要はなかった。しかし、例外状態を利用する本第2実施形態の場合には、イベント定義情報81Bの更新を行う必要がある。具体的には、ログフォーマット照合手段20が取得した各システムのカウントリスト情報に基づいて更新する。さらに、今周期カウントを全て0に初期化し、前周期カウント部分をログフォーマット照合手段20が取得したカウント値に更新する(図9:S906)。   As described above, in the case of using an event, there is no need to update the event definition information 81A. However, in the case of the second embodiment using the exceptional state, it is necessary to update the event definition information 81B. Specifically, updating is performed based on the count list information of each system acquired by the log format verification unit 20. Further, all the current cycle counts are initialized to 0, and the previous cycle count portion is updated to the count value acquired by the log format verification unit 20 (FIG. 9: S906).

また、上記各ステップS700〜S715(図7)、及び各ステップS900〜907(図9)における各工程の実行内容をプログラム化すると共に、この一連の各制御プログラムをコンピュータによって実現するような構成としてもよい。   In addition, the execution contents of each step in each of the above steps S700 to S715 (FIG. 7) and each of steps S900 to 907 (FIG. 9) are programmed, and this series of each control program is realized by a computer. Also good.

(実施形態の効果)
本発明の第1及び第2実施形態では、メッセージの照合順序を効果的に入れ替えるべく、優先的に照合されるべきメッセージ定義情報が優先定義データ71Aとしてリストアップされる優先リスト71と、各メッセージ定義情報が発生回数の多い順に並べ替えられた統計定義データ72Aを格納する統計リスト72と、を採用した。この優先定義データ71Aは、ログデータ収集時に動的に更新されるため、これによって、ログ照合処理手段20は、状況に応じた柔軟な照合順序を実行できる。また、統計定義データ72Aは、単位時間ごとに更新されるため、これによっても、ログ照合処理手段20は、照合順序を柔軟に実行できる。即ち、本発明の第1及び第2実施形態にかかるログ管理装置90では、これら2つの定義データを柔軟に利用することにより、各ログ収集対象機器の動作環境を把握した上での効率的な照合処理が可能となる。
(Effect of embodiment)
In the first and second embodiments of the present invention, a priority list 71 in which message definition information to be preferentially collated is listed as priority definition data 71A in order to effectively change the collation order of messages, and each message A statistical list 72 storing statistical definition data 72A in which definition information is rearranged in descending order of the number of occurrences is employed. Since the priority definition data 71A is dynamically updated at the time of log data collection, the log matching processing unit 20 can execute a flexible matching order according to the situation. Further, since the statistical definition data 72A is updated every unit time, the log collation processing unit 20 can also flexibly execute the collation order. That is, in the log management device 90 according to the first and second embodiments of the present invention, by efficiently using these two definition data, it is efficient to grasp the operating environment of each log collection target device. Verification processing is possible.

なお、上述した実施形態は、ログ管理装置、その管理方法、およびそのプログラムにおける好適な具体例であり、技術的に好ましい種々の限定を付している場合もあるが、本発明の技術範囲は、特に本発明を限定する記載がない限り、これらの態様に限定されるものではない。   The embodiment described above is a preferable specific example in the log management device, the management method, and the program thereof, and may have various technically preferable limitations. However, the technical scope of the present invention is as follows. Unless otherwise specifically limited, the present invention is not limited to these embodiments.

以下は、上述した実施形態についての新規な技術的内容の要点をまとめたものであるが、本発明は必ずしもこれに限定されるものではない。   The following summarizes the main points of the new technical contents of the above-described embodiment, but the present invention is not necessarily limited to this.

(付記1)
複数のログ収集対象機器から発信される多種多様なログデータを収集し前記各機器の環境を管理するログ管理装置であって、
前記ログデータを構成する複数のメッセージを受信するログ受信手段と、
前記各メッセージについての照合処理を予め決められた序列に従って実行するログ照合処理手段と、
前記ログ収集対象機器ごとの動作環境及びデータ発信時間帯に基づいて分類されたログフォーマット定義情報が予め格納されたログ定義格納部と、を備え、
前記ログ照合処理手段は、前記照合処理を、前記ログ定義格納部に格納された複数の前記ログフォーマット定義情報の内のいずれか1つを参照することにより実行することを特徴としたログ管理装置。
(Appendix 1)
A log management device that collects a wide variety of log data transmitted from a plurality of log collection target devices and manages the environment of each device,
Log receiving means for receiving a plurality of messages constituting the log data;
Log verification processing means for executing verification processing for each message according to a predetermined order;
A log definition storage unit in which log format definition information classified based on the operating environment and data transmission time zone for each log collection target device is stored in advance,
The log collation processing unit executes the collation processing by referring to any one of the plurality of log format definition information stored in the log definition storage unit. .

(付記2)
前記付記1に記載のログ管理装置において、
前記ログフォーマット定義情報は、前記照合処理により識別したメッセージ定義情報が受信回数の多い順に並べられた統計定義データと、予め設定された前記メッセージの特性にかかる基準情報に対応づけられた一時的に優先して照合すべき前記メッセージ定義情報である優先定義データと、から成り、
前記ログ照合処理手段は、前記ログ収集対象機器についての収集対象IPアドレスと、前記動作環境と、前記データ発信時間帯に対応する単位時間IDと、の組み合わせに合致する前記ログフォーマット定義情報を選定し、この選定した前記ログフォーマット定義情報内の前記統計定義データを参照すると共に前記優先照合期間内にはこれに先立って前記優先定義データを参照して前記照合処理を順次実行する特定データ照合部を備えることを特徴としたログ管理装置。
(Appendix 2)
In the log management device according to attachment 1,
The log format definition information is temporarily associated with statistical definition data in which the message definition information identified by the collation process is arranged in descending order of reception, and reference information relating to preset characteristics of the message. Priority definition data that is the message definition information to be collated preferentially, and
The log collation processing unit selects the log format definition information that matches a combination of a collection target IP address for the log collection target device, the operating environment, and a unit time ID corresponding to the data transmission time zone. A specific data collating unit that refers to the statistical definition data in the selected log format definition information and sequentially executes the collation processing with reference to the priority definition data prior to the statistical definition data in the priority collation period A log management apparatus comprising:

(付記3)
前記付記2に記載のログ管理装置において、
前記ログ照合処理手段は、
前記優先定義データの更新を司る優先データ更新処理手段を併設すると共に、この優先データ更新処理手段に、照合済メッセージについてのメッセージIDと前記収集対照IPアドレス及び動作環境とを送信する更新情報送信部を備え、
前記優先データ更新処理手段は、
前記基準情報に基づいて前記優先定義データとすべき前記メッセージ定義情報の有無を判定する優先データ格納判定部と、
前記優先定義データとすべき前記メッセージ定義情報が有る旨の判定結果に基づいて前記ログ定義格納部の前記優先定義データを更新する優先データ更新部と、を備えることを特徴としたログ管理装置。
(Appendix 3)
In the log management device according to Appendix 2,
The log verification processing means includes:
An update information transmission unit that includes a priority data update processing unit that controls the update of the priority definition data, and transmits a message ID of the collated message, the collected control IP address, and the operating environment to the priority data update processing unit With
The priority data update processing means includes:
A priority data storage determination unit that determines the presence or absence of the message definition information to be the priority definition data based on the reference information;
A log management apparatus comprising: a priority data update unit that updates the priority definition data in the log definition storage unit based on a determination result indicating that the message definition information to be used as the priority definition data is present.

(付記4)
前記付記3に記載のログ管理装置において、
前記基準情報は、前記収集対象IPアドレス、前記動作環境、及び前記メッセージIDに基づいて定義された複数のイベント定義情報であり、
この各イベント定義情報は、イベント判定用の複数の起点メッセージとこれに対応する後続メッセージと、から成り、
前記優先データ格納判定部は、前記ログ照合処理手段から送られてくる前記収集対照IPアドレス、前記動作環境、及び前記メッセージIDの組み合わせが前記起点メッセージの何れかと合致した際に前記優先定義データとすべき前記メッセージ定義情報が有る旨判定すると共に、その合致した前記起点メッセージに対応する前記後続メッセージにかかる情報を前記優先データ更新部に送信することを特徴としたログ管理装置。
(Appendix 4)
In the log management device according to attachment 3,
The reference information is a plurality of event definition information defined based on the collection target IP address, the operating environment, and the message ID,
Each event definition information is composed of a plurality of origin messages for event determination and subsequent messages corresponding thereto,
The priority data storage determination unit, when the combination of the collection control IP address, the operating environment, and the message ID sent from the log verification processing unit matches any of the origin messages, A log management apparatus characterized by determining that there is the message definition information to be transmitted and transmitting information related to the subsequent message corresponding to the matched origin message to the priority data update unit.

(付記5)
前記付記3に記載のログ管理装置において、
前記基準情報は、前記収集対象IPアドレスと、前記動作環境と、予め設定された一定時間ごとの繰返し周期と、に基づく分類処理を経た前記照合済メッセージが前記メッセージIDごとにカウントされたメッセージ出現回数情報であり、
このメッセージ出現回数情報は、今周期カウント及びその直前の前周期カウントを含み、
前記優先データ格納判定部は、前記今周期カウントの前記前周期カウントに対する割合を算出し、この算出値が予め外部から設定された閾値を超えていた場合に前記優先定義データとすべき前記メッセージ定義情報が有る旨判定すると共にこの判定結果にかかる情報を前記優先データ更新部に送信することを特徴としたログ管理装置。
(Appendix 5)
In the log management device according to attachment 3,
The reference information includes a message appearance in which the collated message that has undergone a classification process based on the collection target IP address, the operating environment, and a preset repetition period for every predetermined time is counted for each message ID. Count information,
This message appearance number information includes the current cycle count and the previous cycle count immediately before it.
The priority data storage determination unit calculates a ratio of the current cycle count to the previous cycle count, and the message definition to be used as the priority definition data when the calculated value exceeds a preset threshold value from the outside. A log management apparatus characterized by determining that there is information and transmitting information related to the determination result to the priority data update unit.

(付記6)
前記付記3乃至5のいずれか一つに記載のログ管理装置において、
前記優先データ更新部は、前記優先データ格納判定部から送られてくる前記収集対照IPアドレス及び前記メッセージIDに対応する前記メッセージ定義情報を前記ログ定義格納部内のログ定義マスタ格納領域から取得すると共に、ここで取得した前記メッセージ定義情報を、前記ログ定義格納部内の他の特定の格納領域に前記優先定義データとして格納処理することを特徴としたログ管理装置。
(Appendix 6)
In the log management device according to any one of appendices 3 to 5,
The priority data update unit obtains the message definition information corresponding to the collection control IP address and the message ID sent from the priority data storage determination unit from a log definition master storage area in the log definition storage unit. The log management apparatus, wherein the message definition information acquired here is stored as the priority definition data in another specific storage area in the log definition storage unit.

(付記7)
前記付記6に記載のログ管理装置において、
前記ログ定義格納部内の前記格納領域は、前記優先データ更新部が、前記優先データ格納判定部から受信した前記収集対照IPアドレス、前記動作環境、及び前記単位時間IDの組み合わせに基づいて特定することを特徴としたログ管理装置。
(Appendix 7)
In the log management device according to appendix 6,
The storage area in the log definition storage unit is specified based on a combination of the collection reference IP address, the operating environment, and the unit time ID received by the priority data update unit from the priority data storage determination unit. Log management device characterized by

(付記8)
前記付記3乃至5のいずれか一つに記載のログ管理装置において、
前記優先データ更新部は、前記優先定義データを前記ログ格納部内に格納処理してから予め設定された前記優先照合期間の基準となる設定時間が経過した場合に、前記優先定義データを前記ログ格納部内から除外するメッセージ除外機能を備えることを特徴としたログ管理装置。
(Appendix 8)
In the log management device according to any one of appendices 3 to 5,
The priority data update unit stores the priority definition data in the log when a preset time as a reference of the priority collation period set in advance has elapsed since the priority definition data was stored in the log storage unit. A log management apparatus comprising a message exclusion function for exclusion from a department.

(付記9)
前記付記8に記載のログ管理装置において、
前記優先データ更新処理手段に、前記優先定義データの更新にかかる情報を格納する設定情報格納部を併設し、
前記優先データ格納判定部は、前記設定時間を現在時刻に加算することで前記ログ定義格納部内から前記優先定義データを除外する除外時刻を算出する除外時刻算出機能を備え、
前記優先データ更新部は、
前記ログ定義格納部内から除外すべき前記優先定義データにかかる情報に前記除外時刻を添えた優先データ除外用情報を前記設定情報格納部に格納処理する除外用情報格納処理機能と、
前記除外時刻に達すると、前記優先データ除外用情報を記設定情報格納部から削除する除外用情報削除機能と、を備え、
前記メッセージ除外機能は、この優先データ除外用情報を参照することで前記ログ定義格納部から前記優先定義データを除外することを特徴としたログ管理装置。
(Appendix 9)
In the log management device according to appendix 8,
The priority data update processing means is provided with a setting information storage unit for storing information related to the update of the priority definition data,
The priority data storage determination unit includes an exclusion time calculation function for calculating an exclusion time for excluding the priority definition data from the log definition storage unit by adding the set time to a current time,
The priority data update unit includes:
An exclusion information storage processing function for storing, in the setting information storage unit, priority data exclusion information in which the exclusion time is added to information related to the priority definition data to be excluded from the log definition storage unit;
An exclusion information deletion function for deleting the priority data exclusion information from the setting information storage unit when the exclusion time is reached,
The log management apparatus, wherein the message exclusion function excludes the priority definition data from the log definition storage unit by referring to the priority data exclusion information.

(付記10)
前記付記3乃至5のいずれか一つに記載のログ管理装置において、
前記ログ定義格納部に、前記統計定義データを更新する統計データ更新処理手段を併設し、
前記統計データ更新処理手段が、
前記収集対象IPアドレス及び動作環境に基づいて分類した前記照合済メッセージを前記メッセージIDごとにカウントすると共に、予め設定された単位時間の終了に際してこのカウント数を多い順に整列させたカウントリストを作成する統計データ更新処理部と、
このカウントリストに基づいて前記統計定義データを更新する統計データ更新部と、を備えることを特徴としたログ管理装置。
(Appendix 10)
In the log management device according to any one of appendices 3 to 5,
The log definition storage unit is provided with statistical data update processing means for updating the statistical definition data,
The statistical data update processing means
The collated messages classified based on the collection target IP address and the operating environment are counted for each message ID, and a count list in which the counts are arranged in descending order at the end of a preset unit time is created. A statistical data update processing unit;
And a statistical data updating unit that updates the statistical definition data based on the count list.

(付記11)
複数のログ収集対象機器から発信される多種多様なログデータを収集し前記各機器の環境を管理するログ管理装置にあって、
前記ログデータを構成する複数のメッセージを、ログ受信手段が受信し、
次に、前記各メッセージを、前記ログ受信手段がログ照合処理手段に送信し、
前記ログ収集対象機器ごとの動作環境及びデータ発信時間帯に基づいて分類されたログフォーマット定義情報が予め格納されたログ定義格納部から、前記照合処理手段が、前記各メッセージに基づいて前記ログフォーマット定義情報を選定し、
ここで選定した前記ログフォーマット定義情報を参照することにより、前記ログ照合処理手段が、前記ログ受信手段から受信した前記各メッセージの照合処理を行うことを特徴としたログ管理方法。
(Appendix 11)
In a log management device that collects a wide variety of log data transmitted from a plurality of log collection target devices and manages the environment of each device,
The log receiving means receives a plurality of messages constituting the log data,
Next, each of the messages is sent by the log receiving means to the log matching processing means,
From the log definition storage unit in which the log format definition information classified based on the operating environment and the data transmission time zone for each log collection target device is stored in advance, the verification processing unit is configured to output the log format based on each message. Select definition information,
A log management method, wherein the log collation processing unit performs collation processing of each message received from the log reception unit by referring to the selected log format definition information.

(付記12)
前記付記11に記載のログ管理方法において、
前記ログフォーマット定義情報は、前記照合処理により識別したメッセージ定義情報が受信回数の多い順に並べられた統計定義データと、予め設定された前記メッセージの特性にかかる基準情報に対応づけられた一時的に優先して照合すべき前記メッセージ定義情報である優先定義データと、から成るものであり、
前記ログ収集対象機器についての収集対象IPアドレスと、前記動作環境と、前記データ発信時間帯に対応する単位時間IDと、の組み合わせに合致する前記ログフォーマット定義情報を前記ログ照合処理手段が選定し、
ここで選定した前記ログフォーマット定義情報内の前記統計定義データを参照すると共に前記優先照合期間内にはこれに先立って前記優先定義データを参照しての前記照合処理を前記ログ照合処理手段が順次実行することを特徴としたログ管理方法。
(Appendix 12)
In the log management method according to appendix 11,
The log format definition information is temporarily associated with statistical definition data in which the message definition information identified by the collation process is arranged in descending order of reception, and reference information relating to preset characteristics of the message. And priority definition data that is the message definition information to be collated preferentially,
The log collation processing means selects the log format definition information that matches the combination of the collection target IP address for the log collection target device, the operating environment, and the unit time ID corresponding to the data transmission time zone. ,
The log verification processing means sequentially refers to the statistical definition data in the log format definition information selected here and refers to the priority definition data prior to the statistical definition data within the priority verification period. A log management method characterized by being executed.

(付記13)
前記付記12に記載のログ管理方法において、
前記優先定義データの更新を司る優先データ更新処理手段を併設する前記ログ照合処理手段が、この優先データ更新処理手段に、照合済メッセージについてのメッセージIDと前記収集対照IPアドレス及び動作環境とを送信し、
予め設定された基準情報に基づいて前記優先定義データとすべき前記メッセージ定義情報の有無を前記優先データ更新処理手段が判定し、
前記優先定義データとすべき前記メッセージ定義情報が有る旨の判定結果に基づいて、前記優先データ更新処理手段が、前記ログ定義格納部の前記優先定義データを更新するという構成とし、
これら一連の各工程内容を、前記ログ照合処理手段による前記照合処理の進行に伴って順次実行することを特徴としたログ管理方法。
(Appendix 13)
In the log management method according to appendix 12,
The log collation processing unit provided with a priority data update processing unit that controls the update of the priority definition data transmits a message ID of the collated message, the collected control IP address, and the operating environment to the priority data update processing unit. And
The priority data update processing means determines the presence / absence of the message definition information to be the priority definition data based on preset reference information,
Based on the determination result that there is the message definition information to be the priority definition data, the priority data update processing means updates the priority definition data in the log definition storage unit,
A log management method characterized by sequentially executing the contents of each series of steps as the collation processing by the log collation processing means proceeds.

(付記14)
前記付記13に記載のログ管理方法において、
前記基準情報は、前記収集対象IPアドレス、前記動作環境、及び前記メッセージIDに基づいて定義された複数のイベント定義情報であり、
この各イベント定義情報は、イベント判定用の複数の起点メッセージとこれに対応する後続メッセージと、から成るものであり、
前記ログ照合処理手段から受信した前記収集対照IPアドレス、前記動作環境、及び前記メッセージIDの組み合わせが前記起点メッセージの何れかと合致した際に、前記優先データ格納判定部が、前記優先定義データとすべき前記メッセージ定義情報が有る旨判定し、
その合致した前記起点メッセージに対応する前記後続メッセージにかかる情報を前記優先データ更新部に送信し、
この前記後続メッセージにかかる情報を前記優先データ更新部が受信し、
この受信した前記後続メッセージにかかる情報が内包する前記収集対照IPアドレス及び前記メッセージIDに対応する前記メッセージ定義情報を、前記優先データ更新部が前記ログ定義格納部内のログ定義マスタ格納領域から取得し、
前記ログ定義格納部内の前記優先定義データにかかる他の格納領域を、前記優先データ更新部が、前記優先データ格納判定部から受信した前記収集対照IPアドレス、前記動作環境、及び前記単位時間IDの組み合わせに基づいて特定し、
ここで特定した格納領域内に、前記優先データ更新部が、上記により取得した対応する前記メッセージ定義情報を前記優先定義データとして格納処理することを特徴としたログ管理方法。
(Appendix 14)
In the log management method according to appendix 13,
The reference information is a plurality of event definition information defined based on the collection target IP address, the operating environment, and the message ID,
Each event definition information is composed of a plurality of origin messages for event determination and subsequent messages corresponding thereto.
When the combination of the collection control IP address, the operating environment, and the message ID received from the log matching processing unit matches any of the origin messages, the priority data storage determination unit sets the priority definition data as the priority definition data. Determining that the message definition information should be present,
Sending information related to the subsequent message corresponding to the matched origin message to the priority data update unit,
The priority data update unit receives the information relating to the subsequent message,
The priority data update unit acquires the message definition information corresponding to the collection reference IP address and the message ID included in the received information related to the subsequent message from the log definition master storage area in the log definition storage unit. ,
Other storage areas related to the priority definition data in the log definition storage unit are stored in the collection control IP address, the operating environment, and the unit time ID received by the priority data update unit from the priority data storage determination unit. Identify based on the combination,
The log management method, wherein the priority data update unit stores the corresponding message definition information acquired as described above as the priority definition data in the storage area specified here.

(付記15)
前記付記13に記載のログ管理方法において、
前記基準情報は、前記収集対象IPアドレスと、前記動作環境と、予め設定された一定時間ごとの繰返し周期と、に基づく分類処理を経た前記照合済メッセージが前記メッセージIDごとにカウントされたメッセージ出現回数情報であり、
このメッセージ出現回数情報は、今周期カウント及びその直前の前周期カウントを含むものであり、
前記今周期カウントの前記前周期カウントに対する割合を前記優先データ格納判定部が算出し、
この算出値が予め外部から設定された閾値を超えていた場合に、前記優先データ格納判定部が、前記優先定義データとすべき前記メッセージ定義情報が有る旨判定し、
この判定結果にかかる情報を前記優先データ格納判定部が前記優先データ更新部に送信し、
この前記判定結果にかかる情報を前記優先データ更新部が受信し、
この受信した前記後続メッセージにかかる情報が内包する前記収集対照IPアドレス及び前記メッセージIDに対応する前記メッセージ定義情報を、前記優先データ更新部が前記ログ定義格納部から取得し、
前記ログ定義格納部内の前記優先定義データにかかる格納領域を、前記優先データ更新部が、前記優先データ格納判定部から受信した前記収集対照IPアドレス、前記動作環境、及び前記単位時間IDの組み合わせに基づいて特定し、
ここで特定した格納領域内に、前記優先データ更新部が、上記により取得した対応する前記メッセージ定義情報を前記優先定義データとして格納処理することを特徴としたログ管理方法。
(Appendix 15)
In the log management method according to appendix 13,
The reference information includes a message appearance in which the collated message that has undergone a classification process based on the collection target IP address, the operating environment, and a preset repetition period for every predetermined time is counted for each message ID. Count information,
This message appearance number information includes the current cycle count and the previous cycle count immediately before it.
The priority data storage determining unit calculates a ratio of the current cycle count to the previous cycle count,
When the calculated value exceeds a threshold set in advance from the outside, the priority data storage determination unit determines that there is the message definition information to be the priority definition data,
The priority data storage determination unit transmits information related to the determination result to the priority data update unit,
The priority data update unit receives the information related to the determination result,
The priority data update unit acquires from the log definition storage unit the message definition information corresponding to the collection reference IP address and the message ID included in the information related to the received subsequent message,
The storage area for the priority definition data in the log definition storage unit is a combination of the collection reference IP address, the operating environment, and the unit time ID received by the priority data update unit from the priority data storage determination unit. Based on
The log management method, wherein the priority data update unit stores the corresponding message definition information acquired as described above as the priority definition data in the storage area specified here.

(付記16)
前記付記13乃至15のいずれか一つに記載のログ管理方法において、
前記優先定義データとすべき情報が有る旨判定した直後に、前記優先データ格納判定部が、前記設定情報格納部に予め設定された前記優先照合期間の基準となる設定時間を現在時刻に加算することで前記ログ定義格納部から前記優先定義データを除外する除外時刻を算出し、
前記ログ定義格納部内から除外すべき前記優先定義データにかかる情報に前記除外時刻を添えた優先データ除外用情報を、前記優先データ格納判定部が前記優先データ更新部に送信し、
前記優先定義データの更新にかかる情報を格納する設定情報格納部を併設する前記優先データ更新部が、前記優先データ除外用情報を前記設定情報格納部に格納処理し、
この前記設定情報格納部に格納された優先データ除外用情報を参照することで前記除外時刻に達したことを確認すると直ちに、前記優先データ更新部が前記優先定義データを前記ログ格納部内から除外し、
この除外後直ちに、前記優先データ更新部が、前記優先データ除外用情報を前記設定情報格納部から削除することを特徴としたログ管理方法。
(Appendix 16)
In the log management method according to any one of appendices 13 to 15,
Immediately after determining that there is information to be used as the priority definition data, the priority data storage determination unit adds a set time as a reference for the priority collation period preset in the setting information storage unit to the current time. By calculating the exclusion time to exclude the priority definition data from the log definition storage unit,
The priority data storage determination unit transmits the priority data exclusion information in which the exclusion time is added to the information related to the priority definition data to be excluded from the log definition storage unit to the priority data update unit,
The priority data update unit, which has a setting information storage unit that stores information related to the update of the priority definition data, stores the priority data exclusion information in the setting information storage unit,
As soon as it is confirmed that the exclusion time has been reached by referring to the priority data exclusion information stored in the setting information storage unit, the priority data update unit excludes the priority definition data from the log storage unit. ,
Immediately after the exclusion, the priority data update unit deletes the priority data exclusion information from the setting information storage unit.

(付記17)
前記付記13乃至16のいずれか一つに記載のログ管理方法において、
前記ログ定義格納部に併設された前記統計定義データの更新を司る統計データ更新処理手段が、前記照合済メッセージを、前記収集対象IPアドレス及び動作環境に基づいて分類した上で前記メッセージIDごとの発声回数をカウントし、
予め設定された単位時間の終了に際して、前記統計データ更新処理手段の統計データ更新処理部が、このカウント数を多い順に整列させることでカウントリストを作成し、
このカウントリストに基づいて、前記統計データ更新処理手段の統計データ更新部が前記統計定義データを更新することを特徴としたログ管理方法。
(Appendix 17)
In the log management method according to any one of appendices 13 to 16,
The statistical data update processing unit that manages the update of the statistical definition data provided in the log definition storage unit classifies the collated messages based on the collection target IP address and the operating environment, and then performs the process for each message ID. Count the number of utterances,
At the end of the preset unit time, the statistical data update processing unit of the statistical data update processing means creates a count list by arranging the count numbers in descending order,
A log management method, wherein a statistical data update unit of the statistical data update processing unit updates the statistical definition data based on the count list.

(付記18)
複数のログ収集対象機器から発信される多種多様なログデータを収集し前記各機器の環境を管理するログ管理装置にあって、
前記ログデータを構成する複数のメッセージをログ受信手段が受信するログ受信機能、
前記各メッセージを、前記ログ受信手段がログ照合処理手段に送信するログ送信機能、
前記ログ収集対象機器ごとの動作環境及びデータ発信時間帯に基づいて分類されたログフォーマット定義情報が予め格納されたログ定義格納部から、前記照合処理手段が、前記各メッセージに基づいて前記ログフォーマット定義情報を選定するログ定義選定機能、
このログ定義選定機能によって選定した前記ログフォーマット定義情報を参照することにより、前記ログ照合処理手段が、前記ログ受信手段から受信した前記各メッセージの照合処理を行うログ照合処理機能、をコンピュータに実現させるためのログ管理プログラム。
(Appendix 18)
In a log management device that collects a wide variety of log data transmitted from a plurality of log collection target devices and manages the environment of each device,
A log receiving function in which a log receiving means receives a plurality of messages constituting the log data;
A log transmission function in which each of the messages is transmitted by the log receiving means to a log verification processing means;
From the log definition storage unit in which the log format definition information classified based on the operating environment and the data transmission time zone for each log collection target device is stored in advance, the verification processing unit is configured to output the log format based on each message. Log definition selection function to select definition information,
By referring to the log format definition information selected by the log definition selection function, the log verification processing unit realizes a log verification processing function for performing verification processing of each message received from the log reception unit in a computer. Log management program to let you.

(付記19)
前記付記18に記載のログ管理プログラムにおいて、
前記ログフォーマット定義情報は、前記照合処理により識別したメッセージ定義情報が受信回数の多い順に並べられた統計定義データと、予め設定された前記メッセージの特性にかかる基準情報に対応づけられた一時的に優先して照合すべき前記メッセージ定義情報である優先定義データと、から成るものであり、
前記ログ収集対象機器についての収集対象IPアドレスと、前記動作環境と、前記データ発信時間帯に対応する単位時間IDと、の組み合わせに合致する前記ログフォーマット定義情報を前記ログ照合処理手段が選定するログ定義選定機能、
ここで選定した前記ログフォーマット定義情報内の前記統計定義データを参照すると共に前記優先照合期間内にはこれに先立って前記優先定義データを参照しての前記照合処理を前記ログ照合処理手段が順次実行する特定データ照合機能、をコンピュータに実現させるためのログ管理プログラム。
(Appendix 19)
In the log management program according to appendix 18,
The log format definition information is temporarily associated with statistical definition data in which the message definition information identified by the collation process is arranged in descending order of reception, and reference information relating to preset characteristics of the message. And priority definition data that is the message definition information to be collated preferentially,
The log collation processing means selects the log format definition information that matches the combination of the collection target IP address for the log collection target device, the operating environment, and the unit time ID corresponding to the data transmission time zone. Log definition selection function,
The log verification processing means sequentially refers to the statistical definition data in the log format definition information selected here and refers to the priority definition data prior to the statistical definition data within the priority verification period. A log management program for causing a computer to execute a specific data matching function to be executed.

(付記20)
前記付記19に記載のログ管理プログラムにおいて、
前記優先定義データの更新を司る優先データ更新処理手段を併設する前記ログ照合処理手段が、この優先データ更新処理手段に、照合済メッセージについてのメッセージIDと前記収集対照IPアドレス及び動作環境とを送信する更新情報送信機能、
前記基準情報に基づいて前記優先定義データとすべき前記メッセージ定義情報の有無を前記優先データ更新処理手段が判定する優先データ格納判定機能、
前記優先定義データとすべき前記メッセージ定義情報が有る旨の判定結果に基づいて、前記優先データ更新処理手段が、前記ログ定義格納部の前記優先定義データを更新する優先データ更新機能、をコンピュータに実現させるためのログ管理プログラム。
(Appendix 20)
In the log management program according to appendix 19,
The log collation processing unit provided with a priority data update processing unit that controls the update of the priority definition data transmits a message ID of the collated message, the collected control IP address, and the operating environment to the priority data update processing unit. Update information transmission function,
A priority data storage determination function in which the priority data update processing means determines whether or not the message definition information should be the priority definition data based on the reference information;
Based on a determination result that the message definition information to be used as the priority definition data is present, the priority data update processing unit has a priority data update function for updating the priority definition data in the log definition storage unit. Log management program to realize.

(付記21)
前記付記20に記載のログ管理プログラムにおいて、
前記基準情報は、前記収集対象IPアドレス、前記動作環境、及び前記メッセージIDに基づいて定義された複数のイベント定義情報であり、
この各イベント定義情報は、イベント判定用の複数の起点メッセージとこれに対応する後続メッセージと、から成るものであり、
前記ログ照合処理手段から受信した前記収集対照IPアドレス、前記動作環境、及び前記メッセージIDの組み合わせが前記起点メッセージの何れかと合致した際に、前記優先データ格納判定部が、前記優先定義データとすべき前記メッセージ定義情報が有る旨判定するイベント判定機能、
その合致した前記起点メッセージに対応する前記後続メッセージにかかる情報を前記優先データ更新部に送信する判定結果送信機能、
この前記後続メッセージにかかる情報を前記優先データ更新部が受信する判定結果受信機能、
この受信した前記後続メッセージにかかる情報が内包する前記収集対照IPアドレス及び前記メッセージIDに対応する前記メッセージ定義情報を、前記優先データ更新部が前記ログ定義格納部内のログ定義マスタ格納領域から取得するメッセージ定義取得機能、
前記ログ定義格納部内の前記優先定義データにかかる他の格納領域を、前記優先データ更新部が、前記優先データ格納判定部から受信した前記収集対照IPアドレス、前記動作環境、及び前記単位時間IDの組み合わせに基づいて特定する格納領域特定機能、
ここで特定した格納領域内に、前記優先データ更新部が、上記により取得した対応する前記メッセージ定義情報を前記優先定義データとして格納処理する優先データ格納処理機能、をコンピュータに実現させるためのログ管理プログラム。
(Appendix 21)
In the log management program according to appendix 20,
The reference information is a plurality of event definition information defined based on the collection target IP address, the operating environment, and the message ID,
Each event definition information is composed of a plurality of origin messages for event determination and subsequent messages corresponding thereto.
When the combination of the collection control IP address, the operating environment, and the message ID received from the log matching processing unit matches any of the origin messages, the priority data storage determination unit sets the priority definition data as the priority definition data. An event determination function for determining that the message definition information should be present,
A determination result transmission function for transmitting information related to the subsequent message corresponding to the matched origin message to the priority data update unit;
A determination result receiving function for receiving information related to the subsequent message by the priority data update unit;
The priority data update unit acquires the message definition information corresponding to the collection reference IP address and the message ID included in the received information related to the subsequent message from the log definition master storage area in the log definition storage unit. Message definition acquisition function,
Other storage areas related to the priority definition data in the log definition storage unit are stored in the collection control IP address, the operating environment, and the unit time ID received by the priority data update unit from the priority data storage determination unit. Storage area identification function to identify based on the combination,
Log management for causing the computer to realize a priority data storage processing function in which the priority data update unit stores the corresponding message definition information acquired as described above as the priority definition data in the storage area specified here program.

(付記22)
前記付記20に記載のログ管理プログラムにおいて、
前記基準情報は、前記収集対象IPアドレスと、前記動作環境と、予め設定された一定時間ごとの繰返し周期と、に基づく分類処理を経た前記照合済メッセージが前記メッセージIDごとにカウントされたメッセージ出現回数情報であり、
このメッセージ出現回数情報は、今周期カウント及びその直前の前周期カウントを含むものであり、
前記今周期カウントの前記前周期カウントに対する割合を前記優先データ格納判定部が算出するカウント割合算出機能、
この算出値が予め外部から設定された閾値を超えていた場合に、前記優先データ格納判定部が、前記優先定義データとすべき前記メッセージ定義情報が有る旨判定する例外状態判定機能、
この判定結果にかかる情報を前記優先データ格納判定部が前記優先データ更新部に送信する判定結果送信機能、
この前記判定結果にかかる情報を前記優先データ更新部が受信する判定結果受信機能、
この受信した前記後続メッセージにかかる情報が内包する前記収集対照IPアドレス及び前記メッセージIDに対応する前記メッセージ定義情報を、前記優先データ更新部が前記ログ定義格納部から取得するメッセージ定義取得機能、
前記ログ定義格納部内の前記優先定義データにかかる格納領域を、前記優先データ更新部が、前記優先データ格納判定部から受信した前記収集対照IPアドレス、前記動作環境、及び前記単位時間IDの組み合わせに基づいて特定する格納領域特定機能、
ここで特定した格納領域内に、前記優先データ更新部が、上記により取得した対応する前記メッセージ定義情報を前記優先定義データとして格納処理する優先データ格納処理機能、をコンピュータに実現させるためのログ管理プログラム。
(Appendix 22)
In the log management program according to appendix 20,
The reference information includes a message appearance in which the collated message that has undergone a classification process based on the collection target IP address, the operating environment, and a preset repetition period for every predetermined time is counted for each message ID. Count information,
This message appearance number information includes the current cycle count and the previous cycle count immediately before it.
A count ratio calculation function in which the priority data storage determination unit calculates a ratio of the current period count to the previous period count;
An exception state determination function for determining that the priority data storage determination unit has the message definition information to be the priority definition data when the calculated value exceeds a threshold set in advance from the outside;
A determination result transmission function in which the priority data storage determination unit transmits information related to the determination result to the priority data update unit;
A determination result receiving function for the priority data update unit to receive information related to the determination result;
A message definition acquisition function in which the priority data update unit acquires from the log definition storage unit the message definition information corresponding to the collection reference IP address and the message ID included in the information related to the received subsequent message;
The storage area for the priority definition data in the log definition storage unit is a combination of the collection reference IP address, the operating environment, and the unit time ID received by the priority data update unit from the priority data storage determination unit. Storage area identification function to identify based on,
Log management for causing the computer to realize a priority data storage processing function in which the priority data update unit stores the corresponding message definition information acquired as described above as the priority definition data in the storage area specified here program.

(付記23)
前記付記20乃至22のいずれか一つに記載のログ管理プログラムにおいて、
前記優先定義データとすべき情報が有る旨判定した直後に、前記優先データ格納判定部が、前記設定情報格納部に予め設定された前記優先照合期間の基準となる設定時間を現在時刻に加算することで前記ログ定義格納部から前記優先定義データを除外する除外時刻を算出する除外時刻算出機能、
前記ログ定義格納部内から除外すべき前記優先定義データにかかる情報に前記除外時刻を添えた優先データ除外用情報を、前記優先データ格納判定部が前記優先データ更新部に送信する除外用情報送信機能、
前記優先定義データの更新にかかる情報を格納する設定情報格納部を併設する前記優先データ更新部が、前記優先データ除外用情報を前記設定情報格納部に格納処理する除外用情報格納処理機能、
この前記設定情報格納部に格納された優先データ除外用情報を参照することで前記除外時刻に達したことを確認すると直ちに、前記優先データ更新部が前記優先定義データを前記ログ格納部内から除外するメッセージ除外機能、
この除外後直ちに、前記優先データ更新部が、前記優先データ除外用情報を前記設定情報格納部から削除する除外用情報削除機能、をコンピュータに実現させるためのログ管理プログラム。
(Appendix 23)
In the log management program according to any one of appendices 20 to 22,
Immediately after determining that there is information to be used as the priority definition data, the priority data storage determination unit adds a set time as a reference for the priority collation period preset in the setting information storage unit to the current time. An exclusion time calculation function for calculating an exclusion time for excluding the priority definition data from the log definition storage unit,
Exclusion information transmission function in which the priority data storage determination unit transmits the priority data exclusion information including the exclusion time to the information related to the priority definition data to be excluded from the log definition storage unit to the priority data update unit ,
An exclusion information storage processing function for storing the priority data exclusion information in the setting information storage unit, the priority data update unit having a setting information storage unit for storing information related to the update of the priority definition data,
As soon as it is confirmed that the exclusion time has been reached by referring to the priority data exclusion information stored in the setting information storage unit, the priority data update unit excludes the priority definition data from the log storage unit. Message exclusion feature,
A log management program for causing the computer to realize an exclusion information deletion function in which the priority data update unit deletes the priority data exclusion information from the setting information storage unit immediately after the exclusion.

(付記24)
前記付記20乃至23のいずれか一つに記載のログ管理プログラムにおいて、
前記ログ定義格納部に併設された前記統計定義データの更新を司る統計データ更新処理手段が、前記照合済メッセージを、前記収集対象IPアドレス及び動作環境に基づいて分類した上で前記メッセージIDごとの発声回数をカウントする照合済カウント機能、
予め設定された単位時間の終了に際して、前記統計データ更新処理手段の統計データ更新処理部が、このカウント数を多い順に整列させることでカウントリストを作成するカウントリスト作製機能、
このカウントリストに基づいて、前記統計データ更新処理手段の統計データ更新部が前記統計定義データを更新する統計データ更新機能、をコンピュータに実現させるためのログ管理プログラム。
(Appendix 24)
In the log management program according to any one of appendices 20 to 23,
The statistical data update processing unit that manages the update of the statistical definition data provided in the log definition storage unit classifies the collated messages based on the collection target IP address and the operating environment, and then performs the process for each message ID. Checked count function that counts the number of utterances,
At the end of a preset unit time, the statistical data update processing unit of the statistical data update processing means creates a count list by arranging the count numbers in descending order,
A log management program for causing a computer to realize a statistical data update function in which a statistical data update unit of the statistical data update processing means updates the statistical definition data based on the count list.

本発明は、ログデータならではの特徴を用いて照合処理を実行するため、ネットワーク等により接続されたさまざまなログ収集対象機器からのログデータを収集する装置に適用可能である。   The present invention is applicable to an apparatus that collects log data from various log collection target devices connected by a network or the like because the matching process is performed using the unique characteristics of log data.

10 ログ受信手段
20 ログ照合処理手段
30 ログ保存部
40 ログアクセス処理手段
41 ログ取得処理部
42 ログ保存処理部
50 優先データ更新処理手段
51 優先データ格納判定部
52 優先データ更新部
60 統計データ更新処理手段
61 統計情報計算処理部
62 統計データ更新部
70 ログ定義格納部
71 優先リスト
71A 優先定義データ
72 統計リスト
72A 統計定義データ
80 設定情報格納部
81 格納判定情報
81A イベント定義情報
81B メッセージ出現回数情報
81C 例外判定設定情報
82 優先データ除外用情報
83 単位時間設定情報
90 ログ管理装置
DESCRIPTION OF SYMBOLS 10 Log receiving means 20 Log collation processing means 30 Log storage part 40 Log access processing means 41 Log acquisition processing part 42 Log storage processing part 50 Priority data update processing part 51 Priority data storage determination part 52 Priority data update part 60 Statistical data update process Means 61 Statistical information calculation processing unit 62 Statistical data update unit 70 Log definition storage unit 71 Priority list 71A Priority definition data 72 Statistical list 72A Statistical definition data 80 Setting information storage unit 81 Storage determination information 81A Event definition information 81B Message appearance frequency information 81C Exception determination setting information 82 Priority data exclusion information 83 Unit time setting information 90 Log management device

Claims (10)

複数のログ収集対象機器から発信される多種多様なログデータを収集し前記各機器の環境を管理するログ管理装置であって、
前記ログデータを構成する複数のメッセージを受信するログ受信手段と、
前記各メッセージについての照合処理を予め決められた序列に従って実行するログ照合処理手段と、
前記ログ収集対象機器ごとの動作環境及びデータ発信時間帯に基づいて分類されたログフォーマット定義情報が予め格納されたログ定義格納部と、を備え、
前記ログ照合処理手段は、前記照合処理を、前記ログ定義格納部に格納された複数の前記ログフォーマット定義情報の内のいずれか1つを参照することにより実行することを特徴としたログ管理装置。
A log management device that collects a wide variety of log data transmitted from a plurality of log collection target devices and manages the environment of each device,
Log receiving means for receiving a plurality of messages constituting the log data;
Log verification processing means for executing verification processing for each message according to a predetermined order;
A log definition storage unit in which log format definition information classified based on the operating environment and data transmission time zone for each log collection target device is stored in advance,
The log collation processing unit executes the collation processing by referring to any one of the plurality of log format definition information stored in the log definition storage unit. .
前記請求項1に記載のログ管理装置において、
前記ログフォーマット定義情報は、前記照合処理により識別したメッセージ定義情報が受信回数の多い順に並べられた統計定義データと、予め設定された前記メッセージの特性にかかる基準情報に対応づけられた一時的に優先して照合すべき前記メッセージ定義情報である優先定義データと、から成り、
前記ログ照合処理手段は、前記ログ収集対象機器についての収集対象IPアドレスと、前記動作環境と、前記データ発信時間帯に対応する単位時間IDと、の組み合わせに合致する前記ログフォーマット定義情報を選定し、この選定した前記ログフォーマット定義情報内の前記統計定義データを参照すると共に前記優先照合期間内にはこれに先立って前記優先定義データを参照して前記照合処理を順次実行する特定データ照合部を備えることを特徴としたログ管理装置。
In the log management device according to claim 1,
The log format definition information is temporarily associated with statistical definition data in which the message definition information identified by the collation process is arranged in descending order of reception, and reference information relating to preset characteristics of the message. Priority definition data that is the message definition information to be collated preferentially, and
The log collation processing unit selects the log format definition information that matches a combination of a collection target IP address for the log collection target device, the operating environment, and a unit time ID corresponding to the data transmission time zone. A specific data collating unit that refers to the statistical definition data in the selected log format definition information and sequentially executes the collation processing with reference to the priority definition data prior to the statistical definition data in the priority collation period A log management apparatus comprising:
前記請求項2に記載のログ管理装置において、
前記ログ照合処理手段は、
前記優先定義データの更新を司る優先データ更新処理手段を併設すると共に、この優先データ更新処理手段に、照合済メッセージについてのメッセージIDと前記収集対照IPアドレス及び動作環境とを送信する更新情報送信部を備え、
前記優先データ更新処理手段は、
前記基準情報に基づいて前記優先定義データとすべき前記メッセージ定義情報の有無を判定する優先データ格納判定部と、
前記優先定義データとすべき前記メッセージ定義情報が有る旨の判定結果に基づいて前記ログ定義格納部の前記優先定義データを更新する優先データ更新部と、を備えることを特徴としたログ管理装置。
In the log management device according to claim 2,
The log verification processing means includes:
An update information transmission unit that includes a priority data update processing unit that controls the update of the priority definition data, and transmits a message ID of the collated message, the collected control IP address, and the operating environment to the priority data update processing unit With
The priority data update processing means includes:
A priority data storage determination unit that determines the presence or absence of the message definition information to be the priority definition data based on the reference information;
A log management apparatus comprising: a priority data update unit that updates the priority definition data in the log definition storage unit based on a determination result indicating that the message definition information to be used as the priority definition data is present.
前記請求項3に記載のログ管理装置において、
前記基準情報は、前記収集対象IPアドレス、前記動作環境、及び前記メッセージIDに基づいて定義された複数のイベント定義情報であり、
この各イベント定義情報は、イベント判定用の複数の起点メッセージとこれに対応する後続メッセージと、から成り、
前記優先データ格納判定部は、前記ログ照合処理手段から送られてくる前記収集対照IPアドレス、前記動作環境、及び前記メッセージIDの組み合わせが前記起点メッセージの何れかと合致した際に前記優先定義データとすべき前記メッセージ定義情報が有る旨判定すると共に、その合致した前記起点メッセージに対応する前記後続メッセージにかかる情報を前記優先データ更新部に送信することを特徴としたログ管理装置。
In the log management device according to claim 3,
The reference information is a plurality of event definition information defined based on the collection target IP address, the operating environment, and the message ID,
Each event definition information is composed of a plurality of origin messages for event determination and subsequent messages corresponding thereto,
The priority data storage determination unit, when the combination of the collection control IP address, the operating environment, and the message ID sent from the log verification processing unit matches any of the origin messages, A log management apparatus characterized by determining that there is the message definition information to be transmitted and transmitting information related to the subsequent message corresponding to the matched origin message to the priority data update unit.
前記請求項3に記載のログ管理装置において、
前記基準情報は、前記収集対象IPアドレスと、前記動作環境と、予め設定された一定時間ごとの繰返し周期と、に基づく分類処理を経た前記照合済メッセージが前記メッセージIDごとにカウントされたメッセージ出現回数情報であり、
このメッセージ出現回数情報は、今周期カウント及びその直前の前周期カウントを含み、
前記優先データ格納判定部は、前記今周期カウントの前記前周期カウントに対する割合を算出し、この算出値が予め外部から設定された閾値を超えていた場合に前記優先定義データとすべき前記メッセージ定義情報が有る旨判定すると共にこの判定結果にかかる情報を前記優先データ更新部に送信することを特徴としたログ管理装置。
In the log management device according to claim 3,
The reference information includes a message appearance in which the collated message that has undergone a classification process based on the collection target IP address, the operating environment, and a preset repetition period for every predetermined time is counted for each message ID. Frequency information,
This message appearance number information includes the current cycle count and the previous cycle count immediately before it.
The priority data storage determination unit calculates a ratio of the current cycle count to the previous cycle count, and the message definition to be used as the priority definition data when the calculated value exceeds a preset threshold value from the outside. A log management apparatus characterized by determining that there is information and transmitting information related to the determination result to the priority data update unit.
前記請求項3乃至5のいずれか1つに記載のログ管理装置において、
前記優先データ更新部は、前記優先データ格納判定部から送られてくる前記収集対照IPアドレス及び前記メッセージIDに対応する前記メッセージ定義情報を前記ログ定義格納部内のログ定義マスタ格納領域から取得すると共に、ここで取得した前記メッセージ定義情報を、前記ログ定義格納部内の他の特定の格納領域に前記優先定義データとして格納処理することを特徴としたログ管理装置。
In the log management device according to any one of claims 3 to 5,
The priority data update unit obtains the message definition information corresponding to the collection control IP address and the message ID sent from the priority data storage determination unit from a log definition master storage area in the log definition storage unit. The log management apparatus, wherein the message definition information acquired here is stored as the priority definition data in another specific storage area in the log definition storage unit.
前記請求項3乃至5のいずれか1つに記載のログ管理装置において、
前記優先データ更新部は、前記優先定義データを前記ログ格納部内に格納処理してから予め設定された前記優先照合期間の基準となる設定時間が経過した場合に、前記優先定義データを前記ログ格納部内から除外するメッセージ除外機能を備えることを特徴としたログ管理装置。
In the log management device according to any one of claims 3 to 5,
The priority data update unit stores the priority definition data in the log when a preset time as a reference of the priority collation period set in advance has elapsed since the priority definition data was stored in the log storage unit. A log management apparatus comprising a message exclusion function for exclusion from a department.
前記請求項3乃至5のいずれか1つに記載のログ管理装置において、
前記ログ定義格納部に、前記統計定義データを更新する統計データ更新処理手段を併設し、
前記統計データ更新処理手段が、
前記収集対象IPアドレス及び動作環境に基づいて分類した前記照合済メッセージを前記メッセージIDごとにカウントすると共に、予め設定された単位時間の終了に際してこのカウント数を多い順に整列させたカウントリストを作成する統計データ更新処理部と、
このカウントリストに基づいて前記統計定義データを更新する統計データ更新部と、を備えることを特徴としたログ管理装置。
In the log management device according to any one of claims 3 to 5,
The log definition storage unit is provided with statistical data update processing means for updating the statistical definition data,
The statistical data update processing means
The collated messages classified based on the collection target IP address and the operating environment are counted for each message ID, and a count list in which the counts are arranged in descending order at the end of a preset unit time is created. A statistical data update processing unit;
And a statistical data updating unit that updates the statistical definition data based on the count list.
複数のログ収集対象機器から発信される多種多様なログデータを収集し前記各機器の環境を管理するログ管理装置にあって、
前記ログデータを構成する複数のメッセージを、ログ受信手段が受信し、
次に、前記各メッセージを、前記ログ受信手段がログ照合処理手段に送信し、
前記ログ収集対象機器ごとの動作環境及びデータ発信時間帯に基づいて分類されたログフォーマット定義情報が予め格納されたログ定義格納部から、前記照合処理手段が、前記各メッセージに基づいて前記ログフォーマット定義情報を選定し、
ここで選定した前記ログフォーマット定義情報を参照することにより、前記ログ照合処理手段が、前記ログ受信手段から受信した前記各メッセージの照合処理を行うことを特徴としたログ管理方法。
In a log management device that collects a wide variety of log data transmitted from a plurality of log collection target devices and manages the environment of each device,
The log receiving means receives a plurality of messages constituting the log data,
Next, each of the messages is sent by the log receiving means to the log matching processing means,
From the log definition storage unit in which the log format definition information classified based on the operating environment and the data transmission time zone for each log collection target device is stored in advance, the verification processing unit is configured to output the log format based on each message. Select definition information,
A log management method, wherein the log collation processing unit performs collation processing of each message received from the log reception unit by referring to the selected log format definition information.
複数のログ収集対象機器から発信される多種多様なログデータを収集し前記各機器の環境を管理するログ管理装置にあって、
前記ログデータを構成する複数のメッセージをログ受信手段が受信するログ受信機能、
前記各メッセージを、前記ログ受信手段がログ照合処理手段に送信するログ送信機能、
前記ログ収集対象機器ごとの動作環境及びデータ発信時間帯に基づいて分類されたログフォーマット定義情報が予め格納されたログ定義格納部から、前記照合処理手段が、前記各メッセージに基づいて前記ログフォーマット定義情報を選定するログ定義選定機能、
このログ定義選定機能によって選定した前記ログフォーマット定義情報を参照することにより、前記ログ照合処理手段が、前記ログ受信手段から受信した前記各メッセージの照合処理を行うログ照合処理機能、をコンピュータに実現させるためのログ管理プログラム。
In a log management device that collects a wide variety of log data transmitted from a plurality of log collection target devices and manages the environment of each device,
A log receiving function in which a log receiving means receives a plurality of messages constituting the log data;
A log transmission function in which each of the messages is transmitted by the log receiving means to a log verification processing means;
From the log definition storage unit in which the log format definition information classified based on the operating environment and the data transmission time zone for each log collection target device is stored in advance, the verification processing unit is configured to output the log format based on each message. Log definition selection function to select definition information,
By referring to the log format definition information selected by the log definition selection function, the log verification processing unit realizes a log verification processing function for performing verification processing of each message received from the log reception unit in a computer. Log management program to let you.
JP2012120134A 2012-05-25 2012-05-25 Log management apparatus, log management method, and log management program Expired - Fee Related JP5978767B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012120134A JP5978767B2 (en) 2012-05-25 2012-05-25 Log management apparatus, log management method, and log management program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012120134A JP5978767B2 (en) 2012-05-25 2012-05-25 Log management apparatus, log management method, and log management program

Publications (2)

Publication Number Publication Date
JP2013246654A true JP2013246654A (en) 2013-12-09
JP5978767B2 JP5978767B2 (en) 2016-08-24

Family

ID=49846363

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012120134A Expired - Fee Related JP5978767B2 (en) 2012-05-25 2012-05-25 Log management apparatus, log management method, and log management program

Country Status (1)

Country Link
JP (1) JP5978767B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109643268A (en) * 2016-08-25 2019-04-16 歌乐株式会社 Car-mounted device, result collection system
CN111061744A (en) * 2018-10-17 2020-04-24 百度在线网络技术(北京)有限公司 Graph data updating method and device, computer equipment and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006260056A (en) * 2005-03-16 2006-09-28 Nec Corp Integrated operation management server, extraction method of message for integrative operation management, and program
JP2011128915A (en) * 2009-12-18 2011-06-30 Mitsubishi Electric Corp Log collection device and log collection method thereof, log collection system and log collection method thereof

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006260056A (en) * 2005-03-16 2006-09-28 Nec Corp Integrated operation management server, extraction method of message for integrative operation management, and program
JP2011128915A (en) * 2009-12-18 2011-06-30 Mitsubishi Electric Corp Log collection device and log collection method thereof, log collection system and log collection method thereof

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109643268A (en) * 2016-08-25 2019-04-16 歌乐株式会社 Car-mounted device, result collection system
CN111061744A (en) * 2018-10-17 2020-04-24 百度在线网络技术(北京)有限公司 Graph data updating method and device, computer equipment and storage medium
CN111061744B (en) * 2018-10-17 2023-08-01 百度在线网络技术(北京)有限公司 Graph data updating method and device, computer equipment and storage medium

Also Published As

Publication number Publication date
JP5978767B2 (en) 2016-08-24

Similar Documents

Publication Publication Date Title
CN111885012B (en) Network situation perception method and system based on information acquisition of various network devices
KR101965839B1 (en) It system fault analysis technique based on configuration management database
CN107332876B (en) Method and device for synchronizing block chain state
CN109189736B (en) Method and device for generating alarm association rule
KR101910926B1 (en) Technique for processing fault event of it system
US20160055044A1 (en) Fault analysis method, fault analysis system, and storage medium
CN112769605B (en) Heterogeneous multi-cloud operation and maintenance management method and hybrid cloud platform
JP4506520B2 (en) Management server, message extraction method, and program
CN113612749A (en) Intrusion behavior-oriented tracing data clustering method and device
CN109241223B (en) Behavior track identification method and system
CN114363042B (en) Log analysis method, device, equipment and readable storage medium
CN112784025B (en) Method and device for determining target event
CN113297042B (en) Method, device and equipment for processing alarm message
JP4684883B2 (en) Attribute information collecting apparatus, attribute information collecting method, and attribute information collecting program
CN110908815A (en) Message queue data early warning method, device and system and storage medium
CN115544519A (en) Method for carrying out security association analysis on threat information of metering automation system
CN114116172A (en) Flow data acquisition method, device, equipment and storage medium
JP5978767B2 (en) Log management apparatus, log management method, and log management program
CN106384292A (en) System and method for collecting relation among social network users
CN111522918A (en) Data aggregation method and device, electronic equipment and computer readable storage medium
CN114143059B (en) Safety protection index optimization method based on big data information safety and artificial intelligence system
JP5922811B1 (en) Log information classification device, log information classification method, and program
CN106293895B (en) Discrete event correlation processing method and discrete event correlation processing device
JP2012208565A (en) Log management method, log management device, and program
KR20190030193A (en) Technique for processing fault event of it system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20150409

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20151216

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20160119

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20160317

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20160628

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20160711

R150 Certificate of patent or registration of utility model

Ref document number: 5978767

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees