We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
It would be great to have an option to pass a configuration file for export units to the instance:export
instance:export
Currently there is an option --data '{"global_data": {"meta_data": true}}'.
--data '{"global_data": {"meta_data": true}}'
Proposed solution
Add an option --data-file config.json to be parsed and used for export units.
--data-file config.json
Regards, Kris
The text was updated successfully, but these errors were encountered:
Hi @karsov-aiops, I like the idea of passing the export config as a file. Do you plan to contribute a PR for this?
Sorry, something went wrong.
Hi @tobiaslohr ,
I might create a PR for that, but not sure when I will have spare time. Maybe in the following month.
Fixed with #183
Successfully merging a pull request may close this issue.
Hello,
It would be great to have an option to pass a configuration file for export units to the
instance:export
Currently there is an option
--data '{"global_data": {"meta_data": true}}'
.Proposed solution
Add an option
--data-file config.json
to be parsed and used for export units.Regards,
Kris
The text was updated successfully, but these errors were encountered: