Hi,
I am able to connect with FDS index when i put the index name in report object like below-
public report: Object = {
dataSource: {
"type": "api",
"url": "http://localhost:9500",
"index": "testDB"
}
}
but how i can connect from Connect open in Flexmonster UI to FDS index.
Hello,
Thank you for reaching out to us.
We suggest customizing the dropdown menu of the Connect tab using the beforetoolbarcreated
event. In its handler, use the tab's menu
property to manage the dropdown menu items. To connect to Flexmonster Data Server, you can use the connectTo
API call: https://www.flexmonster.com/api/connectto/
You are welcome to check the following JSFiddle for reference: https://jsfiddle.net/flexmonster/9js2byaw/
Please let us know if it works for you. Feel free to contact us if other questions arise.
Kind regards,
Nadia