Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scl: add elasticsearch-datastream destination #178

Merged
merged 2 commits into from
Jul 10, 2024

Conversation

OverOrion
Copy link
Contributor

@OverOrion OverOrion commented Jun 25, 2024

See https://www.elastic.co/guide/en/elasticsearch/reference/current/use-a-data-stream.html#add-documents-to-a-data-stream for details.

Sample trace log:

[2024-06-25T15:28:30.157427] cURL debug; worker='0', type='data_out', data='{"create":{ }}.{"PROGRAM":"prg00000","PRIORITY":"info","PID":"1234","MESSAGE":"seq: 0000000000, thread: 0000, runid: 1719322110, stamp: 2024-06-25T15:28:30 PADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADD","ISODATE":"2024-06-25T15:28:30+02:00","HOST":"localhost","FACILITY":"auth","@timestamp":"2024-06-25T15:28:30+02:00"}.'
[2024-06-25T15:28:30.157427] cURL debug; worker='0', type='ssl_data_in', data='.....'
[2024-06-25T15:28:30.157427] cURL debug; worker='0', type='ssl_data_in', data='.'
[2024-06-25T15:28:30.157427] cURL debug; worker='0', type='text', data='TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):.'
[2024-06-25T15:28:30.157427] cURL debug; worker='0', type='ssl_data_in', data='.'
[2024-06-25T15:28:30.157427] cURL debug; worker='0', type='ssl_data_in', data='.....'
[2024-06-25T15:28:30.157427] cURL debug; worker='0', type='ssl_data_in', data='.'
[2024-06-25T15:28:30.157427] cURL debug; worker='0', type='header_in', data='HTTP/1.1 200 OK..'
[2024-06-25T15:28:30.157427] cURL debug; worker='0', type='header_in', data='X-elastic-product: Elasticsearch..'
[2024-06-25T15:28:30.157427] cURL debug; worker='0', type='header_in', data='content-type: application/json..'
[2024-06-25T15:28:30.157427] cURL debug; worker='0', type='header_in', data='Transfer-Encoding: chunked..'
[2024-06-25T15:28:30.157427] cURL debug; worker='0', type='header_in', data='..'
[2024-06-25T15:28:30.157427] cURL debug; worker='0', type='data_in', data='190..{.  "errors" : false,.  "took" : 2,.  "items" : [.    {.      "create" : {.        "_index" : "ds-lo",.        "_id" : "kO2VT5ABNjqgUaS3aGHT",.        "_version" : 1,.        "result" : "created",.        "_shards" : {.          "total" : 2,.          "successful" : 1,.          "failed" : 0.        },.        "_seq_no" : 56,.        "_primary_term" : 1,.        "status" : 201.      }.    }.  ].}...0....'
[2024-06-25T15:28:30.157427] cURL debug; worker='0', type='text', data='Connection #0 to host localhost left intact.'
[2024-06-25T15:28:30.157427] http: HTTP response received; url='https://localhost:9200/ds-lo/_bulk?pretty', status_code='200', body_size='403', batch_size='1', redirected='0', total_time='0.009', worker_index='0', driver='output_quickstart_elasticsearch#0', location='syslog-ng.conf:45:5'

@MrAnno MrAnno merged commit dfbcfe0 into main Jul 10, 2024
43 checks passed
@MrAnno MrAnno deleted the scl-elasticsearch-datastream branch July 10, 2024 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants