Elastic Search Java Client Docs: https://www.elastic.co/guide/en/elasticsearch/client/java-api/current/index.html
More Example: https://github.com/elastic/examples
Camel Elastic5 docs: https://github.com/apache/camel/blob/master/components/camel-elasticsearch5/src/main/docs/elasticsearch5-component.adoc
-
Kibana instructions should be updated for Windows
-
Defining Indexes: https://www.elastic.co/guide/en/kibana/current/tutorial-define-index.html
-
Time data does not resolve by default due to it not being in default time range
-
Visualizing Info: https://www.elastic.co/guide/en/kibana/current/tutorial-visualizing.html
Mappings:
-
Good read on the available mapping endpoints: https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-put-mapping.html
-
Search by type _type:<type>
-
https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping.html
-
Geopoint: https://www.elastic.co/guide/en/elasticsearch/reference/current/geo-point.html
-
Mapping Object: https://www.elastic.co/guide/en/elasticsearch/reference/current/object.html
-
Example files: https://www.elastic.co/guide/en/kibana/current/tutorial-load-dataset.html Need to move to gitlfs at some point.
Elastic Default Endpoint: http://localhost:9200/
Kibana Default Endpoint: http://localhost:5601/app/kibana
X-Pack:
Need X-Pack for security, reports, etc…. Make sure you configure elastic and kibana for the plugin. If you don’t then kibana will give you a license not found error.
Birthdate Range Query Example: Birthdate:["Jan 01, 1900" TO "Jan 01, 2017"]
View test Json data from file system: gildas-lormeau/JSONVue#14