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

[Bug] Unable to define ES index on migration #1661

Closed
mamoedo opened this issue Nov 17, 2020 · 1 comment
Closed

[Bug] Unable to define ES index on migration #1661

mamoedo opened this issue Nov 17, 2020 · 1 comment
Assignees
Labels
bug TheHive4 TheHive4 related issues
Milestone

Comments

@mamoedo
Copy link

mamoedo commented Nov 17, 2020

Request Type

Bug

Work Environment

Question Answer
OS version (server) Debian
TheHive version / git hash 4.0.1
Package Type Binary

Problem Description

On the migration tool it's not possible to set es-index param. Whatever you put there, is omited.

Steps to Reproduce

  1. Use the migration tool with the following param --es-index the_hive_test_15
  2. Observe that the tool starts migrating another index

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 of input

@mamoedo mamoedo added TheHive4 TheHive4 related issues bug labels Nov 17, 2020
@nadouani nadouani added this to the 4.0.2 milestone Nov 17, 2020
@To-om
Copy link
Contributor

To-om commented Nov 17, 2020

Thanks @mamoedo, you're right, it's a typo.

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

No branches or pull requests

3 participants