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

[FEAT] Would it be possible to automatically import the “Predefined clusters” when opening Elasticvue? #254

Open
stephane-klein opened this issue Aug 17, 2024 · 3 comments
Assignees
Labels

Comments

@stephane-klein
Copy link

The ELASTICVUE_CLUSTERS parameter works correctly:

  elasticvue:
    image: cars10/elasticvue:1.0.10
    ports:
      - 8080:8080
    environment:
      - ELASTICVUE_CLUSTERS=[{"name":"docker-cluster","uri":"http://localhost:9200"}]

Feature request: Would it be possible to automatically import the “Predefined clusters” when opening Elasticvue?

image

Best regards,
Stéphane

@cars10
Copy link
Owner

cars10 commented Sep 11, 2024

Sure, it would be possible - but not desirable in my opinion:

  • What if a user simply does not want to use the predefined clusters?
  • What if a user wants to import a backup instead?
  • etc

What exactly is the issue you are facing? Users not noticing the button, and trying to setup manually? You can always import predefined clusters, even after the first setup.

@stephane-klein
Copy link
Author

@cars10 I need it to automated and unattended installation, by scripting.

@cars10
Copy link
Owner

cars10 commented Sep 15, 2024

Hm, interesting. You clould also directly set the config in the browsers localStorage for your users. But i will also rethink this feature, thanks for the suggestion and for using elasticvue :)

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

No branches or pull requests

2 participants