Skip to content

objectstyle/fusion-logs-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fusion-logs-demo

Index and search request logs with Fusion.

Custom log crawling connector parses log files and emits documents containing entire request log sequence from start to end which are then fed into Fusion pipeline for indexing and after that are ready to be searched.

Running this demo

  1. Clone this repository and invoke install gradle task in log-connector dir:
git clone https://github.com/objectstyle/fusion-logs-demo.git
cd fusion-logs-demo/log-connector
./gradlew install -PfusionHome=/path/to/local/fusion/installation
  1. Restart Fusion;
  2. Import fusion-logs-demo.json.postman_collection into Postman and run the requests;
  3. Navigate to the logs-demo collection in Fusion (http://localhost:8764/panels/logs-demo) and try searching.

About

Index and search request logs with Fusion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages