https://github.com/datashaman/generic
Experiments with an easily-assembled generic Elasticsearch UI
https://github.com/datashaman/generic
Last synced: about 1 year ago
JSON representation
Experiments with an easily-assembled generic Elasticsearch UI
- Host: GitHub
- URL: https://github.com/datashaman/generic
- Owner: datashaman
- Created: 2015-08-11T12:18:04.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-11T12:59:33.000Z (almost 11 years ago)
- Last Synced: 2025-02-06T05:43:49.061Z (over 1 year ago)
- Language: PHP
- Size: 1.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
generic
=======
Experiments with a generic easily-assembled Elasticsearch UI, using:
* Laravel's Lumen
* Bootstrap
* Datatables
It speaks directly to an Elasticsearch instance from the browser, so
you should enable and configure CORS on the Elasticsearch instance in
your config file:
http.cors.enabled: true
And you should also restrict access to specific origins (it accepts * by default):
http.cors.allow-origin: *
Check the documentation for how to configure access [here](https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-http.html).