You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The elasticClusterProvisioning.php script does not currently support setting a source path for elasticsearch mapping files and only pulls them from this repository.
I would like to be able to deploy this locally without relying on GitHub. My suggestion would be to add a flag that can set the path to these files on the local disk and fall back to GitHub if it isn't present.
It would also be beneficial to have this script run unattended, it asks for input to remove files after completing. Rather than piping 'yes' to the script it would be wonderful if it had a -y flag. elasticClusterProvisioning.php#L62
The text was updated successfully, but these errors were encountered:
The elasticClusterProvisioning.php script does not currently support setting a source path for elasticsearch mapping files and only pulls them from this repository.
I would like to be able to deploy this locally without relying on GitHub. My suggestion would be to add a flag that can set the path to these files on the local disk and fall back to GitHub if it isn't present.
elasticClusterProvisioning#L303
It would also be beneficial to have this script run unattended, it asks for input to remove files after completing. Rather than piping 'yes' to the script it would be wonderful if it had a -y flag.
elasticClusterProvisioning.php#L62
The text was updated successfully, but these errors were encountered: