Skip to content

sochub/kibana_backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

KIBACKUP:

With this script you can make a backup copy of different instances of KIBANA (just saved object). Basically connects to the API and then saves the data in an S3. You need the following environment variables to function.

ENV variables requeriment:

ENV NAME Detail
AWS_SESSION_TOKEN aws session token
AWS_ACCESS_KEY_ID aws access key id
AWS_SECRET_ACCESS_KEY aws secret access key
AWS_REGION aws region
BUCKET s3 bucket name
BUCKET_KEY s3 bucket path to save the file

How to run:

How to RUN > make sure that you have the ENV in your machine, then just make:

python3 kibackup.py -k http://localhost:5601

The scripts use:

-k KIBANA URL -p password for kibana (optional) -u user for kibana (optional)

About

an fancy way to backup kibana to S3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages