-
Task
-
Resolution: Unresolved
-
L3 - Default
-
None
-
None
-
None
-
None
-
Not defined
Do the OpenSearch implementation for the entities operations
Testing notes
Implemented EntitiesReaderOs should be called in the tab Collection in the app with os db profile. The content of these records should be the same as we have while launching the app with es db profile.
To make this process easier I would advice to set up the chrome extension Multi Elasticsearch Head and connect to the elasticsearch(9200 port) and opensearch(9205 port) after launching the app 2 times with the different db profiles. Then find the tab "Browse" and open indices to see the content of them. Then compare.
To launch the app you have to with opensearch db profile:
- Run
docker-compose -f docker-compose.yml --profile opensearch up -d
- Start Optimize with
SPRING_PROFILES_ACTIVE=opensearch
- The startup will fail and that's ok, BUT...
- Check that all indexes were created in opensearch
- Then go to the tab with chrome extension
This is the controller panel for Smart Panels app
[OPT-7507] Implement EntityReaderOS
Description |
Original:
Do the OpenSearch implementation for the dashboard operations
*Testing notes* Implemented DashboardWriterOS and DashboardReaderOS should add 1 record at the optimize-dashboard-v8 while launching the app with os db profile. The content of these records should be the same as we have while launching the app with es db profile. To make this process easier I would advice to set up the chrome extension *Multi Elasticsearch Head* and connect to the elasticsearch(9200 port) and opensearch(9205 port) after launching the app 2 times with the different db profiles. Then find the tab "Browse" and open indices to see the content of them. Then compare. To launch the app you have to with opensearch db profile: # Run {code:java} docker-compose -f docker-compose.yml --profile opensearch up -d{code} # Start Optimize with {code:java} SPRING_PROFILES_ACTIVE=opensearch{code} # The startup will fail and that's ok, BUT... # Check that all indexes were created in opensearch # Then go to the tab with chrome extension |
New:
Do the OpenSearch implementation for the entities operations
*Testing notes* Implemented DashboardWriterOS and DashboardReaderOS should add 1 record at the optimize-dashboard-v8 while launching the app with os db profile. The content of these records should be the same as we have while launching the app with es db profile. To make this process easier I would advice to set up the chrome extension *Multi Elasticsearch Head* and connect to the elasticsearch(9200 port) and opensearch(9205 port) after launching the app 2 times with the different db profiles. Then find the tab "Browse" and open indices to see the content of them. Then compare. To launch the app you have to with opensearch db profile: # Run {code:java} docker-compose -f docker-compose.yml --profile opensearch up -d{code} # Start Optimize with {code:java} SPRING_PROFILES_ACTIVE=opensearch{code} # The startup will fail and that's ok, BUT... # Check that all indexes were created in opensearch # Then go to the tab with chrome extension |
Status | Original: Triage [ 10612 ] | New: In Development [ 10312 ] |
Assignee | Original: Cigdem Ilhan [ cigdem.ilhan ] | New: Ruslan Kovalenko [ ruslan.kovalenko-ext ] |
Summary | Original: Implement OS EntityWriter and EntityReader | New: Implement EntityReaderOS |
Assignee | Original: Ruslan Kovalenko [ ruslan.kovalenko-ext ] | New: Joshua Windels [ joshua.windels ] |
Status | Original: In Development [ 10312 ] | New: In Review [ 10212 ] |
Assignee | Original: Joshua Windels [ joshua.windels ] | New: Ruslan Kovalenko [ ruslan.kovalenko-ext ] |
Description |
Original:
Do the OpenSearch implementation for the entities operations
*Testing notes* Implemented DashboardWriterOS and DashboardReaderOS should add 1 record at the optimize-dashboard-v8 while launching the app with os db profile. The content of these records should be the same as we have while launching the app with es db profile. To make this process easier I would advice to set up the chrome extension *Multi Elasticsearch Head* and connect to the elasticsearch(9200 port) and opensearch(9205 port) after launching the app 2 times with the different db profiles. Then find the tab "Browse" and open indices to see the content of them. Then compare. To launch the app you have to with opensearch db profile: # Run {code:java} docker-compose -f docker-compose.yml --profile opensearch up -d{code} # Start Optimize with {code:java} SPRING_PROFILES_ACTIVE=opensearch{code} # The startup will fail and that's ok, BUT... # Check that all indexes were created in opensearch # Then go to the tab with chrome extension |
New:
Do the OpenSearch implementation for the entities operations
*Testing notes* Implemented EntitiesReaderOs should be called in the tab Collection in the app with os db profile. The content of these records should be the same as we have while launching the app with es db profile. To make this process easier I would advice to set up the chrome extension *Multi Elasticsearch Head* and connect to the elasticsearch(9200 port) and opensearch(9205 port) after launching the app 2 times with the different db profiles. Then find the tab "Browse" and open indices to see the content of them. Then compare. To launch the app you have to with opensearch db profile: # Run {code:java} docker-compose -f docker-compose.yml --profile opensearch up -d{code} # Start Optimize with {code:java} SPRING_PROFILES_ACTIVE=opensearch{code} # The startup will fail and that's ok, BUT... # Check that all indexes were created in opensearch # Then go to the tab with chrome extension |
Assignee | Original: Ruslan Kovalenko [ ruslan.kovalenko-ext ] | New: Joshua Windels [ joshua.windels ] |
Assignee | Original: Joshua Windels [ joshua.windels ] | New: Ruslan Kovalenko [ ruslan.kovalenko-ext ] |
Status | Original: In Review [ 10212 ] | New: Rework [ 11413 ] |
Assignee | Original: Ruslan Kovalenko [ ruslan.kovalenko-ext ] | New: Giuliano Rodrigues Lima [ giuliano.rodrigues-lima ] |
Status | Original: Rework [ 11413 ] | New: In Review [ 10212 ] |