Skip to content

Service to load HAR files into ElasticSearch

License

Notifications You must be signed in to change notification settings

lblod/har-to-elastic-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

har-to-elastic-service

A docker container to load har files into elastic search. Each entry of the har file will be represented by an entity in elasticsearch.

configuration

Configuration is done via environment variables

  • DATA_FOLDER: folder that has har files to be stored in elastic search.
  • PROCESSED_FOLDER: folder where uploaded har files are moved to
  • LOAD_INTERVAL: interval to scan the data folder, set to empty string to disable.

usage

one off load

docker run --rm -v /your/processed/folder:/data/processed -v /your/hars/folder:/data/hars -e LOAD_INTERVAL="" lblod/har-to-elastic-service

About

Service to load HAR files into ElasticSearch

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published