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
Bug
On the migration tool it's not possible to set es-index param. Whatever you put there, is omited.
es-index
--es-index the_hive_test_15
It seems to be a typo in the migration tool https://github.com/TheHive-Project/TheHive/blob/master-th4/migration/src/main/scala/org/thp/thehive/migration/Migrate.scala
Line 59 says intput instead of input
intput
input
The text was updated successfully, but these errors were encountered:
Thanks @mamoedo, you're right, it's a typo.
Sorry, something went wrong.
#1661 Fix typo in the migrate parameter "es-index"
9862b11
To-om
No branches or pull requests
Request Type
Bug
Work Environment
Problem Description
On the migration tool it's not possible to set
es-index
param. Whatever you put there, is omited.Steps to Reproduce
--es-index the_hive_test_15
Possible Solutions
It seems to be a typo in the migration tool https://github.com/TheHive-Project/TheHive/blob/master-th4/migration/src/main/scala/org/thp/thehive/migration/Migrate.scala
Line 59 says
intput
instead ofinput
The text was updated successfully, but these errors were encountered: