Steampipe dashboard
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like A clear and concise description of what you want to happen.
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here. Please let us know if dashboard can be accessed besides local host. Tried installing it on AWS EC2 Linux machine but couldn't access the dashboard.
Hey @nkg127,
https://cloud.steampipe.io/ is the easiest way to access non-local dashboards. Will that work for you?
By default, the dashboard is only listening on localhost, but you can start it with --dashboard-listen network if you want to access it remotely. (see https://steampipe.io/docs/reference/cli/dashboard#flags). Note that there is no authentication for the web server however .
Dear John,
The solution worked. Thank you. Another challenge that I have been facing is that the dashboard is working only as long as my interactive session on Ec2 instance is in active state. Can we run the dashboard as a background job as well on Ec2?
Regards, Nitin
On Sat 11 Jun, 2022, 2:33 AM johnsmyth, @.***> wrote:
By default, the dashboard is only listening on localhost, but you can start it with --dashboard-listen network if you want to access it remotely. (see https://steampipe.io/docs/reference/cli/dashboard#flags). Note that there is no authentication for the web server however .
— Reply to this email directly, view it on GitHub https://github.com/turbot/steampipe/issues/2168#issuecomment-1152736860, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVEXNS6DZASS7D77YFB7ANDVOOUSLANCNFSM5YORJEKA . You are receiving this because you were mentioned.Message ID: @.***>
Hi John, Just one more query. Currently we are getting a view of resources of a single region of aws. Can we get a complete exhaustive view of all regions as well?
On Sun 12 Jun, 2022, 11:24 AM Nitin G, @.***> wrote:
Dear John,
The solution worked. Thank you. Another challenge that I have been facing is that the dashboard is working only as long as my interactive session on Ec2 instance is in active state. Can we run the dashboard as a background job as well on Ec2?
Regards, Nitin
On Sat 11 Jun, 2022, 2:33 AM johnsmyth, @.***> wrote:
By default, the dashboard is only listening on localhost, but you can start it with --dashboard-listen network if you want to access it remotely. (see https://steampipe.io/docs/reference/cli/dashboard#flags). Note that there is no authentication for the web server however .
— Reply to this email directly, view it on GitHub https://github.com/turbot/steampipe/issues/2168#issuecomment-1152736860, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVEXNS6DZASS7D77YFB7ANDVOOUSLANCNFSM5YORJEKA . You are receiving this because you were mentioned.Message ID: @.***>
Dear John, The solution worked. Thank you. Another challenge that I have been facing is that the dashboard is working only as long as my interactive session on Ec2 instance is in active state. Can we run the dashboard as a background job as well on Ec2? Regards, Nitin … On Sat 11 Jun, 2022, 2:33 AM johnsmyth, @.> wrote: By default, the dashboard is only listening on localhost, but you can start it with --dashboard-listen network if you want to access it remotely. (see https://steampipe.io/docs/reference/cli/dashboard#flags). Note that there is no authentication for the web server however . — Reply to this email directly, view it on GitHub <#2168 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVEXNS6DZASS7D77YFB7ANDVOOUSLANCNFSM5YORJEKA . You are receiving this because you were mentioned.Message ID: @.>
you can do steampipe service start --dashboard - https://steampipe.io/docs/reference/cli/service
@nkg127 You can setup for multiple AWS accounts and/or multiple regions. Please see the plugin configuration docs at https://hub.steampipe.io/plugins/turbot/aws#multi-region-connections for details.