CWMetricsToOpenSearch/es_sink/descriptor.py [1:9]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
'''
Copyright 2020, Amazon Web Services Inc.
This code is licensed under MIT license (see LICENSE.txt for details)

Python 3

Provides a buffer object that holds log lines in Elasticsearch _bulk
format. As each line is added, the buffer stores the control line
as well as the log line.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



CWMetricsToOpenSearch/es_sink/flushing_buffer.py [1:9]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
'''
Copyright 2020, Amazon Web Services Inc.
This code is licensed under MIT license (see LICENSE.txt for details)

Python 3

Provides a buffer object that holds log lines in Elasticsearch _bulk
format. As each line is added, the buffer stores the control line
as well as the log line.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



