Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to take backup and restore few days data(partial) in KairosDB #629

Open
murugamath opened this issue Sep 18, 2020 · 2 comments
Open

Comments

@murugamath
Copy link

how to take backup and restore few days data(partial)

@brianhks
Copy link
Member

It doesn't support this option, but if you can suggest a clean way to specify that from the command line we add it in the upcoming release.

@murugamath
Copy link
Author

Thanks for your fast reply Brianhks,

The below query shows "start_absolute" and "end_absolute" to seggregate data and need tags category based filtered data has to take backup and restore provision.

I believe i clarified to you.

Sample Query
{
"metrics": [
{
"tags": {
"category_1": [
"sample_category_1"
],
"category_3": [
"sample_cagetory_3"
]
},
"name": "metric_name"
}
],
"plugins": [],
"cache_time": 0,
"start_absolute": 1598898600000,
"end_absolute": 1600626600000
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants