
Every systemneed to maintain record of events of everything that happen.We should call it Logs. Thislogs are useful in auditing the system & troubleshooting problems. Most of the system & platforms uses Linux based OS to provide their services because of higher availability & open source. The Linux based syslog protocol generates & collect the syslog messages & writes them in text files with their priority, facility & security. This text files (log files) are in normal text format. We convert them to relational database format with sequence of date & time for our convenience to find or search Specific meta data.