JP2011215783A - Apparatus, method and program for managing extraction of log information difference - Google Patents

Apparatus, method and program for managing extraction of log information difference Download PDF

Info

Publication number
JP2011215783A
JP2011215783A JP2010082125A JP2010082125A JP2011215783A JP 2011215783 A JP2011215783 A JP 2011215783A JP 2010082125 A JP2010082125 A JP 2010082125A JP 2010082125 A JP2010082125 A JP 2010082125A JP 2011215783 A JP2011215783 A JP 2011215783A
Authority
JP
Japan
Prior art keywords
log
log file
hash value
log information
information
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
JP2010082125A
Other languages
Japanese (ja)
Other versions
JP5471721B2 (en
Inventor
Akiko Nakasaki
暁子 中崎
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 JP2010082125A priority Critical patent/JP5471721B2/en
Publication of JP2011215783A publication Critical patent/JP2011215783A/en
Application granted granted Critical
Publication of JP5471721B2 publication Critical patent/JP5471721B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To properly extract and store difference of log information regardless of a log format specific to equipment which outputs log information from log files whose rotation and generations are managed.SOLUTION: A log information difference extraction management device 1 is configured to detect that a log file 71 is stored, and to read target equipment information by using the location of temporary log information as a key ([3]), and to, on the basis of the read target equipment information, read the temporarily stored log files for processing in ascending order generation ([4]), and to read end position information N(t0) at the time t0 of previous collection ([5]) and a hash value "hash(t0)" ([6]), and to, when the hash value "hash(A)" of log information A from the beginning to N(t0) in the log file read by [4] is coincident with a hash value "hash (0)", determine to collect the log files of the generations following the above log file.

Description

本発明は、ログファイルのローテーションによって世代管理されているログ情報の差分を抽出し管理する、ログ情報差分抽出管理等に関する。   The present invention relates to log information difference extraction management for extracting and managing a difference of log information generation-managed by log file rotation.

関連技術のログ管理システムの一例が、特許文献1に記載されている。特許文献1のシステムは、ログファイルに付与され、ローテーションにより変更されない情報(以下「不変情報」という。)を調査、取得、記憶する手段と、ログファイルを処理する手段と、あらかじめ記憶しておいた不変情報(以下「第1の不変情報」という。)と取得した不変情報(以下「第2の不変情報」という。)とが同一であるか否かを判定する手段と、ログファイルの世代情報を調査、取得する手段と、取得した世代情報に基づいて次世代のログファイルを処理する手段と、ログファイルを記憶する手段と、からなる。   An example of a related technology log management system is described in Patent Document 1. The system of Patent Document 1 stores in advance a means for investigating, acquiring, and storing information (hereinafter referred to as “invariant information”) that is given to a log file and is not changed by rotation, a means for processing the log file, Means for determining whether or not the acquired invariant information (hereinafter referred to as “first invariant information”) and the acquired invariant information (hereinafter referred to as “second invariant information”) are the same, and the generation of the log file It comprises means for investigating and acquiring information, means for processing the next generation log file based on the acquired generation information, and means for storing the log file.

処理としては、ログファイルに付与された不変情報を第1の不変情報として記憶し、第1の不変情報が記憶された状態において、監視すべきログファイル名のログに付与された不変情報を第2の不変情報として調査、取得し、記憶された第1の不変情報と取得された第2の不変情報とが同一であるか否かを判定し、判定結果が同一でない場合に、ログファイルローテーションで適用されるログファイル名変更規則に基づいてログファイルに至る世代情報を調査、取得し、取得された世代情報に基づいてログファイルより次世代のログファイルを順に処理する。これにより、ログファイルのローテーションに対応し、ログファイルの監視を実現する。ここで、不変情報としては、Unix系システム(Unixは登録商標)固有の値であるinode番号が使用されている。   As the processing, the invariant information given to the log file is stored as the first invariant information, and the invariant information given to the log of the log file name to be monitored is stored in the state where the first invariant information is stored. If the first invariant information stored and the obtained second invariant information are the same, the log file rotation is determined when the determination results are not the same. The generation information that reaches the log file is examined and acquired based on the log file name change rule applied in Step 1, and the next generation log file is sequentially processed from the log file based on the acquired generation information. As a result, log file monitoring is realized in response to log file rotation. Here, as the invariant information, an inode number that is a value unique to a Unix system (Unix is a registered trademark) is used.

しかし、この方法は、inode番号を持つUnix系システムのログファイルのみを監視対象としており、ローテーションによって管理されているログファイルに対して、汎用的に適用することはできない。   However, this method targets only the log file of the Unix system having the inode number, and cannot be applied universally to the log file managed by rotation.

特開2005−293016号公報JP 2005-293016 A

ネットワーク機器等の機器内部におけるログ情報保存は、ログファイルのローテーション及び世代管理により、保存量の上限を超えないように制御されている場合が多い。この場合、設定された保存量の上限を超えた時点で、古いデータは順次削除されてしまい、長期的な証跡の保管ができない。この課題は、各機器から外部のログ管理システムへログファイルを送信し、一元的に証跡管理をおこなうといった方法により、解決されている。   Log information storage in devices such as network devices is often controlled so as not to exceed the upper limit of the storage amount by log file rotation and generation management. In this case, when the upper limit of the set storage amount is exceeded, old data is sequentially deleted, and long-term trail storage is impossible. This problem has been solved by a method in which a log file is transmitted from each device to an external log management system, and trail management is performed centrally.

しかしここで、関連技術のログ管理システムでは、ログファイル名を使用して、機器から送信されるログファイルの管理をおこなっている場合がある。この場合、送信されたログファイルから、追記されたログ情報(前回送信時からの差分)のみを抽出して保管するにあたり、ローテーションの発生によって、ログファイルの特定及び追記分のログ情報の抽出ができない可能性がある。その結果、管理上、ログ情報の欠落又は重複が発生する。   However, in the related art log management system, there is a case where the log file transmitted from the device is managed using the log file name. In this case, when only the added log information (difference from the previous transmission) is extracted and stored from the transmitted log file, the log file is specified and the additional log information is extracted by the occurrence of rotation. It may not be possible. As a result, log information is lost or duplicated for management.

また、機器側における最新のログファイルは、基本的にログ情報の書込み処理の対象となっているため、ログ管理システム側へ送信できない。例えば、機器側のログファイルのローテーションにおいて、一世代のファイルサイズ上限とファイル数とを設定している場合、設定されたファイルサイズに達するまで、最新のログファイルはログ管理システム側へ送信されない。よって、ログ管理システム側では、常に最新のログファイルの一世代前までが管理対象となるので、ログ情報の収集に遅れが発生する。   Also, since the latest log file on the device side is basically the target of the log information writing process, it cannot be sent to the log management system side. For example, when the upper limit of the file size and the number of files are set in the rotation of the log file on the device side, the latest log file is not transmitted to the log management system side until the set file size is reached. Therefore, since the log management system always manages up to one generation before the latest log file, there is a delay in collecting log information.

これらの課題解決においては、昨今の法規制等により証跡管理の必要性が高まる中、様々な機器における各ログ情報ないしログファイル固有の値によらず、実施されるべきである。既存のログ管理技術として、ローテーション発生時にもログファイルを特定可能とするログファイルの監視方法が知られているが、各機器のログフォーマット固有の値が使用されている。このため、機器固有のログフォーマットによらない、汎用的なログ情報の差分抽出としては実現されていなかった。   In solving these problems, the need for trail management is increasing due to recent laws and regulations, etc., and should be implemented regardless of the log information or values specific to log files in various devices. As an existing log management technique, there is known a log file monitoring method that enables a log file to be specified even when rotation occurs, but values specific to the log format of each device are used. For this reason, it has not been realized as general-purpose log information difference extraction that does not depend on a device-specific log format.

そこで、本発明の目的は、ローテーション及び世代管理されているログファイルから、ログ情報を出力している機器固有のログフォーマットによらず、適切にログ情報の差分を抽出し保管し得るログ情報差分抽出管理装置等を提供することにある。   Therefore, an object of the present invention is to provide a log information difference that can appropriately extract and store a difference in log information from a log file that is rotated and generation-managed, regardless of the log format specific to the device that outputs the log information. It is to provide an extraction management device and the like.

本発明のログ情報差分抽出管理装置は、
基準末尾及び基準ハッシュ値を記憶する記憶部と、
ローテーション及び世代管理されているログファイル群から一のログファイルを入力し、この一のログファイルの先頭から前記基準末尾までのハッシュ値を求め、このハッシュ値と前記基準ハッシュ値とを比較し、両者が一致する場合は前記一のログファイル以降の世代のログファイルをログ情報差分として抽出し、両者が一致しない場合は前記ログファイル群から他のログファイルを入力して前記一のログファイルを入力した後の動作を繰り返す処理部と、
を備えたことを特徴とする。
The log information difference extraction management device of the present invention is
A storage unit for storing a reference end and a reference hash value;
One log file is input from the log file group that is rotation and generation managed, a hash value from the head of this one log file to the reference end is obtained, and the hash value is compared with the reference hash value, If the two match, the log file of the generation after the one log file is extracted as a log information difference, and if both do not match, the other log file is input from the log file group and the one log file is extracted. A processing unit that repeats the operation after input,
It is provided with.

本発明のログ情報差分抽出管理方法は、
基準末尾及び基準ハッシュ値を記憶しておき、
ローテーション及び世代管理されているログファイル群から一のログファイルを入力し、この一のログファイルの先頭から前記基準末尾までのハッシュ値を求め、このハッシュ値と前記基準ハッシュ値とを比較し、両者が一致する場合は前記一のログファイル以降の世代のログファイルをログ情報差分として抽出し、両者が一致しない場合は前記ログファイル群から他のログファイルを入力して前記一のログファイルを入力した後の動作を繰り返す、
ことを特徴とする。
The log information difference extraction management method of the present invention includes:
Remember the reference end and the reference hash value,
One log file is input from the log file group that is rotation and generation managed, a hash value from the head of this one log file to the reference end is obtained, and the hash value is compared with the reference hash value, If the two match, the log file of the generation after the one log file is extracted as a log information difference, and if both do not match, the other log file is input from the log file group and the one log file is extracted. Repeat the operation after input,
It is characterized by that.

本発明のログ情報差分抽出管理プログラムは、
基準末尾及び基準ハッシュ値を記憶する記憶部と、コンピュータとを備えた装置に用いられるログ情報差分抽出管理プログラムであって、
ローテーション及び世代管理されているログファイル群から一のログファイルを入力する手順と、この一のログファイルの先頭から前記基準末尾までのハッシュ値を求める手順と、このハッシュ値と前記基準ハッシュ値とを比較する手順と、両者が一致する場合に前記一のログファイル以降の世代のログファイルをログ情報差分として抽出する手順と、両者が一致しない場合に前記ログファイル群から他のログファイルを入力して前記一のログファイルを入力した後の動作を繰り返す手順と、
を前記コンピュータに実行させるためのものである。
The log information difference extraction management program of the present invention is
A log information difference extraction management program used in an apparatus including a storage unit for storing a reference end and a reference hash value, and a computer,
A procedure for inputting one log file from a group of log files that are rotation and generation managed, a procedure for obtaining a hash value from the beginning of the one log file to the reference end, and the hash value and the reference hash value , A procedure for extracting log files of generations after the first log file as log information differences if they match, and another log file from the log file group if they do not match And repeating the operation after inputting the one log file,
Is executed by the computer.

本発明によれば、基準末尾を用いることにより前回のログ情報差分を抽出したときのログファイルの末尾を特定でき、かつ、基準ハッシュ値を用いることにより前回のログ情報差分を抽出したときのログファイルを特定できるので、ローテーション及び世代管理されているログファイルから、機器固有のログフォーマットによらず、適切にログ情報差分を抽出できる。   According to the present invention, it is possible to specify the end of the log file when the previous log information difference is extracted by using the reference end, and the log when the previous log information difference is extracted by using the reference hash value Since the file can be specified, it is possible to appropriately extract the log information difference from the log file whose rotation and generation are managed regardless of the log format unique to the device.

実施形態における全体動作を示す概念図である。It is a conceptual diagram which shows the whole operation | movement in embodiment. 実施形態における構成を示すブロック図である。It is a block diagram which shows the structure in embodiment. 実施形態における収集対象登録処理を示すフローチャートである。It is a flowchart which shows the collection object registration process in embodiment. 実施形態における収集開始処理を示すフローチャートである。It is a flowchart which shows the collection start process in embodiment. 実施形態における収集対象判定処理を示すフローチャートである。It is a flowchart which shows the collection target determination process in embodiment. 実施形態における収集処理を示すフローチャートである。It is a flowchart which shows the collection process in embodiment. 実施形態における収集終了処理を示すフローチャートである。It is a flowchart which shows the collection end process in embodiment. 実施形態における収集対象情報テーブルを示す図表である。It is a chart which shows the collection object information table in an embodiment. 実施形態における末尾位置情報テーブルを示す図表である。It is a chart which shows the tail position information table in an embodiment. 実施形態における一時ログ情報テーブルを示す図表である。It is a graph which shows the temporary log information table in embodiment. 実施形態におけるハッシュ値情報テーブルを示す図表である。It is a chart which shows the hash value information table in an embodiment. 実施形態におけるログ情報テーブルを示す図表である。It is a chart which shows the log information table in an embodiment.

まず、本発明の概要について説明する。なお、下記構成要素に付された括弧内の符号は、その構成要素に相当する図2の構成要素の符号である。   First, an outline of the present invention will be described. In addition, the code | symbol in the parenthesis attached | subjected to the following component is a code | symbol of the component of FIG. 2 corresponded to the component.

本発明のログ情報差分抽出管理装置(1)は、記憶部(53,55)と処理部(51,54)とを基本的に備えている。記憶部(53,55)は、基準末尾及び基準ハッシュ値を記憶する。処理部(51,54)は、ローテーション及び世代管理されているログファイル群から一のログファイルを入力し、この一のログファイルの先頭から前記基準末尾までのハッシュ値を求め、このハッシュ値と前記基準ハッシュ値とを比較し、両者が一致する場合は前記一のログファイル以降の世代のログファイルをログ情報差分として抽出し、両者が一致しない場合は前記ログファイル群から他のログファイルを入力して前記一のログファイルを入力した後の動作を繰り返す。ここで、「基準末尾」は図1におけるN(t0)に相当し、「基準ハッシュ値」はhash(t0)に相当する。   The log information difference extraction management device (1) of the present invention basically includes a storage unit (53, 55) and a processing unit (51, 54). The storage units (53, 55) store the reference end and the reference hash value. The processing units (51, 54) input one log file from the rotation and generation-managed log file group, obtain a hash value from the beginning of the one log file to the reference end, The reference hash value is compared, and if both match, the log file of the generation after the one log file is extracted as a log information difference, and if both do not match, another log file is extracted from the log file group. The operation after inputting and inputting the one log file is repeated. Here, “reference end” corresponds to N (t0) in FIG. 1, and “reference hash value” corresponds to hash (t0).

本発明のログ情報差分抽出管理装置(1)によれば、基準末尾を用いることにより前回のログ情報差分を抽出したときのログファイルの末尾を特定でき、かつ、基準ハッシュ値を用いることにより前回のログ情報差分を抽出したときのログファイルを特定できるので、ローテーション及び世代管理されているログファイルから、機器固有のログフォーマットによらず、適切にログ情報差分を抽出できる。   According to the log information difference extraction management device (1) of the present invention, the end of the log file when the previous log information difference is extracted can be specified by using the reference end, and the previous time can be determined by using the reference hash value. Since the log file when the log information difference is extracted can be identified, the log information difference can be appropriately extracted from the rotation and generation managed log file regardless of the log format unique to the device.

また、本発明のログ情報差分抽出管理装置(1)は、更に更新部(51,54)を備えてもよい。更新部(51,54)は、前記ログ情報差分の先頭から末尾までのハッシュ値を求め、このハッシュ値を前記基準ハッシュ値として記憶部(55)に記憶させ、前記ログ情報差分の末尾を前記基準末尾として記憶部(53)に記憶させる。更新部(51,54)を備えた場合は、基準末尾及び基準ハッシュ値をログ情報差分を抽出する度に更新することにより、連続してログ情報差分を抽出できる。   Further, the log information difference extraction management device (1) of the present invention may further include an update unit (51, 54). The update unit (51, 54) obtains a hash value from the beginning to the end of the log information difference, stores the hash value in the storage unit (55) as the reference hash value, and sets the end of the log information difference to the end It memorize | stores in a memory | storage part (53) as a reference | standard end. When the update unit (51, 54) is provided, the log information difference can be extracted continuously by updating the reference end and the reference hash value each time the log information difference is extracted.

更に、処理部(51)は、前記ログファイル群から前記一のログファイルを入力する際に、世代の古い順に前記一のログファイルを入力し、前記一のログファイル以降の世代のログファイルをログ情報差分として抽出する際に、前記一のログファイルの前記基準末尾の直後から、最も世代の新しいログファイルの末尾までを抽出する、としてもよい。   Furthermore, when inputting the one log file from the log file group, the processing unit (51) inputs the one log file in order of oldest generation, and generates log files of generations after the one log file. When extracting as a log information difference, it is possible to extract from immediately after the reference end of the one log file to the end of the newest log file of the latest generation.

本発明のログ情報差分抽出管理方法は、本発明のログ情報差分抽出管理装置(1)の動作として実現される。すなわち、本発明のログ情報差分抽出管理方法は、基準末尾及び基準ハッシュ値を記憶しておき、ローテーション及び世代管理されているログファイル群から一のログファイルを入力し、この一のログファイルの先頭から前記基準末尾までのハッシュ値を求め、このハッシュ値と前記基準ハッシュ値とを比較し、両者が一致する場合は前記一のログファイル以降の世代のログファイルをログ情報差分として抽出し、両者が一致しない場合は前記ログファイル群から他のログファイルを入力して前記一のログファイルを入力した後の動作を繰り返す、ことを特徴とする。   The log information difference extraction management method of the present invention is realized as an operation of the log information difference extraction management apparatus (1) of the present invention. That is, the log information difference extraction management method of the present invention stores the reference end and the reference hash value, inputs one log file from the log file group that is rotation and generation managed, Find the hash value from the beginning to the reference end, compare this hash value and the reference hash value, if both match, extract the log file of the generation after the one log file as a log information difference, If they do not match, another log file is input from the log file group and the operation after the one log file is input is repeated.

また、前記ログ情報差分の先頭から末尾までのハッシュ値を求め、当該ハッシュ値を前記基準ハッシュ値として更新し、前記ログ情報差分の末尾を前記基準末尾として更新する、ことを更に含むようにしてもよい。   It may further include obtaining a hash value from the beginning to the end of the log information difference, updating the hash value as the reference hash value, and updating the end of the log information difference as the reference end. .

更に、前記ログファイル群から前記一のログファイルを入力する際には、世代の古い順に前記一のログファイルを入力し、前記一のログファイル以降の世代のログファイルをログ情報差分として抽出する際には、前記一のログファイルの前記基準末尾の直後から、最も世代の新しいログファイルの末尾までを抽出する、としてもよい。   Further, when inputting the one log file from the log file group, the one log file is input in the order of oldest generation, and the log files of the generations after the one log file are extracted as log information differences. In this case, it is possible to extract from the immediately after the reference end of the one log file to the end of the newest log file of the latest generation.

ログ情報差分抽出管理装置(1)の処理部(51,54)は、コンピュータ及び本発明ログ情報差分抽出管理プログラムによって実現してもよい。つまり、本発明のログ情報差分抽出管理プログラムは、基準末尾及び基準ハッシュ値を記憶する記憶部(53,55)と、コンピュータとを備えた装置に用いられるものである。すなわち、本発明のログ情報差分抽出管理プログラムは、ローテーション及び世代管理されているログファイル群から一のログファイルを入力する手順と、この一のログファイルの先頭から前記基準末尾までのハッシュ値を求める手順と、このハッシュ値と前記基準ハッシュ値とを比較する手順と、両者が一致する場合に前記一のログファイル以降の世代のログファイルをログ情報差分として抽出する手順と、両者が一致しない場合に前記ログファイル群から他のログファイルを入力して前記一のログファイルを入力した後の動作を繰り返す手順と、を前記コンピュータに実行させるためのものである。このコンピュータは、CPU、メモリ(ROM及びRAM)、入出力インタフェースなどを有する一般的なものでよい。このとき、CPUが、メモリに記憶された本発明のログ情報差分抽出管理プログラムを読み出し、解釈し、実行する。   The processing units (51, 54) of the log information difference extraction management device (1) may be realized by a computer and a log information difference extraction management program of the present invention. That is, the log information difference extraction management program of the present invention is used in an apparatus including a storage unit (53, 55) for storing a reference end and a reference hash value, and a computer. That is, the log information difference extraction management program according to the present invention includes a procedure for inputting one log file from a log file group that is rotation and generation managed, and a hash value from the beginning of the one log file to the reference end. The procedure for obtaining, the procedure for comparing the hash value with the reference hash value, and the procedure for extracting the log file of the generation after the one log file as the log information difference when they match do not match. In this case, a procedure for repeating the operation after inputting another log file from the log file group and inputting the one log file is executed by the computer. The computer may be a general computer having a CPU, a memory (ROM and RAM), an input / output interface, and the like. At this time, the CPU reads, interprets, and executes the log information difference extraction management program of the present invention stored in the memory.

また、前記ログ情報差分の先頭から末尾までのハッシュ値を求める手順と、当該ハッシュ値を前記基準ハッシュ値として記憶部(55)に記憶させる手順と、前記ログ情報差分の末尾を前記基準末尾として記憶部(53)に記憶させる手順と、を更に前記コンピュータに実行させる、としてもよい。   Also, a procedure for obtaining a hash value from the beginning to the end of the log information difference, a procedure for storing the hash value in the storage unit (55) as the reference hash value, and a tail of the log information difference as the reference end It is good also as making the said computer perform further the procedure memorize | stored in a memory | storage part (53).

更に、前記ログファイル群から前記一のログファイルを入力する手順では、世代の古い順に前記一のログファイルを入力し、前記一のログファイル以降の世代のログファイルをログ情報の差分として抽出する手順では、前記一のログファイルの前記基準末尾の直後から、最も世代の新しいログファイルの末尾までを抽出する、としてもよい。   Furthermore, in the procedure of inputting the one log file from the log file group, the one log file is input in the order of the oldest generation, and the log files of the generations after the one log file are extracted as log information differences. In the procedure, it is possible to extract from immediately after the reference end of the one log file to the end of the newest generation log file.

本発明のログ情報差分抽出管理方法及び情報差分抽出管理プログラムも、前述した本発明のログ情報差分抽出管理装置と同様の作用及び効果を奏する。   The log information difference extraction management method and information difference extraction management program of the present invention also exhibit the same operations and effects as the log information difference extraction management apparatus of the present invention described above.

以下、添付図面を参照しながら、本発明を実施するための形態(以下「実施形態」という。)について説明する。まず、本実施形態の概要について説明する。   DESCRIPTION OF EMBODIMENTS Hereinafter, embodiments for carrying out the present invention (hereinafter referred to as “embodiments”) will be described with reference to the accompanying drawings. First, an outline of the present embodiment will be described.

本実施形態のログ情報差分抽出管理装置(以下「本装置」という。)は、以下の手段によって、ログ情報収集対象とする機器(以下「収集対象機器」という。)のログ情報を収集することにより、前述の課題を解決する。   The log information difference extraction management device (hereinafter referred to as “this device”) according to the present embodiment collects log information of a device that is a log information collection target (hereinafter referred to as “collection target device”) by the following means. Thus, the above-described problem is solved.

図1に示すように、まず事前準備として、収集対象機器7を一意に特定可能な情報やログファイルの世代管理情報等、収集対象機器7に関する収集処理に必要な情報(以下、対象機器情報)を登録する(図1の[0]対象機器情報)。   As shown in FIG. 1, information necessary for the collection processing related to the collection target device 7 such as information that can uniquely identify the collection target device 7 and log file generation management information (hereinafter referred to as target device information) as a preliminary preparation. Is registered ([0] target device information in FIG. 1).

収集処理としては、ある時刻t1に収集対象機器7からログファイル71が送信され([1]時刻t1)、本装置1側に一時的に格納される([2]一時ログ情報)ことにより開始する。本装置1は、このログファイルの格納を検知し、一時ログ情報の格納先をキーとして、あらかじめ登録されている対象機器情報を読み出す([3])。続けて、[3]にて読み出した対象機器情報を元に、一時的に格納しているログファイルを世代の古い順に処理対象として読出す([4])。また、対象機器情報を元に、前回収集処理実施時t0の末尾位置情報N(t0)と([5])、ハッシュ値hash(t0)とを読み出し([6])、後続の処理をおこなう。   The collection process starts when a log file 71 is transmitted from the collection target device 7 at a certain time t1 ([1] time t1) and temporarily stored on the apparatus 1 side ([2] temporary log information). To do. The apparatus 1 detects the storage of the log file, and reads the target device information registered in advance using the temporary log information storage destination as a key ([3]). Subsequently, based on the target device information read in [3], the temporarily stored log file is read as a processing target in order of oldest generation ([4]). Further, based on the target device information, the tail position information N (t0) and ([5]) and the hash value hash (t0) at the time t0 when the previous collection processing was performed are read ([6]), and the subsequent processing is performed. .

[4]にて読み出したログファイル内の、先頭からN(t0)までのログ情報Aを抽出し([7])、そのログ情報のハッシュ値hash(A)を算出する([8])。算出したハッシュ値hash(A)と、[6]にて読み出したハッシュ値hash(0)とを比較し([9])、両者の値が異なる場合は、当該ログファイルは収集すべき対象ではないと判定し、[7]−[9]の手順を繰返す([10]hash(A)≠hash(t0))。両者の値が一致した場合は、当該ログファイル以降の世代のログファイルを収集すべき対象と判定し、当該ログファイルのN(t0)の直後から、最も世代の新しいログファイルの末尾までのログ情報を抽出する([11]hash(A)=hash(t0))。また、抽出したログ情報は、時刻t1にて収集したログ情報として所定の保管先に追記、格納する([12]ログ情報)。   The log information A from the beginning to N (t0) in the log file read in [4] is extracted ([7]), and the hash value hash (A) of the log information is calculated ([8]). . The calculated hash value hash (A) is compared with the hash value hash (0) read in [6] ([9]). If the two values are different, the log file is not to be collected. If not, the procedure of [7]-[9] is repeated ([10] hash (A) ≠ hash (t0)). If both values match, it is determined that the log file of the generation after the log file is to be collected, and the log from immediately after N (t0) of the log file to the end of the newest log file of the generation Information is extracted ([11] hash (A) = hash (t0)). The extracted log information is additionally written and stored in a predetermined storage location as log information collected at time t1 ([12] log information).

ログ情報の格納が完了した後は、t1で収集したログファイルの内、最も世代の新しいログファイルの情報を保持する処理をおこなう。つまり、当該ログファイルの末尾位置を、今回収集時t1の末尾位置情報N(t1)として抽出し([13]N(t1))、保持している末尾位置情報をN(t0)からN(t1)へ更新する([14]末尾位置情報)。また同様に、当該ログファイルの先頭から末尾までのログ情報を抽出する([15])。抽出したログ情報からハッシュ値を算出して今回収集時のハッシュ値hash(t1)とし([16]hash(t1))、保持しているハッシュ値をhash(t0)からhash(t1)へ更新する([17]末尾位置情報)。これら末尾位置情報及びハッシュ値をN(t1)及びhash(t1)にて更新及び保持することにより、次回収集時に算出されるハッシュ値との比較及び収集対象とすべきログファイルの判定が継続的に可能となる。   After the storage of the log information is completed, a process for holding the information of the newest log file among the log files collected at t1 is performed. That is, the end position of the log file is extracted as the end position information N (t1) at the time of the current collection t1 ([13] N (t1)), and the retained end position information is changed from N (t0) to N (t update to t1) ([14] tail position information). Similarly, log information from the beginning to the end of the log file is extracted ([15]). A hash value is calculated from the extracted log information to obtain a hash value hash (t1) at the time of current collection ([16] hash (t1)), and the stored hash value is updated from hash (t0) to hash (t1). ([17] End position information). By updating and holding the tail position information and hash value at N (t1) and hash (t1), comparison with the hash value calculated at the next collection and determination of the log file to be collected are continued. It becomes possible.

次に、本実施形態の構成について、図面を参照して詳細に説明する。   Next, the configuration of the present embodiment will be described in detail with reference to the drawings.

図2の構成図を参照すると、本装置1は、入力手段2と、出力手段3と、収集処理管理手段4と、収集対象判定処理手段5と、ログ情報保管手段6とで構成されている。   Referring to the configuration diagram of FIG. 2, the apparatus 1 includes an input unit 2, an output unit 3, a collection processing management unit 4, a collection target determination processing unit 5, and a log information storage unit 6. .

入力手段2は、収集対象情報を入力するものであり、例えば管理者からの入力を実現するキーボードのようなインタフェース機器を指す。   The input unit 2 is for inputting information to be collected and refers to an interface device such as a keyboard that realizes input from an administrator.

出力手段3は、入力手段2から入力された収集対象情報の登録結果を出力するものであり、例えばディスプレイのようなインタフェース機器を指す。   The output unit 3 outputs a registration result of the collection target information input from the input unit 2 and indicates an interface device such as a display.

収集処理管理手段4は、収集対象情報の管理を行なうものであり、収集対象登録部41と、収集対象情報記憶部42と、収集処理管理部43とを含む。   The collection processing management unit 4 manages collection target information, and includes a collection target registration unit 41, a collection target information storage unit 42, and a collection processing management unit 43.

収集対象登録部41は、入力手段2からの収集対象情報入力を受け、収集対象情報の登録処理をおこなう。具体的には、入力された収集対象情報を収集対象情報記憶部42へ書込む。また、入力された収集対象情報に基づき、ログ情報保管部61上に、収集対象機器7のログ情報を格納する領域(以下、ログ情報格納先)が確保されているかを確認する。確保されていない場合は、ログ情報保管部61上にログ情報格納先を、一時ログ情報記憶部52上に収集対象機器7が一時的にログファイル71を書き込むための領域(以下「一時ログ情報格納先」という。)を確保する。   The collection target registration unit 41 receives the collection target information input from the input unit 2 and performs a collection target information registration process. Specifically, the input collection target information is written into the collection target information storage unit 42. Further, based on the input collection target information, it is confirmed whether an area for storing log information of the collection target device 7 (hereinafter referred to as a log information storage destination) is secured on the log information storage unit 61. If not secured, the log information storage unit 61 stores the log information storage destination, and the temporary log information storage unit 52 writes the log file 71 in an area for temporary collection of the log file 71 (hereinafter referred to as “temporary log information”). "Storage location").

収集対象情報記憶部42は、収集対象登録部41からの書込みを受け、収集対象情報を格納、保管する。   The collection target information storage unit 42 receives the writing from the collection target registration unit 41, and stores and stores the collection target information.

収集処理管理部43は、ログファイル処理部51からの収集対象判定処理開始通知として、一時ログ情報格納先の情報を受信する。また、この一時ログ情報格納先の情報をキーに、収集対象情報記憶部42から収集対象情報を読出し、ログファイル処理部51へ送信する。   The collection processing management unit 43 receives information on the temporary log information storage destination as a collection target determination processing start notification from the log file processing unit 51. Further, using this temporary log information storage destination information as a key, the collection target information is read from the collection target information storage unit 42 and transmitted to the log file processing unit 51.

収集対象判定処理手段5は、収集対象機器7からのログファイル71の送信を受けて、収集すべきログファイルの判定及びログ情報の収集処理をおこなうものであり、ログファイル処理部51と、一時ログ情報記憶部52と、末尾位置情報記憶部53と、ハッシュ処理部54と、ハッシュ値記憶部55とを含む。   The collection target determination processing unit 5 receives the transmission of the log file 71 from the collection target device 7 and performs determination of log files to be collected and collection processing of log information. A log information storage unit 52, a tail position information storage unit 53, a hash processing unit 54, and a hash value storage unit 55 are included.

ログファイル処理部51は、収集対象機器7から一時ログ情報記憶部52への書込みを検知し、ログ情報の収集開始処理をおこなう。具体的には、一時ログ情報記憶部52上の一時ログ情報格納先への、収集対象機器7からのログファイル71の書込みを検知し、収集処理管理部43へ収集対象判定処理開始として一時ログ情報格納先の情報を通知する。また、収集処理管理部43から一時ログ情報格納先の情報をキーに読み出された、収集対象情報を受信する。   The log file processing unit 51 detects writing from the collection target device 7 to the temporary log information storage unit 52 and performs log information collection start processing. Specifically, the writing of the log file 71 from the collection target device 7 to the temporary log information storage destination on the temporary log information storage unit 52 is detected, and the temporary log is sent to the collection processing management unit 43 as the collection target determination process starts. Notify the information storage location information. Also, the collection target information read from the collection processing management unit 43 using the temporary log information storage destination information as a key is received.

続けて、ログファイル処理部51は、収集対象判定処理をおこなう。具体的には、収集処理管理部43から受信した収集対象情報に基づき、末尾位置情報記憶部53から、収集対象機器7の前回収集時の末尾位置を読み出す。また、一時ログ情報記憶部52から収集対象機器7のログファイル71を世代の古い順に読み出し、読み出したログファイル内から前回収集時の末尾位置に基づいてログ情報を抽出し、収集対象情報と合わせてハッシュ処理部54に送信する。又はハッシュ処理部54からのハッシュ値の比較結果を受けて、収集対象判定処理を継続するか、若しくは収集処理を開始する。   Subsequently, the log file processing unit 51 performs a collection target determination process. Specifically, based on the collection target information received from the collection processing management unit 43, the tail position at the time of the previous collection of the collection target device 7 is read from the tail position information storage unit 53. Further, the log file 71 of the collection target device 7 is read from the temporary log information storage unit 52 in the order of generation, and the log information is extracted from the read log file based on the end position at the time of the previous collection, and is combined with the collection target information. To the hash processing unit 54. Alternatively, the hash value comparison result from the hash processing unit 54 is received, and the collection target determination process is continued or the collection process is started.

更に、ログファイル処理部51は、収集処理をおこなう。具体的には、ハッシュ処理部54からのハッシュ値の比較結果が「一致」であった場合、一致したログファイルから最新のログファイルまでに含まれる、今回収集すべきログ情報を抽出し、ログ情報保管部61へ格納する。   Further, the log file processing unit 51 performs collection processing. Specifically, when the comparison result of the hash value from the hash processing unit 54 is “match”, the log information to be collected this time included from the matched log file to the latest log file is extracted, and the log The information is stored in the information storage unit 61.

最後に、収集すべきログ情報を全てログ情報保管部61へ格納した後に、収集終了処理をおこなう。具体的には、最後に収集処理をおこなった最新のログファイルの末尾位置を抽出する。また、次回収集時の収集対象判定処理のために、末尾位置情報記憶部53上の収集対象機器7の末尾位置を、抽出した末尾位置の情報に更新する。更に、最後に収集処理をおこなったログファイル内の先頭から末尾までのログ情報を抽出し、収集対象情報と合わせてハッシュ処理部54に送信する。   Finally, after all the log information to be collected is stored in the log information storage unit 61, the collection end process is performed. Specifically, the end position of the latest log file that has been collected last is extracted. In addition, for the collection target determination process at the next collection, the end position of the collection target device 7 on the end position information storage unit 53 is updated to the extracted end position information. Further, the log information from the beginning to the end in the log file that has been collected last is extracted and transmitted to the hash processing unit 54 together with the collection target information.

一時ログ情報記憶部52は、収集対象機器7から送信されたログファイル71を一時的に格納する。具体的には、収集対象機器7から一時ログ情報記憶部52上の一時ログ情報格納領域へのログファイル71の書込みを受け、収集対象機器7の一時ログ情報を格納、保管する。また、ログファイル処理部51からの処理により、不要となったログファイル(一時ログ情報)を削除する。   The temporary log information storage unit 52 temporarily stores the log file 71 transmitted from the collection target device 7. Specifically, the log file 71 is written from the collection target device 7 to the temporary log information storage area on the temporary log information storage unit 52, and the temporary log information of the collection target device 7 is stored and stored. Further, the log file (temporary log information) that is no longer needed is deleted by the processing from the log file processing unit 51.

末尾位置情報記憶部53は、ログファイル処理部51からの書込みを受け、収集対象機器7のログファイル71における前回収集時の末尾位置を格納、保管する。   The tail position information storage unit 53 receives the writing from the log file processing unit 51 and stores and stores the tail position at the time of the previous collection in the log file 71 of the collection target device 7.

ハッシュ処理部54は、収集対象判定処理において、収集すべきログファイルを判定するために、ハッシュ値の算出と比較をおこなう。具体的には、ログファイル処理部51にてログファイルから抽出されたログ情報及び収集対象機器情報を受信し、そのログ情報のハッシュ値を算出する。また、ログファイル処理部51から受信した収集対象情報に基づき、ハッシュ値記憶部55から収集対象機器7の前回収集時のハッシュ値を読み出し、算出したハッシュ値と比較する。また、その比較結果をログファイル処理部51に送信する。   The hash processing unit 54 calculates and compares hash values to determine log files to be collected in the collection target determination process. Specifically, the log file processing unit 51 receives log information and collection target device information extracted from the log file, and calculates a hash value of the log information. Further, based on the collection target information received from the log file processing unit 51, the hash value at the previous collection time of the collection target device 7 is read from the hash value storage unit 55 and compared with the calculated hash value. The comparison result is transmitted to the log file processing unit 51.

更に、ハッシュ処理部54は、収集終了処理においては、ログファイル処理部51にて最後に収集処理をおこなったログファイルから抽出されたログ情報と収集対象機器情報とを受信し、受信したログ情報のハッシュ値を算出する。また、次回収集時の収集対象判定処理のために、ログファイル処理部51から受信した収集対象情報に基づき、ハッシュ値記憶部55上の収集対象機器7のハッシュ値を、算出したハッシュ値に更新する。   Further, in the collection end process, the hash processing unit 54 receives the log information extracted from the log file that was last collected by the log file processing unit 51 and the collection target device information, and receives the received log information. Calculate the hash value of. Also, the hash value of the collection target device 7 on the hash value storage unit 55 is updated to the calculated hash value based on the collection target information received from the log file processing unit 51 for the collection target determination process at the next collection. To do.

ハッシュ値記憶部55は、ハッシュ処理部54からの書込みを受け、収集対象機器の前回収集時に、最後に収集処理をおこなったログファイル内のログ情報のハッシュ値を格納、保管する。   The hash value storage unit 55 receives the writing from the hash processing unit 54, and stores and stores the hash value of the log information in the log file that was last collected at the time of the previous collection of the collection target device.

ログ情報保管手段6は、収集対象機器7のログ情報を保管するものであり、ログ情報保管部61を含む。   The log information storage unit 6 stores log information of the collection target device 7 and includes a log information storage unit 61.

ログ情報保管部61は、ログファイル処理部51からの書込みを受け、収集対象機器7のログ情報を格納、保管する。   The log information storage unit 61 receives the writing from the log file processing unit 51 and stores and stores the log information of the collection target device 7.

次に、図2の構成図、図3から図7のフローチャート、及び図8から図12の各情報フォーマット例を参照し、本実施形態の動作について詳細に説明する。なお、各情報のフォーマット例としては、図8に収集対象情報テーブル、図9に末尾位置情報テーブル、図10に一時ログ情報テーブル、図11にハッシュ値情報テーブル、図12にログ情報テーブルを示す。   Next, the operation of the present embodiment will be described in detail with reference to the configuration diagram of FIG. 2, the flowcharts of FIGS. 3 to 7, and the information format examples of FIGS. 8 to 12. As a format example of each information, FIG. 8 shows a collection target information table, FIG. 9 shows a tail position information table, FIG. 10 shows a temporary log information table, FIG. 11 shows a hash value information table, and FIG. .

まず、図3を参照し、収集対象登録処理について説明する。   First, the collection target registration process will be described with reference to FIG.

はじめに、入力手段2にて、管理者等による収集対象情報の入力を受ける(図3のS01)。この収集対象情報は、図8に例示するように、収集対象機器7を一意に特定可能な情報(以下「収集対象機器ID」という。)と、一時ログ情報格納先と、ログ情報格納先と、収集対象機器7から送信されるログファイル71群のローテーションにおける世代管理規則又は条件式(以下「世代管理情報」という。)といった情報を含む。なお、一時ログ情報格納先とログ情報格納先は、収集対象機器IDとそれぞれ一意に紐づく情報であり、一時ログ情報格納先は一時ログ情報記憶部52上に、ログ情報格納先はログ情報保管部61上に確保されるものである。また、世代管理情報は、世代管理情報の内容に基づき、ログファイル処理部51が、一時ログ情報記憶部52上に格納されたログファイルの世代を判別するための情報である。   First, the input unit 2 receives input of collection target information by an administrator or the like (S01 in FIG. 3). As illustrated in FIG. 8, the collection target information includes information that can uniquely identify the collection target device 7 (hereinafter referred to as “collection target device ID”), a temporary log information storage destination, a log information storage destination, And information such as generation management rules or conditional expressions (hereinafter referred to as “generation management information”) in the rotation of the log file 71 group transmitted from the collection target device 7. The temporary log information storage destination and the log information storage destination are information uniquely associated with the collection target device ID, the temporary log information storage destination is on the temporary log information storage unit 52, and the log information storage destination is log information. This is ensured on the storage unit 61. The generation management information is information for the log file processing unit 51 to determine the generation of the log file stored on the temporary log information storage unit 52 based on the contents of the generation management information.

入力された収集対象情報は、入力手段2を経由して、収集対象登録部41に通知される(S02)。収集対象登録部41は、通知された収集対象情報を、収集対象情報記憶部42に格納する(S03)。また、収集対象情報のログ情報格納先が、一時ログ情報記憶部52上に確保されているかを確認する(S04)。確保されている場合は、収集対象登録部41から出力手段3へ、登録処理完了を通知し(S07)、出力手段3は登録結果を出力する(S08)。確保されていない場合は、収集対象登録部41にて、ログ情報保管部61上に、入力された収集対象情報のログ情報格納先に基づき、領域を確保する(S05)。また同様に、一時ログ情報記憶部52上に、入力された収集対象情報の一時ログ情報格納先に基づき、領域を確保する(S06)。各領域の確保が完了したら、収集対象登録部41から出力手段3へ登録処理完了を通知し(S07)、出力手段3は登録結果を出力する(S08)。   The input collection target information is notified to the collection target registration unit 41 via the input unit 2 (S02). The collection target registration unit 41 stores the notified collection target information in the collection target information storage unit 42 (S03). Also, it is confirmed whether the log information storage destination of the collection target information is secured on the temporary log information storage unit 52 (S04). If it is secured, the collection target registration unit 41 notifies the output unit 3 of the completion of registration processing (S07), and the output unit 3 outputs the registration result (S08). If not secured, the collection target registration unit 41 secures an area on the log information storage unit 61 based on the log information storage destination of the input collection target information (S05). Similarly, an area is secured on the temporary log information storage unit 52 based on the temporary log information storage destination of the input collection target information (S06). When securing of each area is completed, the collection target registration unit 41 notifies the output unit 3 of the completion of registration processing (S07), and the output unit 3 outputs the registration result (S08).

次に、図4を参照し、収集開始処理について説明する。   Next, the collection start process will be described with reference to FIG.

まず、一時ログ情報記憶部52上の一時ログ情報格納先への収集対象機器7からのログファイル71の書込みを、ログファイル処理部51にて検知する(図4のS09)。ログファイル処理部51は、収集対象判定処理開始通知として、収集処理管理部43へ、書込みが発生した一時ログ情報記憶部52上の一時ログ情報格納先を送信する(S10)。収集処理管理部43は、ログファイル処理部51からの通知を受けて、一時ログ情報格納先の情報をキーに、該当する収集対象情報を収集対象情報記憶部42から読み出す(S11)。読み出した収集対象情報は、収集処理管理部43からログファイル処理部51へ送信される(S12)。   First, writing of the log file 71 from the collection target device 7 to the temporary log information storage destination in the temporary log information storage unit 52 is detected by the log file processing unit 51 (S09 in FIG. 4). The log file processing unit 51 transmits the temporary log information storage destination on the temporary log information storage unit 52 where writing has occurred to the collection processing management unit 43 as a collection target determination processing start notification (S10). The collection processing management unit 43 receives the notification from the log file processing unit 51, and reads out the corresponding collection target information from the collection target information storage unit 42 using the temporary log information storage destination information as a key (S11). The read collection target information is transmitted from the collection processing management unit 43 to the log file processing unit 51 (S12).

次に、図5を参照し、収集対象判定処理について説明する。   Next, the collection target determination process will be described with reference to FIG.

まず、ログファイル処理部51は、S12にて受信した収集対象情報に基づき、一時ログ情報記憶部52上に格納されている収集対象機器のログファイルから、最も世代の古いログファイルを読み出す(図5のS13)。また、末尾位置情報記憶部53から、同様に収集対象情報に基づき、収集対象機器の前回収集時の末尾位置を読み出す(S14)。末尾位置は、図9に例示するように、収集対象機器IDと紐づけて末尾位置情報テーブルで管理される値であり、データサイズ(バイト数)や行番号で示される。この値は、前回収集時に最後に収集処理をおこなったログファイルにおける、ログ情報の末尾の位置を示すものである。   First, the log file processing unit 51 reads the log file of the oldest generation from the log file of the collection target device stored on the temporary log information storage unit 52 based on the collection target information received in S12 (see FIG. 5 S13). Further, the end position at the time of the previous collection of the collection target device is read from the end position information storage unit 53 based on the collection target information in the same manner (S14). As illustrated in FIG. 9, the end position is a value managed in the end position information table in association with the collection target device ID, and is indicated by a data size (number of bytes) or a line number. This value indicates the position of the end of the log information in the log file that was last collected at the time of the previous collection.

続けて、ログファイル処理部51は、S14にて読み出した前回収集時の末尾位置に基づき、S13にて読み出したログファイルの先頭位置から読み出した末尾位置までのログ情報を抽出する(S15)。これは例えば、読み出した末尾位置が「1,234,567バイト」であった場合、ログファイル内のログ情報における、0から1,234,567バイトまでのデータを抽出する処理となる。ここで抽出したログ情報を、以下、一時ログ情報と呼ぶ。なお一時ログ情報は、図10に例示するように、一時ログ情報のみで構成される一時ログ情報テーブルで管理される。また図10では、便宜上テキスト形式にて一時ログ情報を例示しているが、本発明の適用においては、一時ログ情報のバイナリ又はテキストといった形式を問わない。   Subsequently, based on the last position at the time of the previous collection read in S14, the log file processing unit 51 extracts log information from the start position of the log file read in S13 to the read end position (S15). For example, when the read end position is “1,234,567 bytes”, the data from 0 to 1,234,567 bytes in the log information in the log file is extracted. The log information extracted here is hereinafter referred to as temporary log information. Note that the temporary log information is managed by a temporary log information table including only temporary log information as illustrated in FIG. In FIG. 10, the temporary log information is illustrated in a text format for convenience, but in the application of the present invention, the binary format or text format of the temporary log information may be used.

一時ログ情報の抽出後、ログファイル処理部51は、収集対象情報の収集対象機器IDと、抽出した一時ログ情報とをハッシュ処理部54へ送信する(S16)。ハッシュ処理部54では、受信した一時ログ情報を元にハッシュ値を算出する(S17)。また、S16にて受信した収集対象情報の収集対象機器IDに基づき、ハッシュ値記憶部55から収集対象機器7のハッシュ値を読み出す(S18)。ハッシュ値記憶部55に格納されているハッシュ値は、図11に例示するように、収集対象機器IDと紐づけてハッシュ値情報テーブルで管理される値であり、前回収集時に最後に処理をおこなったログファイル内のログ情報から算出されたハッシュ値である。   After extracting the temporary log information, the log file processing unit 51 transmits the collection target device ID of the collection target information and the extracted temporary log information to the hash processing unit 54 (S16). The hash processing unit 54 calculates a hash value based on the received temporary log information (S17). Further, based on the collection target device ID of the collection target information received in S16, the hash value of the collection target device 7 is read from the hash value storage unit 55 (S18). As illustrated in FIG. 11, the hash value stored in the hash value storage unit 55 is a value managed in the hash value information table in association with the collection target device ID, and is finally processed at the time of the previous collection. This is a hash value calculated from the log information in the log file.

更に、S17にて今回算出したハッシュ値とS18にて読み出した前回収集時のハッシュ値とを比較する(S19)。この比較結果が「不一致」だった場合、収集対象判定処理をおこなったログファイルは、前回収集時において最後に収集処理をおこなったログファイルではないということになる。つまり、既に前回以前の収集処理において、ログファイル内のログ情報全てを収集済みのログファイルであり、今回の収集対象ではないと判定する。この場合は、ハッシュ処理部54からログファイル処理部51へ判定結果「不一致」として、判定処理の継続を通知する(S20)。ログファイル処理部51は、S20の通知を受けて、一時ログ情報記憶部52から次世代のログファイルを読み出し(S21)、S15以降の処理を継続する。比較結果が「一致」した場合、収集対象判定処理をおこなったログファイルは、前回収集時において最後に収集処理をおこなったログファイルであるということになる。つまり、当該ログファイルにおける前回収集時の末尾位置の直後から、今回一時ログ情報記憶部52に格納された中で最も世代の新しいログファイルの末尾までが、今回収集すべきログ情報であると判定する。この場合は、ハッシュ処理部54からログファイル処理部51へ判定結果「一致」として、収集処理開始を通知する(S22)。   Further, the hash value calculated this time in S17 is compared with the hash value at the previous collection read in S18 (S19). When the comparison result is “mismatch”, the log file that has undergone the collection target determination process is not the log file that has been collected last in the previous collection. That is, it is determined that the log file has already collected all the log information in the log file before the previous collection process and is not the current collection target. In this case, the continuation of the determination process is notified from the hash processing unit 54 to the log file processing unit 51 as the determination result “mismatch” (S20). Upon receiving the notification in S20, the log file processing unit 51 reads the next generation log file from the temporary log information storage unit 52 (S21), and continues the processing from S15 onward. When the comparison result is “match”, the log file that has undergone the collection target determination process is the log file that has undergone the last collection process at the time of the previous collection. That is, it is determined that the log information to be collected this time is from immediately after the end position at the time of the previous collection in the log file to the end of the newest generation log file stored in the temporary log information storage unit 52 this time. To do. In this case, the hash processing unit 54 notifies the log file processing unit 51 of the determination result “match” as the start of the collection process (S22).

次に、図6を参照し、収集処理について説明する。   Next, the collection process will be described with reference to FIG.

まず、ログファイル処理部51は、S22にて受信した判定結果を受けて、S15で処理をおこなったログファイルにおける、前回収集時の末尾位置の直後から末尾までのログ情報を抽出する(図6のS23)。これは例えば、末尾位置情報が「1,234,567バイト」であった場合、当該ログファイルの1,234,568から最後のバイトまでのデータを抽出する処理となる。S23にて抽出したログ情報は、ログファイル処理部51にて、ログ情報保管部61へ格納する(S24)。なお、ログ情報保管部61にて保管するログ情報は、図12に例示するように、収集対象機器IDと紐づけてログ情報テーブルで管理される。また、当該収集対象機器IDと紐づく収集対象機器から収集した、ログ情報を累積したものである。なお図12は、図10と同様に、便宜上テキスト形式にてログ情報を例示しているが、本発明の適用においては、ログ情報のバイナリ又はテキストといった形式を問わない。   First, the log file processing unit 51 receives the determination result received in S22, and extracts log information from immediately after the end position at the time of the previous collection to the end in the log file processed in S15 (FIG. 6). S23). For example, when the end position information is “1, 234, 567 bytes”, the data from 1, 234, 568 to the last byte of the log file is extracted. The log information extracted in S23 is stored in the log information storage unit 61 by the log file processing unit 51 (S24). The log information stored in the log information storage unit 61 is managed in the log information table in association with the collection target device ID as illustrated in FIG. In addition, the log information collected from the collection target device associated with the collection target device ID is accumulated. 12 exemplifies the log information in a text format for convenience as in FIG. 10, the log information may be in any format such as binary or text in the application of the present invention.

続けて、ログファイル処理部51にて、一時ログ情報記憶部52上の収集対象機器のログファイルを確認し(S25)、次世代のログファイルが存在する場合は、そのファイルを一時ログ情報記憶部52から読み出す(S26)。S26にて読み出したログファイルについては、先頭から末尾までの全てのログ情報を抽出し(S27)、S24以降の処理を繰り返し継続することにより、ログ情報保管部61へログ情報を追記していく。S25で実施する一時ログ情報記憶部52上のログファイル確認において、次世代のログファイルが存在しない場合は、直前のS24にて格納したログ情報が、今回収集対象における末尾のログ情報であると判定する。この場合は、当該ログ情報を含んでいたログファイルが、今回収集処理において最後に処理したログファイルとなるため、このログファイルを元に、収集終了処理を実施する。   Subsequently, the log file processing unit 51 confirms the log file of the collection target device on the temporary log information storage unit 52 (S25), and if there is a next-generation log file, the file is stored in the temporary log information. Read from the unit 52 (S26). For the log file read in S26, all the log information from the beginning to the end is extracted (S27), and the log information is added to the log information storage unit 61 by continuing the processing after S24 repeatedly. . In the log file confirmation on the temporary log information storage unit 52 implemented in S25, if there is no next-generation log file, the log information stored in the immediately preceding S24 is the last log information in the collection target this time judge. In this case, since the log file containing the log information becomes the log file last processed in the current collection process, the collection end process is performed based on the log file.

最後に、図7を参照し、収集終了処理について説明する。   Finally, the collection end process will be described with reference to FIG.

まず、ログファイル処理部51からハッシュ処理部54へ、収集対象機器IDと、今回収集処理において最後に処理したログファイル内のログ情報(直前のS23又はS27で抽出したログ情報)とを送信する(図7のS28)。ハッシュ処理部54では、S28にて受信したログ情報を元にハッシュ値を算出する(S29)。続けて、次回収集時の収集対象判定処理のために、ハッシュ値記憶部55上の、S28にて受信した収集対象機器IDと紐づくハッシュ値をS29にて算出したハッシュ値で更新する(S30)。更新完了後、ハッシュ処理部54は、ハッシュ値の更新完了報告としてログファイル処理部51へ収集対象機器IDを通知する(S31)。   First, the collection target device ID and the log information in the log file last processed in the current collection process (the log information extracted in S23 or S27 immediately before) are transmitted from the log file processing unit 51 to the hash processing unit 54. (S28 in FIG. 7). The hash processing unit 54 calculates a hash value based on the log information received in S28 (S29). Subsequently, for the collection target determination process at the next collection, the hash value associated with the collection target device ID received in S28 on the hash value storage unit 55 is updated with the hash value calculated in S29 (S30). ). After the update is completed, the hash processing unit 54 notifies the log file processing unit 51 of the collection target device ID as a hash value update completion report (S31).

また、ログファイル処理部51は、今回収集時に最後に処理をおこなったログファイルの末尾位置を抽出する(S32)。ここで例えば、当該ログファイル内のログ情報が、0から987,654バイトまで存在していた場合、抽出される末尾位置は「987,654バイト」となる。ログファイル処理部51は、次回収集時の収集対象判定処理のために、末尾位置情報記憶部53上の収集対象機器IDと紐づく末尾位置情報を抽出した末尾位置で更新する(S33)。   In addition, the log file processing unit 51 extracts the end position of the log file that was last processed at the time of the current collection (S32). Here, for example, when the log information in the log file exists from 0 to 987,654 bytes, the extracted end position is “987,654 bytes”. The log file processing unit 51 updates the tail position information extracted from the tail position information associated with the collection target device ID in the tail position information storage unit 53 for the collection target determination process at the next collection (S33).

ログファイル処理部51は、以上のハッシュ値更新及び末尾位置更新の完了を受けて、一時ログ情報記憶部52上の収集対象機器のログファイル(一時ログ情報)を削除することにより、収集を終了する(S34)。   Upon completion of the hash value update and the end position update, the log file processing unit 51 ends the collection by deleting the log file (temporary log information) of the collection target device on the temporary log information storage unit 52. (S34).

次に、本実施形態の効果について説明する。   Next, the effect of this embodiment will be described.

第1の効果は、ローテーションにて管理されている収集対象機器のログファイルについて、収集対象機器のログファイル固有の値やログ情報に含まれるパラメータを使用することなく、ログファイル内のログ情報から算出したハッシュ値を使用し、収集対象すべきログファイルを特定することができる点にある。この結果、収集対象機器内で使用されているオペレーティングシステムや、出力されるログファイルの形式(バイナリ形式、テキスト形式)等に依存せず、様々な機器のログ収集において、本発明を適用することができる。   The first effect is that the log file of the collection target device managed by the rotation can be obtained from the log information in the log file without using a value specific to the log file of the collection target device or a parameter included in the log information. The log file to be collected can be specified using the calculated hash value. As a result, the present invention can be applied to log collection of various devices without depending on the operating system used in the collection target device or the format (binary format, text format) of the output log file. Can do.

第2の効果は、前回収集時の最後(最新)のログファイル及び末尾位置を特定することができる点にある。この結果、重複や欠落することなく、前回収集時から追記されたログ情報の差分収集が可能となる。   The second effect is that the last (latest) log file and the end position at the time of the previous collection can be specified. As a result, it is possible to collect the difference of the log information added from the previous collection without duplication or omission.

第3の効果は、収集対象機器上において書き込み処理対象である最新のログファイルについても、収集処理が可能である点にある。この結果、常に最新のログ情報を収集することが可能となり、ログ情報収集のタイムラグを軽減することができる。   A third effect is that collection processing is possible even for the latest log file that is the target of write processing on the collection target device. As a result, the latest log information can always be collected, and the log information collection time lag can be reduced.

第4の効果は、エージェント等の本特許システム専用の装置を、収集対象機器に組み込む必要がない点にある。この結果、収集対象機器内の構成によらず、また影響を与えることなく、ログ情報の収集が可能となる。   The fourth effect is that it is not necessary to incorporate a device dedicated to this patent system such as an agent into the collection target device. As a result, log information can be collected regardless of the configuration within the collection target device and without affecting the device.

以上、上記実施形態を参照して本発明を説明したが、本発明は上記実施形態に限定されるものではない。本発明の構成や詳細については、当業者が理解し得るさまざまな変更を加えることができる。   The present invention has been described above with reference to the above embodiment, but the present invention is not limited to the above embodiment. Various changes that can be understood by those skilled in the art can be made to the configuration and details of the present invention.

上記の実施形態の一部又は全部は以下の付記のようにも記載され得るが、本発明は以下の構成に限定されるものではない。   Although a part or all of the above embodiments can be described as the following supplementary notes, the present invention is not limited to the following configurations.

(付記1)基準末尾及び基準ハッシュ値を記憶する記憶部と、
ローテーション及び世代管理されているログファイル群から一のログファイルを入力し、この一のログファイルの先頭から前記基準末尾までのハッシュ値を求め、このハッシュ値と前記基準ハッシュ値とを比較し、両者が一致する場合は前記一のログファイル以降の世代のログファイルをログ情報差分として抽出し、両者が一致しない場合は前記ログファイル群から他のログファイルを入力して前記一のログファイルを入力した後の動作を繰り返す処理部と、
を備えたことを特徴とするログ情報差分抽出管理装置。
(Supplementary Note 1) A storage unit that stores a reference end and a reference hash value;
One log file is input from the log file group that is rotation and generation managed, a hash value from the head of this one log file to the reference end is obtained, and the hash value is compared with the reference hash value, If the two match, the log file of the generation after the one log file is extracted as a log information difference, and if both do not match, the other log file is input from the log file group and the one log file is extracted. A processing unit that repeats the operation after input,
A log information difference extraction management apparatus comprising:

(付記2)付記1記載のログ情報差分抽出管理装置において、
前記ログ情報差分の先頭から末尾までのハッシュ値を求め、このハッシュ値を前記基準ハッシュ値として前記記憶部に記憶させ、前記ログ情報差分の末尾を前記基準末尾として前記記憶部に記憶させる更新部を、
更に備えたことを特徴とするログ情報差分抽出管理装置。
(Appendix 2) In the log information difference extraction management device described in appendix 1,
An update unit that obtains a hash value from the beginning to the end of the log information difference, stores the hash value as the reference hash value in the storage unit, and stores the end of the log information difference as the reference end in the storage unit The
A log information difference extraction management apparatus, further comprising:

(付記3)付記1又は2記載のログ情報差分抽出管理装置において、
前記処理部は、
前記ログファイル群から前記一のログファイルを入力する際に、世代の古い順に前記一のログファイルを入力し、
前記一のログファイル以降の世代のログファイルをログ情報差分として抽出する際に、前記一のログファイルの前記基準末尾の直後から、最も世代の新しいログファイルの末尾までを抽出する、
ことを特徴とするログ情報差分抽出管理装置。
(Supplementary Note 3) In the log information difference extraction management device according to Supplementary Note 1 or 2,
The processor is
When inputting the one log file from the log file group, input the one log file in the order of generation,
When extracting the log file of the generation after the one log file as the log information difference, from the immediately after the reference end of the one log file to the end of the newest log file of the most generation,
The log information difference extraction management device characterized by the above.

(付記4)基準末尾及び基準ハッシュ値を記憶しておき、
ローテーション及び世代管理されているログファイル群から一のログファイルを入力し、この一のログファイルの先頭から前記基準末尾までのハッシュ値を求め、このハッシュ値と前記基準ハッシュ値とを比較し、両者が一致する場合は前記一のログファイル以降の世代のログファイルをログ情報差分として抽出し、両者が一致しない場合は前記ログファイル群から他のログファイルを入力して前記一のログファイルを入力した後の動作を繰り返す、
ことを特徴とするログ情報差分抽出管理方法。
(Supplementary note 4) The reference end and the reference hash value are stored,
One log file is input from the log file group that is rotation and generation managed, a hash value from the head of this one log file to the reference end is obtained, and the hash value is compared with the reference hash value, If the two match, the log file of the generation after the one log file is extracted as a log information difference, and if both do not match, the other log file is input from the log file group and the one log file is extracted. Repeat the operation after input,
And a log information difference extraction management method.

(付記5)付記4記載のログ情報差分抽出管理方法において、
前記ログ情報差分の先頭から末尾までのハッシュ値を求め、当該ハッシュ値を前記基準ハッシュ値として更新し、前記ログ情報差分の末尾を前記基準末尾として更新する、
ことを更に含むことを特徴とするログ情報差分抽出管理方法。
(Appendix 5) In the log information difference extraction management method described in Appendix 4,
Obtain a hash value from the beginning to the end of the log information difference, update the hash value as the reference hash value, and update the end of the log information difference as the reference end,
A log information difference extraction management method, further comprising:

(付記6)付記4又は5記載のログ情報差分抽出管理方法において、
前記ログファイル群から前記一のログファイルを入力する際には、世代の古い順に前記一のログファイルを入力し、
前記一のログファイル以降の世代のログファイルをログ情報差分として抽出する際には、前記一のログファイルの前記基準末尾の直後から、最も世代の新しいログファイルの末尾までを抽出する、
ことを特徴とするログ情報差分抽出管理方法。
(Supplementary note 6) In the log information difference extraction management method according to supplementary note 4 or 5,
When inputting the one log file from the log file group, enter the one log file in order of the generation,
When extracting the log file of the generation after the one log file as the log information difference, it is extracted from immediately after the reference end of the one log file to the end of the newest log file of the most generation,
And a log information difference extraction management method.

(付記7)基準末尾及び基準ハッシュ値を記憶する記憶部と、コンピュータとを備えた装置に用いられるログ情報差分抽出管理プログラムであって、
ローテーション及び世代管理されているログファイル群から一のログファイルを入力する手順と、この一のログファイルの先頭から前記基準末尾までのハッシュ値を求める手順と、このハッシュ値と前記基準ハッシュ値とを比較する手順と、両者が一致する場合に前記一のログファイル以降の世代のログファイルをログ情報差分として抽出する手順と、両者が一致しない場合に前記ログファイル群から他のログファイルを入力して前記一のログファイルを入力した後の動作を繰り返す手順と、
を前記コンピュータに実行させるためのログ情報差分抽出管理プログラム。
(Supplementary Note 7) A log information difference extraction management program used in an apparatus including a storage unit that stores a reference end and a reference hash value, and a computer,
A procedure for inputting one log file from a group of log files that are rotation and generation managed, a procedure for obtaining a hash value from the beginning of the one log file to the reference end, and the hash value and the reference hash value , A procedure for extracting log files of generations after the first log file as log information differences if they match, and another log file from the log file group if they do not match And repeating the operation after inputting the one log file,
Log information difference extraction management program for causing the computer to execute.

(付記8)付記7記載のログ情報差分抽出管理プログラムにおいて、
前記ログ情報差分の先頭から末尾までのハッシュ値を求める手順と、当該ハッシュ値を前記基準ハッシュ値として前記記憶部に記憶させる手順と、前記ログ情報差分の末尾を前記基準末尾として前記記憶部に記憶させる手順と、
を更に前記コンピュータに実行させるためのログ情報差分抽出管理プログラム。
(Supplementary note 8) In the log information difference extraction management program according to supplementary note 7,
A procedure for obtaining a hash value from the beginning to the end of the log information difference, a procedure for storing the hash value in the storage unit as the reference hash value, and an end of the log information difference as the reference end in the storage unit The procedure to memorize,
Log information difference extraction management program for causing the computer to further execute

(付記9)付記7又は8記載のログ情報差分抽出管理プログラムにおいて、
前記ログファイル群から前記一のログファイルを入力する手順では、世代の古い順に前記一のログファイルを入力し、
前記一のログファイル以降の世代のログファイルをログ情報の差分として抽出する手順では、前記一のログファイルの前記基準末尾の直後から、最も世代の新しいログファイルの末尾までを抽出する、
ことを特徴とするログ情報差分抽出管理プログラム。
(Supplementary note 9) In the log information difference extraction management program according to supplementary note 7 or 8,
In the procedure of inputting the one log file from the log file group, the one log file is input in order of oldest generation,
In the procedure of extracting the log file of the generation after the one log file as the difference of the log information, from the immediately after the reference end of the one log file to the end of the newest log file of the latest generation,
A log information difference extraction management program characterized by that.

本発明は、パーソナルコンピュータ、サーバ、ネットワーク機器等の情報処理をおこなう機器において、特にログファイルのローテーションによって世代管理されているログ情報を、単独又は統合的に管理する装置、方法、プログラムなどの用途に適用できる。   The present invention is an apparatus, method, program, or the like for managing log information that is generation-managed by a log file rotation alone or in an integrated manner in devices that perform information processing such as personal computers, servers, and network devices. Applicable to.

1 ログ情報差分抽出管理装置
2 入力手段
3 出力手段
4 収集処理管理手段
41 収集対象登録部
42 収集対象情報記憶部
43 収集処理管理部
5 収集対象判定処理手段
51 ログファイル処理部
52 一時ログ情報記憶部
53 末尾位置情報記憶部
54 ハッシュ処理部
55 ハッシュ値記憶部
6 ログ情報保管手段
61 ログ情報保管部
7 収集対象機器
71 ログファイル
DESCRIPTION OF SYMBOLS 1 Log information difference extraction management apparatus 2 Input means 3 Output means 4 Collection processing management means 41 Collection target registration part 42 Collection target information storage part 43 Collection process management part 5 Collection target judgment processing means 51 Log file processing part 52 Temporary log information storage Unit 53 tail position information storage unit 54 hash processing unit 55 hash value storage unit 6 log information storage unit 61 log information storage unit 7 collection target device 71 log file

Claims (9)

基準末尾及び基準ハッシュ値を記憶する記憶部と、
ローテーション及び世代管理されているログファイル群から一のログファイルを入力し、この一のログファイルの先頭から前記基準末尾までのハッシュ値を求め、このハッシュ値と前記基準ハッシュ値とを比較し、両者が一致する場合は前記一のログファイル以降の世代のログファイルをログ情報差分として抽出し、両者が一致しない場合は前記ログファイル群から他のログファイルを入力して前記一のログファイルを入力した後の動作を繰り返す処理部と、
を備えたことを特徴とするログ情報差分抽出管理装置。
A storage unit for storing a reference end and a reference hash value;
One log file is input from the log file group that is rotation and generation managed, a hash value from the head of this one log file to the reference end is obtained, and the hash value is compared with the reference hash value, If the two match, the log file of the generation after the one log file is extracted as a log information difference, and if both do not match, the other log file is input from the log file group and the one log file is extracted. A processing unit that repeats the operation after input,
A log information difference extraction management apparatus comprising:
請求項1記載のログ情報差分抽出管理装置において、
前記ログ情報差分の先頭から末尾までのハッシュ値を求め、このハッシュ値を前記基準ハッシュ値として前記記憶部に記憶させ、前記ログ情報差分の末尾を前記基準末尾として前記記憶部に記憶させる更新部を、
更に備えたことを特徴とするログ情報差分抽出管理装置。
In the log information difference extraction management device according to claim 1,
An update unit that obtains a hash value from the beginning to the end of the log information difference, stores the hash value as the reference hash value in the storage unit, and stores the end of the log information difference as the reference end in the storage unit The
A log information difference extraction management apparatus, further comprising:
請求項1又は2記載のログ情報差分抽出管理装置において、
前記処理部は、
前記ログファイル群から前記一のログファイルを入力する際に、世代の古い順に前記一のログファイルを入力し、
前記一のログファイル以降の世代のログファイルをログ情報差分として抽出する際に、前記一のログファイルの前記基準末尾の直後から、最も世代の新しいログファイルの末尾までを抽出する、
ことを特徴とするログ情報差分抽出管理装置。
In the log information difference extraction management device according to claim 1 or 2,
The processor is
When inputting the one log file from the log file group, input the one log file in the order of generation,
When extracting the log file of the generation after the one log file as the log information difference, from the immediately after the reference end of the one log file to the end of the newest log file of the most generation,
The log information difference extraction management device characterized by the above.
基準末尾及び基準ハッシュ値を記憶しておき、
ローテーション及び世代管理されているログファイル群から一のログファイルを入力し、この一のログファイルの先頭から前記基準末尾までのハッシュ値を求め、このハッシュ値と前記基準ハッシュ値とを比較し、両者が一致する場合は前記一のログファイル以降の世代のログファイルをログ情報差分として抽出し、両者が一致しない場合は前記ログファイル群から他のログファイルを入力して前記一のログファイルを入力した後の動作を繰り返す、
ことを特徴とするログ情報差分抽出管理方法。
Remember the reference end and the reference hash value,
One log file is input from the log file group that is rotation and generation managed, a hash value from the head of this one log file to the reference end is obtained, and the hash value is compared with the reference hash value, If the two match, the log file of the generation after the one log file is extracted as a log information difference, and if both do not match, the other log file is input from the log file group and the one log file is extracted. Repeat the operation after input,
And a log information difference extraction management method.
請求項4記載のログ情報差分抽出管理方法において、
前記ログ情報差分の先頭から末尾までのハッシュ値を求め、当該ハッシュ値を前記基準ハッシュ値として更新し、前記ログ情報差分の末尾を前記基準末尾として更新する、
ことを更に含むことを特徴とするログ情報差分抽出管理方法。
In the log information difference extraction management method according to claim 4,
Obtain a hash value from the beginning to the end of the log information difference, update the hash value as the reference hash value, and update the end of the log information difference as the reference end,
A log information difference extraction management method, further comprising:
請求項4又は5記載のログ情報差分抽出管理方法において、
前記ログファイル群から前記一のログファイルを入力する際には、世代の古い順に前記一のログファイルを入力し、
前記一のログファイル以降の世代のログファイルをログ情報差分として抽出する際には、前記一のログファイルの前記基準末尾の直後から、最も世代の新しいログファイルの末尾までを抽出する、
ことを特徴とするログ情報差分抽出管理方法。
In the log information difference extraction management method according to claim 4 or 5,
When inputting the one log file from the log file group, enter the one log file in order of the generation,
When extracting the log file of the generation after the one log file as the log information difference, it is extracted from immediately after the reference end of the one log file to the end of the newest log file of the most generation,
And a log information difference extraction management method.
基準末尾及び基準ハッシュ値を記憶する記憶部と、コンピュータとを備えた装置に用いられるログ情報差分抽出管理プログラムであって、
ローテーション及び世代管理されているログファイル群から一のログファイルを入力する手順と、この一のログファイルの先頭から前記基準末尾までのハッシュ値を求める手順と、このハッシュ値と前記基準ハッシュ値とを比較する手順と、両者が一致する場合に前記一のログファイル以降の世代のログファイルをログ情報差分として抽出する手順と、両者が一致しない場合に前記ログファイル群から他のログファイルを入力して前記一のログファイルを入力した後の動作を繰り返す手順と、
を前記コンピュータに実行させるためのログ情報差分抽出管理プログラム。
A log information difference extraction management program used in an apparatus including a storage unit for storing a reference end and a reference hash value, and a computer,
A procedure for inputting one log file from a group of log files that are rotation and generation managed, a procedure for obtaining a hash value from the beginning of the one log file to the reference end, and the hash value and the reference hash value , A procedure for extracting log files of generations after the first log file as log information differences if they match, and another log file from the log file group if they do not match And repeating the operation after inputting the one log file,
Log information difference extraction management program for causing the computer to execute.
請求項7記載のログ情報差分抽出管理プログラムにおいて、
前記ログ情報差分の先頭から末尾までのハッシュ値を求める手順と、当該ハッシュ値を前記基準ハッシュ値として前記記憶部に記憶させる手順と、前記ログ情報差分の末尾を前記基準末尾として前記記憶部に記憶させる手順と、
を更に前記コンピュータに実行させるためのログ情報差分抽出管理プログラム。
In the log information difference extraction management program according to claim 7,
A procedure for obtaining a hash value from the beginning to the end of the log information difference, a procedure for storing the hash value in the storage unit as the reference hash value, and an end of the log information difference as the reference end in the storage unit The procedure to memorize,
Log information difference extraction management program for causing the computer to further execute
請求項7又は8記載のログ情報差分抽出管理プログラムにおいて、
前記ログファイル群から前記一のログファイルを入力する手順では、世代の古い順に前記一のログファイルを入力し、
前記一のログファイル以降の世代のログファイルをログ情報の差分として抽出する手順では、前記一のログファイルの前記基準末尾の直後から、最も世代の新しいログファイルの末尾までを抽出する、
ことを特徴とするログ情報差分抽出管理プログラム。
In the log information difference extraction management program according to claim 7 or 8,
In the procedure of inputting the one log file from the log file group, the one log file is input in order of oldest generation,
In the procedure of extracting the log file of the generation after the one log file as the difference of the log information, from the immediately after the reference end of the one log file to the end of the newest log file of the latest generation,
A log information difference extraction management program characterized by that.
JP2010082125A 2010-03-31 2010-03-31 Log information difference extraction management apparatus, method, and program Active JP5471721B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010082125A JP5471721B2 (en) 2010-03-31 2010-03-31 Log information difference extraction management apparatus, method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010082125A JP5471721B2 (en) 2010-03-31 2010-03-31 Log information difference extraction management apparatus, method, and program

Publications (2)

Publication Number Publication Date
JP2011215783A true JP2011215783A (en) 2011-10-27
JP5471721B2 JP5471721B2 (en) 2014-04-16

Family

ID=44945458

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010082125A Active JP5471721B2 (en) 2010-03-31 2010-03-31 Log information difference extraction management apparatus, method, and program

Country Status (1)

Country Link
JP (1) JP5471721B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018045344A (en) * 2016-09-13 2018-03-22 富士電機株式会社 Controller, control system and control method
JP2020154690A (en) * 2019-03-20 2020-09-24 株式会社リコー Network apparatus, log recording method, program, and log recording system
CN113449505A (en) * 2021-07-01 2021-09-28 浪潮天元通信信息系统有限公司 File comparison method

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005293016A (en) * 2004-03-31 2005-10-20 Toshiba Solutions Corp Log file monitor program, log file monitor method and computer system
JP2006221439A (en) * 2005-02-10 2006-08-24 Hitachi Software Eng Co Ltd Method for storing log
JP2009211403A (en) * 2008-03-04 2009-09-17 Hitachi Software Eng Co Ltd File search program

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005293016A (en) * 2004-03-31 2005-10-20 Toshiba Solutions Corp Log file monitor program, log file monitor method and computer system
JP2006221439A (en) * 2005-02-10 2006-08-24 Hitachi Software Eng Co Ltd Method for storing log
JP2009211403A (en) * 2008-03-04 2009-09-17 Hitachi Software Eng Co Ltd File search program

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018045344A (en) * 2016-09-13 2018-03-22 富士電機株式会社 Controller, control system and control method
JP2020154690A (en) * 2019-03-20 2020-09-24 株式会社リコー Network apparatus, log recording method, program, and log recording system
JP7279439B2 (en) 2019-03-20 2023-05-23 株式会社リコー Network equipment, logging methods and programs
CN113449505A (en) * 2021-07-01 2021-09-28 浪潮天元通信信息系统有限公司 File comparison method

Also Published As

Publication number Publication date
JP5471721B2 (en) 2014-04-16

Similar Documents

Publication Publication Date Title
JP4324976B2 (en) File difference management device, file difference management method, and file difference management program
US10452620B2 (en) Automatic file version verification within electronic mail
JP6919569B2 (en) Log analysis systems, methods, and recording media
CN104283956B (en) Strong consistency distributed data storage method, Apparatus and system
US20130247190A1 (en) System, method, and computer program product for utilizing a data structure including event relationships to detect unwanted activity
AU2018355092B2 (en) Witness blocks in blockchain applications
WO2012118756A2 (en) Compressed journaling in event tracking files for metadata recovery and replication
CN109492049B (en) Data processing, block generation and synchronization method for block chain network
JP6411696B1 (en) Version control system and version control method
CN111061498A (en) Configuration information management system
JP5471721B2 (en) Log information difference extraction management apparatus, method, and program
CN110321142A (en) A kind of interface document update method, device, electronic equipment and storage medium
JP6481387B2 (en) Related information providing method, related information providing apparatus, and related information providing program
CN111625853B (en) Snapshot processing method, device and equipment and readable storage medium
TW201416851A (en) File recovery system and method
CN112948020B (en) Configuration file processing method and device
JP2010244306A (en) Device, method and program for gathering of obstacle analysis information
CN114281769A (en) Method and device for managing files on disk, computer equipment and storage medium
CN113127261A (en) File processing method, device, equipment and storage medium
CN109213748B (en) Database script file updating method, server and medium
US11514163B2 (en) Terminal device, method for control of report of operation information performed by terminal device, and recording medium storing therein program for control of report of operation information performed by terminal device
JP6313987B2 (en) File management program, file management method, and file management system
US20120221315A1 (en) System model management and support system, system model management and support method, and system model management and support program
KR102644076B1 (en) Apparatus and method for recovering deleted chat messages based on fts index data
CN113326511B (en) File repair method, system, equipment and medium

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20130214

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20131218

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: 20140107

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20140120

R150 Certificate of patent or registration of utility model

Ref document number: 5471721

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150