I'd like to analyze the BusinessData index created by ElasticSearch. How can I inspect the schema of my BusinessData within the Designer or Engine? asked 18.07.2017 at 03:28 SupportIvyTeam ♦♦ Reguel Werme... ♦♦ |
you should be able to retrieve it from a running Designer or Engine via: http://localhost:19200/ivy.businessdata mine looks like this. After storing a 'Person' with two string fields (firstname, lastname) Find the right instance If the ElasticSearch is not responding under the default URI (http://localhost:19200), where could it be?
link
This answer is marked "community wiki".
answered 18.07.2017 at 03:28 Reguel Werme... ♦♦ |
It is just a simple elastic search. You could display all indices with http://localhost:19200/_cat/indices?v It should look like this: Now you can copy one of the indexes like this http://localhost:19200/{index} answered 11.04.2018 at 04:52 Max Mayr |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 18.07.2017 at 03:28
Seen: 3,229 times
Last updated: 11.04.2018 at 04:52