forked from opensearch-project/opensearch-migrations
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into user-agent-console
# Conflicts: # deployment/cdk/opensearch-service-migration/bin/app.ts # deployment/cdk/opensearch-service-migration/lib/stack-composer.ts
- Loading branch information
Showing
46 changed files
with
2,287 additions
and
415 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
195 changes: 0 additions & 195 deletions
195
TrafficCapture/dockerSolution/src/main/docker/migrationConsole/humanReadableLogs.py
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
...ution/src/main/docker/migrationConsole/lib/console_link/console_link/middleware/tuples.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import logging | ||
import typing | ||
|
||
from console_link.models.tuple_reader import TupleReader | ||
logger = logging.getLogger(__name__) | ||
|
||
|
||
def convert(inputfile: typing.TextIO, ouptutfile: typing.TextIO): | ||
tuple_reader = TupleReader() | ||
tuple_reader.transform_stream(inputfile, ouptutfile) |
Oops, something went wrong.