Closed betterapp closed 9 months ago
I think this is related with ES index
Is this is working configuration ? I have a problem with it:
There is no extension able to load the configuration for "datahub_rest_adapter"
Looked for namespace "datahub_rest_adapter", found ""framework", "security", "twig", "twig_extra", "monolog", "doctrine", "doctrine_migrations", "cmf_routing", "scheb_two_factor", "fos_js_routing", "flysystem", "knp_paginator", "debug", "web_profiler", "pimcore_admin", "pimcore_data_hub", "webpack_encore", "blackbit_data_director", "pimcore_web_to_print", "pimcore_file_explorer", "pimcore_elasticsearch_client", "pimcore_system_info", "advanced_object_search", "pimcore_simple_backend_search", "pimcore_perspective_editor", "admin_styles_management", "color_picker", "convert_blocks", "completeness_rules", "dynamic_layouts", "pimcore_tinymce", "pimcore_custom_reports", "output_data_config_toolkit", "web2_print_tools", "snc_redis", "nelmio_api_doc", "simple_rest_adapter", "pimcore", "pimcore_ci_hub_adapter"
when I change datahub_rest_adapter to simple_rest_adapter I get
Unrecognized option "es_hosts" under "datahub_rest_adapter". Available options are "asset_provider", "data_object_provider", "es_client_name", "index_name_prefix", "index_settings", "max_result".
datahub_rest_adapter
should be replaced to
simple_rest_adapter
es_hosts:
# Default:
- localhost
should be replaced with
es_client_name: default
but we need to have of course default config for it
pimcore_elasticsearch_client:
es_clients:
default:
hosts: ['localhost:9200']
Pimcore version(s) affected
11
Description
We have Pimcore 11.1.5 with CI-HUB and Rest bundle installed. We have inDesing with CI-HUB plugin installed. We have configured connection between them.
But we do not see any assets in inDesign.
How to reproduce
Just install everything and test
Possible Solution
No response
Additional Context
No response