Hi David, That's good question. What do you use for auth on ES 5 ? Basic auth ?
I think possibly the migration tool would need to be improved to pass auth parameters. The source code is here: https://github.com/apache/unomi/blob/master/tools/shell-commands/src/main/java/org/apache/unomi/shell/migration/impl/MigrationTo150.java That could be a welcome contribution. Regards, Serge... On Tue, Jun 30, 2020 at 8:37 PM David van Herten <[email protected]> wrote: > Hi there, > > We are currently on Unomi 1.4 and looking to migrate to 1.5. > > We currently use the cloud elastic search offering so we have basic auth > credentials to consider for both sides of the migration. I'm not sure how > to supply those credentials to the migration tool. Anyone have any insight > there? > > Thanks! > > >
