Skip to content

Log converter for macOS file system log which automatically generates a file history graph

Notifications You must be signed in to change notification settings

sepses/file-system-log-service

 
 

Repository files navigation

FileSystem-LogParser

Preconditions

Create folder structure:

  • tdb/DB_Background
  • tdb/DB_FileAccessEvent
  • tdb/DB_LogEntry
  • tdb/DB_ProcessInfo

  • Start Logstash

    to start logstash run:

      > cd logstash-6.3.0
      > sudo bin/logstash
    
  • Start process info script

      > sudo sh processinfo.sh
    
  • Start TripleWave instance for process info

      > cd TripleWave-processInfo
      > sh start.sh
    
  • Start TripleWave instance for file system logs

      > cd TripleWave-fileSystemLog
      > sh start.sh
    
  • Run Application

      mvn spring-boot:run
    
  • Start Web UI

      > cd app
      > npm start
    

About

Log converter for macOS file system log which automatically generates a file history graph

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 94.9%
  • Shell 2.6%
  • JavaScript 1.6%
  • HTML 0.9%