microstrat.asciidoc 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. [role="xpack"]
  2. [testenv="platinum"]
  3. [[sql-client-apps-microstrat]]
  4. === MicroStrategy Desktop
  5. [quote, https://www.microstrategy.com/us/resources/library/videos/new-microstrategy-desktop]
  6. ____
  7. https://www.microstrategy.com/us/get-started/desktop[MicroStrategy Desktop] is a free data discovery tool that helps people bring data to
  8. life using powerful self-service analytics.
  9. ____
  10. IMPORTANT: Elastic does not endorse, promote or provide support for this application; for native Elasticsearch integration in this product, please reach out to its vendor.
  11. ==== Prerequisites
  12. * MicroStrategy Desktop 11 or higher
  13. * {es-sql} <<sql-odbc, ODBC driver>>
  14. * A preconfigured User or System DSN (see <<dsn-configuration,Configuration>> section on how to configure a DSN).
  15. ==== Data loading
  16. To use the {odbc} to load data into MicroStrategy Desktop perform the following steps in sequence.
  17. . Create a New Dossier
  18. +
  19. Once the application is launched, you'll first need to create a _New Dossier_:
  20. +
  21. [[apps_microstrat_newdossier]]
  22. image:images/sql/odbc/apps_microstrat_newdossier.png[]
  23. +
  24. . New Data
  25. +
  26. To import into the _New Dossier_ just opened, press on the _New Data_ button in the _DATASETS_ column:
  27. +
  28. [[apps_microstrat_newdata]]
  29. image:images/sql/odbc/apps_microstrat_newdata.png[]
  30. +
  31. . Access data from Tables
  32. +
  33. This opens a new window that allows to choose the source to load data from. Click on the _Databases_ icon:
  34. +
  35. [[apps_microstrat_databases]]
  36. image:images/sql/odbc/apps_microstrat_databases.png[]
  37. +
  38. . New Data Source
  39. +
  40. In the newly opened _Import from Table - Select_ window, click on the *+* button to the right of _DATA SOURCES_ item:
  41. +
  42. [[apps_microstrat_newds]]
  43. image:images/sql/odbc/apps_microstrat_newds.png[]
  44. +
  45. . Data Source
  46. +
  47. In the _Data Source_ window, tick the radio button for _DSN Data Sources_. In the _DSN_ drop-down box, choose the name of the DSN that you
  48. have previously configured. For the _Version_, chose _Generic DBMS_.
  49. +
  50. Input a user name and password in the provided fields.
  51. Note that the application requires them irrespective of the fact that they might already be part of the previously configured DSN and the
  52. new input will take precedence over those.
  53. +
  54. Finally, give a name to the application-specific data source you're just configuring:
  55. +
  56. [[apps_microstrat_dsn]]
  57. image:images/sql/odbc/apps_microstrat_dsn.png[]
  58. +
  59. . Select Import Options
  60. +
  61. Choosing an import methodology follows. You can pick any of the options; we'll exemplify the _Select Tables_ option:
  62. +
  63. [[apps_microstrat_tables]]
  64. image:images/sql/odbc/apps_microstrat_tables.png[]
  65. +
  66. . Import from Table - Select
  67. +
  68. The data source you've named two steps before is now listed in the _DATA SOURCES_ column. Clicking on its name triggers the
  69. application to query the {es} instance configured in the DSN and list the tables available within:
  70. +
  71. [[apps_microstrat_loadtable]]
  72. image:images/sql/odbc/apps_microstrat_loadtable.png[]
  73. +
  74. . Data Access Mode
  75. +
  76. Choose a table to load data from and press the _Finish_ button. When doing so, the application offers to choose a loading methodology.
  77. You can choose whichever, we'll exemplify the _Connect Live_ way:
  78. +
  79. [[apps_microstrat_live]]
  80. image:images/sql/odbc/apps_microstrat_live.png[]
  81. +
  82. . Visualize the data
  83. +
  84. From the _DATASETS_ column you can choose what table columns (or index fields) to visualize:
  85. +
  86. [[apps_microstrat_visualize]]
  87. image:images/sql/odbc/apps_microstrat_visualize.png[]
  88. // vim: set noet fenc=utf-8 ff=dos sts=0 sw=4 ts=4 tw=138 columns=140