You are here

README.txt in Acquia Connector 7.2

Acquia Connector modules
================================================================================

An Acquia subscription [1] enhances the Drupal experience by providing the
support and network services to operate a trouble-free Drupal website.
Acquia subscriptions let you gain access to remote network services,
documentation and the Acquia forums. Premium subscriptions provide web-based
support ticket management, as well as telephone support.

These modules allow you to connect any Drupal 7.x site to Acquia Insight.
Acquia also has a distribution of Drupal called Acquia Drupal which is
composed of purely open source GPL licensed components. If you are looking
for a quick start with Drupal, Acquia Drupal [2] might be of great use for you.
(Note that a few Acquia Subscription services, such as the update notification and
code modification detection services, currently only work with Acquia Drupal.)

[1] http://acquia.com/products-services/acquia-network
[2] http://acquia.com/products-services/acquia-drupal

Modules in this project
--------------------------------------------------------------------------------

Acquia agent: Enables secure communication between your Drupal sites and
Acquia Insight to monitor uptime, check for updates, and collect site
information.

Acquia Site profile: Automates the collection of site information -
operating system, database, webserver, and PHP versions, installed modules,
and site modifications - to speed support communication and issue resolution.

Acquia Search: Provides integration between your Drupal site and Acquia's
hosted search service. Requires Apache Solr Search Integration module.

Installation
--------------------------------------------------------------------------------

Consult the online documentation at https://docs.acquia.com/network/install for
installation instructions.

Notes on Acquia Search data protection and index auto-switching
--------------------------------------------------------------------------------

Acquia Search module attempts to auto-detect your environment and automatically
connect to the best-fit Acquia Search index available. This is done to attempt
to protect your data in your production Solr instance; otherwise a development
site could easily overwrite or delete the data in your production index.

This functionality was previously available as a third-party module
https://www.drupal.org/project/acquia_search_multi_subs which will now become
deprecated.

Depending on the indexes already provisioned on your Acquia Subscription, the
module will follow these rules to connect to the proper index:

* If your site is running within Acquia Cloud, Acquia Search will connect to
  the index name that matches the current environment (dev/stage/prod) and
  current multi-site instance.
* If the module can't find an appropriate index above, it will then enforce
  READ-ONLY mode on the production Solr index. This allows you to still test
  searching from any site while protecting your production, user-facing index.

The current state is noted on the Drupal UI's general status report at
/admin/reports/status, as well as when attempting to edit each connection.

You can override this behavior using code snippets or a Drupal variable. This,
however, poses risks to your data that you should be aware of.  Please consult
our documentation at https://docs.acquia.com/acquia-search/multiple-cores to
find out more.

Maintainers
--------------------------------------------------------------------------------

These modules are maintained by developers at Acquia. For more information on
the company and our offerings, see http://acquia.com/

Issues
--------------------------------------------------------------------------------

Contact Acquia Support if you have support questions regarding your site.

If you have issues with the submodules included in the Acquia Connector package,
you are also welcome to submit issues at http://drupal.org/project/acquia_connector
(all submitted issues are public).

File

README.txt
View source
  1. Acquia Connector modules
  2. ================================================================================
  3. An Acquia subscription [1] enhances the Drupal experience by providing the
  4. support and network services to operate a trouble-free Drupal website.
  5. Acquia subscriptions let you gain access to remote network services,
  6. documentation and the Acquia forums. Premium subscriptions provide web-based
  7. support ticket management, as well as telephone support.
  8. These modules allow you to connect any Drupal 7.x site to Acquia Insight.
  9. Acquia also has a distribution of Drupal called Acquia Drupal which is
  10. composed of purely open source GPL licensed components. If you are looking
  11. for a quick start with Drupal, Acquia Drupal [2] might be of great use for you.
  12. (Note that a few Acquia Subscription services, such as the update notification and
  13. code modification detection services, currently only work with Acquia Drupal.)
  14. [1] http://acquia.com/products-services/acquia-network
  15. [2] http://acquia.com/products-services/acquia-drupal
  16. Modules in this project
  17. --------------------------------------------------------------------------------
  18. Acquia agent: Enables secure communication between your Drupal sites and
  19. Acquia Insight to monitor uptime, check for updates, and collect site
  20. information.
  21. Acquia Site profile: Automates the collection of site information -
  22. operating system, database, webserver, and PHP versions, installed modules,
  23. and site modifications - to speed support communication and issue resolution.
  24. Acquia Search: Provides integration between your Drupal site and Acquia's
  25. hosted search service. Requires Apache Solr Search Integration module.
  26. Installation
  27. --------------------------------------------------------------------------------
  28. Consult the online documentation at https://docs.acquia.com/network/install for
  29. installation instructions.
  30. Notes on Acquia Search data protection and index auto-switching
  31. --------------------------------------------------------------------------------
  32. Acquia Search module attempts to auto-detect your environment and automatically
  33. connect to the best-fit Acquia Search index available. This is done to attempt
  34. to protect your data in your production Solr instance; otherwise a development
  35. site could easily overwrite or delete the data in your production index.
  36. This functionality was previously available as a third-party module
  37. https://www.drupal.org/project/acquia_search_multi_subs which will now become
  38. deprecated.
  39. Depending on the indexes already provisioned on your Acquia Subscription, the
  40. module will follow these rules to connect to the proper index:
  41. * If your site is running within Acquia Cloud, Acquia Search will connect to
  42. the index name that matches the current environment (dev/stage/prod) and
  43. current multi-site instance.
  44. * If the module can't find an appropriate index above, it will then enforce
  45. READ-ONLY mode on the production Solr index. This allows you to still test
  46. searching from any site while protecting your production, user-facing index.
  47. The current state is noted on the Drupal UI's general status report at
  48. /admin/reports/status, as well as when attempting to edit each connection.
  49. You can override this behavior using code snippets or a Drupal variable. This,
  50. however, poses risks to your data that you should be aware of. Please consult
  51. our documentation at https://docs.acquia.com/acquia-search/multiple-cores to
  52. find out more.
  53. Maintainers
  54. --------------------------------------------------------------------------------
  55. These modules are maintained by developers at Acquia. For more information on
  56. the company and our offerings, see http://acquia.com/
  57. Issues
  58. --------------------------------------------------------------------------------
  59. Contact Acquia Support if you have support questions regarding your site.
  60. If you have issues with the submodules included in the Acquia Connector package,
  61. you are also welcome to submit issues at http://drupal.org/project/acquia_connector
  62. (all submitted issues are public).