Skip to content
/ Xelk Public

Importing SQL Server extended events to Elasticsearch

License

Notifications You must be signed in to change notification settings

ikesler/Xelk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xelk - Uploading SQLServer Extended Events (*.xel) files to Elasticsearch (ELK stack)

Usage: dotnet run -s E:\xel\2022_06_14\3 -t http://localhost:9200/ -i xelk_test

Or from Nuget:

dotnet tool install --global Xelk --version 1.0.0
xelk -s E:\xel\2022_06_14\3 -t http://localhost:9200/ -i xelk_test

More info: xelk --help

Xelk v1.0.0

USAGE
  Xelk --source <value> --target-url <value> --target-index <value> [options]

OPTIONS
* -s|--source       Path to a single *.xel file or a directory containing *.xel files.
* -t|--target-url   Elasticsearch API endpoint, including port and credentials.
* -i|--target-index  Name of the target Elasticsearch index.
  --batch-size      Number of events sent to the Elastic per one Index request. Default: "10000".
  -h|--help         Shows help text.
  --version         Shows version information.


About

Importing SQL Server extended events to Elasticsearch

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages