A shiny Module that provides a dynamically filled dropdown list of Elasticsearch indexes
1 2 3 | mod_index_chooser_ui(id)
mod_index_chooser_server(input, output, session, allIndices, prefix)
|
id |
shiny id |
input |
internal |
output |
internal |
session |
internal |
prefix |
the prefix to filter the list of ES indexes by |
esConn |
Elasticsearch connection object |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.