Skip to content

Add parsers to UNIX input#27858

Closed
kvch wants to merge 2 commits intoelastic:masterfrom
kvch:feature-filebeat-parsers-unix
Closed

Add parsers to UNIX input#27858
kvch wants to merge 2 commits intoelastic:masterfrom
kvch:feature-filebeat-parsers-unix

Conversation

@kvch
Copy link
Copy Markdown
Contributor

@kvch kvch commented Sep 10, 2021

What does this PR do?

Why is it important?

Checklist

  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have made corresponding change to the default configuration files
  • I have added tests that prove my fix is effective or that my feature works
  • I have added an entry in CHANGELOG.next.asciidoc or CHANGELOG-developer.next.asciidoc.

Author's Checklist

  • unify line_delimiter and line_terminator options in the input
  • manual testing

How to test this PR locally

Related issues

Use cases

Screenshots

Logs

@kvch kvch added the Team:Elastic-Agent Label for the Agent team label Sep 10, 2021
@botelastic botelastic bot added needs_team Indicates that the issue/PR needs a Team:* label and removed needs_team Indicates that the issue/PR needs a Team:* label labels Sep 10, 2021
@kvch kvch mentioned this pull request Sep 10, 2021
21 tasks
@elasticmachine
Copy link
Copy Markdown
Contributor

elasticmachine commented Sep 10, 2021

💔 Tests Failed

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2021-09-10T10:56:21.976+0000

  • Duration: 69 min 8 sec

  • Commit: b5079ca

Test stats 🧪

Test Results
Failed 38
Passed 20313
Skipped 1354
Total 21705

Trends 🧪

Image of Build Times

Image of Tests

Test errors 38

Expand to view the tests failures

> Show only the first 10 test failures

Build&Test / filebeat-unitTest / TestReceiveEventsAndMetadata/NewLine – github.com/elastic/beats/v7/filebeat/inputsource/unix
    Expand to view the error details

     Failed 
    

    Expand to view the stacktrace

     === RUN   TestReceiveEventsAndMetadata/NewLine
        server_test.go:182: 
            	Error Trace:	server_test.go:182
            	Error:      	Received unexpected error:
            	            	invalid line terminator: 
            	            	 accessing 'line_delimiter'
            	Test:       	TestReceiveEventsAndMetadata/NewLine
        --- FAIL: TestReceiveEventsAndMetadata/NewLine (0.00s)
     
    

Build&Test / filebeat-unitTest / TestReceiveEventsAndMetadata/NewLineWithCR – github.com/elastic/beats/v7/filebeat/inputsource/unix
    Expand to view the error details

     Failed 
    

    Expand to view the stacktrace

     === RUN   TestReceiveEventsAndMetadata/NewLineWithCR
        server_test.go:182: 
            	Error Trace:	server_test.go:182
            	Error:      	Received unexpected error:
            	            	invalid line terminator: 
            	            	 accessing 'line_delimiter'
            	Test:       	TestReceiveEventsAndMetadata/NewLineWithCR
        --- FAIL: TestReceiveEventsAndMetadata/NewLineWithCR (0.00s)
     
    

Build&Test / filebeat-unitTest / TestReceiveEventsAndMetadata/CustomDelimiter – github.com/elastic/beats/v7/filebeat/inputsource/unix
    Expand to view the error details

     Failed 
    

    Expand to view the stacktrace

     === RUN   TestReceiveEventsAndMetadata/CustomDelimiter
        server_test.go:182: 
            	Error Trace:	server_test.go:182
            	Error:      	Received unexpected error:
            	            	invalid line terminator: ; accessing 'line_delimiter'
            	Test:       	TestReceiveEventsAndMetadata/CustomDelimiter
        --- FAIL: TestReceiveEventsAndMetadata/CustomDelimiter (0.00s)
     
    

Build&Test / filebeat-unitTest / TestReceiveEventsAndMetadata/MultipleCharsCustomDelimiter – github.com/elastic/beats/v7/filebeat/inputsource/unix
    Expand to view the error details

     Failed 
    

    Expand to view the stacktrace

     === RUN   TestReceiveEventsAndMetadata/MultipleCharsCustomDelimiter
        server_test.go:182: 
            	Error Trace:	server_test.go:182
            	Error:      	Received unexpected error:
            	            	invalid line terminator: <END> accessing 'line_delimiter'
            	Test:       	TestReceiveEventsAndMetadata/MultipleCharsCustomDelimiter
        --- FAIL: TestReceiveEventsAndMetadata/MultipleCharsCustomDelimiter (0.00s)
     
    

Build&Test / filebeat-unitTest / TestReceiveEventsAndMetadata/SingleCharCustomDelimiterMessageWithoutBoundaries – github.com/elastic/beats/v7/filebeat/inputsource/unix
    Expand to view the error details

     Failed 
    

    Expand to view the stacktrace

     === RUN   TestReceiveEventsAndMetadata/SingleCharCustomDelimiterMessageWithoutBoundaries
        server_test.go:182: 
            	Error Trace:	server_test.go:182
            	Error:      	Received unexpected error:
            	            	invalid line terminator: ; accessing 'line_delimiter'
            	Test:       	TestReceiveEventsAndMetadata/SingleCharCustomDelimiterMessageWithoutBoundaries
        --- FAIL: TestReceiveEventsAndMetadata/SingleCharCustomDelimiterMessageWithoutBoundaries (0.00s)
     
    

Build&Test / filebeat-unitTest / TestReceiveEventsAndMetadata/MultipleCharCustomDelimiterMessageWithoutBoundaries – github.com/elastic/beats/v7/filebeat/inputsource/unix
    Expand to view the error details

     Failed 
    

    Expand to view the stacktrace

     === RUN   TestReceiveEventsAndMetadata/MultipleCharCustomDelimiterMessageWithoutBoundaries
        server_test.go:182: 
            	Error Trace:	server_test.go:182
            	Error:      	Received unexpected error:
            	            	invalid line terminator: <END> accessing 'line_delimiter'
            	Test:       	TestReceiveEventsAndMetadata/MultipleCharCustomDelimiterMessageWithoutBoundaries
        --- FAIL: TestReceiveEventsAndMetadata/MultipleCharCustomDelimiterMessageWithoutBoundaries (0.00s)
     
    

Build&Test / filebeat-unitTest / TestReceiveEventsAndMetadata/NewLineMessageWithoutBoundaries – github.com/elastic/beats/v7/filebeat/inputsource/unix
    Expand to view the error details

     Failed 
    

    Expand to view the stacktrace

     === RUN   TestReceiveEventsAndMetadata/NewLineMessageWithoutBoundaries
        server_test.go:182: 
            	Error Trace:	server_test.go:182
            	Error:      	Received unexpected error:
            	            	invalid line terminator: 
            	            	 accessing 'line_delimiter'
            	Test:       	TestReceiveEventsAndMetadata/NewLineMessageWithoutBoundaries
        --- FAIL: TestReceiveEventsAndMetadata/NewLineMessageWithoutBoundaries (0.00s)
     
    

Build&Test / filebeat-unitTest / TestReceiveEventsAndMetadata/NewLineLargeMessagePayload – github.com/elastic/beats/v7/filebeat/inputsource/unix
    Expand to view the error details

     Failed 
    

    Expand to view the stacktrace

     === RUN   TestReceiveEventsAndMetadata/NewLineLargeMessagePayload
        server_test.go:182: 
            	Error Trace:	server_test.go:182
            	Error:      	Received unexpected error:
            	            	invalid line terminator: 
            	            	 accessing 'line_delimiter'
            	Test:       	TestReceiveEventsAndMetadata/NewLineLargeMessagePayload
        --- FAIL: TestReceiveEventsAndMetadata/NewLineLargeMessagePayload (0.00s)
     
    

Build&Test / filebeat-unitTest / TestReceiveEventsAndMetadata/CustomLargeMessagePayload – github.com/elastic/beats/v7/filebeat/inputsource/unix
    Expand to view the error details

     Failed 
    

    Expand to view the stacktrace

     === RUN   TestReceiveEventsAndMetadata/CustomLargeMessagePayload
        server_test.go:182: 
            	Error Trace:	server_test.go:182
            	Error:      	Received unexpected error:
            	            	invalid line terminator: ; accessing 'line_delimiter'
            	Test:       	TestReceiveEventsAndMetadata/CustomLargeMessagePayload
        --- FAIL: TestReceiveEventsAndMetadata/CustomLargeMessagePayload (0.00s)
     
    

Build&Test / filebeat-unitTest / TestReceiveEventsAndMetadata/ReadRandomLargePayload – github.com/elastic/beats/v7/filebeat/inputsource/unix
    Expand to view the error details

     Failed 
    

    Expand to view the stacktrace

     === RUN   TestReceiveEventsAndMetadata/ReadRandomLargePayload
        server_test.go:182: 
            	Error Trace:	server_test.go:182
            	Error:      	Received unexpected error:
            	            	invalid line terminator: 
            	            	 accessing 'line_delimiter'
            	Test:       	TestReceiveEventsAndMetadata/ReadRandomLargePayload
        --- FAIL: TestReceiveEventsAndMetadata/ReadRandomLargePayload (0.00s)
     
    

Steps errors 13

Expand to view the steps failures

Show only the first 10 steps failures

List files to upload
  • Took 0 min 0 sec . View more details on here
  • Description: ls -l src/github.com/elastic/beats/build/system-tests-*.tar.gz
filebeat-goIntegTest - mage goIntegTest
  • Took 5 min 0 sec . View more details on here
  • Description: mage goIntegTest
filebeat-goIntegTest - mage goIntegTest
  • Took 2 min 4 sec . View more details on here
  • Description: mage goIntegTest
filebeat-goIntegTest - mage goIntegTest
  • Took 2 min 5 sec . View more details on here
  • Description: mage goIntegTest
List files to upload
  • Took 0 min 0 sec . View more details on here
  • Description: ls -l src/github.com/elastic/beats/build/system-tests-*.tar.gz
filebeat-pythonIntegTest - mage pythonIntegTest
  • Took 13 min 27 sec . View more details on here
  • Description: mage pythonIntegTest
filebeat-pythonIntegTest - mage pythonIntegTest
  • Took 10 min 17 sec . View more details on here
  • Description: mage pythonIntegTest
filebeat-pythonIntegTest - mage pythonIntegTest
  • Took 10 min 15 sec . View more details on here
  • Description: mage pythonIntegTest
List files to upload
  • Took 0 min 0 sec . View more details on here
  • Description: ls -l src/github.com/elastic/beats/build/system-tests-*.tar.gz
Error signal
  • Took 0 min 0 sec . View more details on here
  • Description: Error 'hudson.AbortException: script returned exit code 1'

Log output

Expand to view the last 100 lines of log output

[2021-09-10T12:03:43.858Z] Recording test results
[2021-09-10T12:03:46.238Z] [Checks API] No suitable checks publisher found.
[2021-09-10T12:03:46.617Z] + go clean -modcache
[2021-09-10T12:03:49.995Z] Timeout set to expire in 5 min 0 sec
[2021-09-10T12:03:50.312Z] Cleaning up /var/lib/jenkins/workspace/PR-27858-2-58062290-0273-4e4e-a4ae-f304344e99a0
[2021-09-10T12:03:50.312Z] Change ownership of all files inside the specific folder from root/root to current user/group
[2021-09-10T12:03:50.312Z] ++ id -u
[2021-09-10T12:03:50.312Z] ++ id -g
[2021-09-10T12:03:50.312Z] + docker run -v /var/lib/jenkins/workspace/PR-27858-2-58062290-0273-4e4e-a4ae-f304344e99a0:/beat alpine:3.4 sh -c 'find /beat -user 0 -exec chown -h 1171:1172 {} \;'
[2021-09-10T12:03:57.063Z] ........................................................................ [ 97%]
[2021-09-10T12:04:00.516Z] + set -e
[2021-09-10T12:04:00.516Z] + echo 'Change permissions with write access of all files inside the specific folder'
[2021-09-10T12:04:00.516Z] Change permissions with write access of all files inside the specific folder
[2021-09-10T12:04:00.516Z] + chmod -R +w /var/lib/jenkins/workspace/PR-27858-2-58062290-0273-4e4e-a4ae-f304344e99a0
[2021-09-10T12:04:00.577Z] Running in /var/lib/jenkins/workspace/PR-27858-2-58062290-0273-4e4e-a4ae-f304344e99a0
[2021-09-10T12:04:05.013Z] + gsutil --version
[2021-09-10T12:04:06.442Z] Masking supported pattern matches of $FILE_CREDENTIAL
[2021-09-10T12:04:06.772Z] + gcloud auth activate-service-account --key-file ****
[2021-09-10T12:04:07.344Z] Activated service account credentials for: [beats-ci-gcs-plugin@elastic-ci-prod.iam.gserviceaccount.com]
[2021-09-10T12:04:07.928Z] + gsutil -m -q cp eC1wYWNrL2ZpbGViZWF0LW1vZHVsZS1jb21wYXQtNy4xMWI1MDc5Y2FhYzVjNDM4N2YyYjg0ZTcyYWM3MDcxMTllYWMyNTQ1YWE gs://beats-ci-temp/ci/cache/
[2021-09-10T12:04:50.144Z] .........                                                                [100%]
[2021-09-10T12:04:50.144Z] 
[2021-09-10T12:04:50.144Z] - generated xml file: /go/src/github.com/elastic/beats/x-pack/filebeat/build/TEST-python-integration.xml -
[2021-09-10T12:04:50.144Z] ============================= slowest 20 durations =============================
[2021-09-10T12:04:50.144Z] 39.33s call     x-pack/filebeat/tests/system/test_xpack_modules.py::XPackTest::test_fileset_file_257_checkpoint
[2021-09-10T12:04:50.144Z] 27.98s call     x-pack/filebeat/tests/system/test_xpack_modules.py::XPackTest::test_fileset_file_000_rabbitmq
[2021-09-10T12:04:50.144Z] 20.05s call     x-pack/filebeat/tests/system/test_xpack_modules.py::XPackTest::test_fileset_file_356_o365
[2021-09-10T12:04:50.144Z] 17.99s call     x-pack/filebeat/tests/system/test_xpack_modules.py::XPackTest::test_fileset_file_350_o365
[2021-09-10T12:04:50.144Z] 17.27s call     x-pack/filebeat/tests/system/test_xpack_modules.py::XPackTest::test_fileset_file_188_snort
[2021-09-10T12:04:50.144Z] 15.87s call     x-pack/filebeat/tests/system/test_xpack_modules.py::XPackTest::test_fileset_file_024_threatintel
[2021-09-10T12:04:50.144Z] 12.10s call     x-pack/filebeat/tests/system/test_xpack_modules.py::XPackTest::test_fileset_file_023_threatintel
[2021-09-10T12:04:50.144Z] 11.76s call     x-pack/filebeat/tests/system/test_xpack_modules.py::XPackTest::test_fileset_file_215_panw
[2021-09-10T12:04:50.144Z] 11.44s call     x-pack/filebeat/tests/system/test_xpack_modules.py::XPackTest::test_fileset_file_217_panw
[2021-09-10T12:04:50.144Z] 11.33s call     x-pack/filebeat/tests/system/test_xpack_modules.py::XPackTest::test_fileset_file_216_panw
[2021-09-10T12:04:50.144Z] 11.30s call     x-pack/filebeat/tests/system/test_xpack_modules.py::XPackTest::test_fileset_file_212_panw
[2021-09-10T12:04:50.144Z] 11.25s call     x-pack/filebeat/tests/system/test_xpack_modules.py::XPackTest::test_fileset_file_404_ibmmq
[2021-09-10T12:04:50.144Z] 11.17s call     x-pack/filebeat/tests/system/test_xpack_modules.py::XPackTest::test_fileset_file_183_cisco
[2021-09-10T12:04:50.144Z] 11.14s call     x-pack/filebeat/tests/system/test_xpack_modules.py::XPackTest::test_fileset_file_175_cisco
[2021-09-10T12:04:50.144Z] 10.89s call     x-pack/filebeat/tests/system/test_xpack_modules.py::XPackTest::test_fileset_file_030_threatintel
[2021-09-10T12:04:50.144Z] 10.89s call     x-pack/filebeat/tests/system/test_xpack_modules.py::XPackTest::test_fileset_file_159_cisco
[2021-09-10T12:04:50.144Z] 10.74s call     x-pack/filebeat/tests/system/test_xpack_modules.py::XPackTest::test_fileset_file_405_ibmmq
[2021-09-10T12:04:50.144Z] 10.56s call     x-pack/filebeat/tests/system/test_xpack_modules.py::XPackTest::test_fileset_file_197_oracle
[2021-09-10T12:04:50.144Z] 10.45s call     x-pack/filebeat/tests/system/test_xpack_modules.py::XPackTest::test_fileset_file_248_juniper
[2021-09-10T12:04:50.144Z] 10.38s call     x-pack/filebeat/tests/system/test_xpack_modules.py::XPackTest::test_fileset_file_235_squid
[2021-09-10T12:04:50.144Z] ======================= 430 passed in 2078.23s (0:34:38) =======================
[2021-09-10T12:04:50.404Z] >> python test: Integration Testing Complete
[2021-09-10T12:04:53.801Z] Timeout set to expire in 5 min 0 sec
[2021-09-10T12:04:54.101Z] Cleaning up /var/lib/jenkins/workspace/PR-27858-2-8b549dbb-a6fa-433a-ab50-fb3fdf517ffc
[2021-09-10T12:04:54.101Z] Change ownership of all files inside the specific folder from root/root to current user/group
[2021-09-10T12:04:54.101Z] ++ id -u
[2021-09-10T12:04:54.101Z] ++ id -g
[2021-09-10T12:04:54.101Z] + docker run -v /var/lib/jenkins/workspace/PR-27858-2-8b549dbb-a6fa-433a-ab50-fb3fdf517ffc:/beat alpine:3.4 sh -c 'find /beat -user 0 -exec chown -h 1171:1172 {} \;'
[2021-09-10T12:04:54.101Z] Unable to find image 'alpine:3.4' locally
[2021-09-10T12:04:54.671Z] 3.4: Pulling from library/alpine
[2021-09-10T12:04:54.930Z] c1e54eec4b57: Pulling fs layer
[2021-09-10T12:04:55.190Z] c1e54eec4b57: Verifying Checksum
[2021-09-10T12:04:55.191Z] c1e54eec4b57: Download complete
[2021-09-10T12:04:55.452Z] c1e54eec4b57: Pull complete
[2021-09-10T12:04:55.452Z] Digest: sha256:b733d4a32c4da6a00a84df2ca32791bb03df95400243648d8c539e7b4cce329c
[2021-09-10T12:04:55.452Z] Status: Downloaded newer image for alpine:3.4
[2021-09-10T12:04:57.360Z] + set -e
[2021-09-10T12:04:57.360Z] + echo 'Change permissions with write access of all files inside the specific folder'
[2021-09-10T12:04:57.360Z] Change permissions with write access of all files inside the specific folder
[2021-09-10T12:04:57.360Z] + chmod -R +w /var/lib/jenkins/workspace/PR-27858-2-8b549dbb-a6fa-433a-ab50-fb3fdf517ffc
[2021-09-10T12:04:58.347Z] Running in /var/lib/jenkins/workspace/PR-27858-2-8b549dbb-a6fa-433a-ab50-fb3fdf517ffc/src/github.com/elastic/beats/build
[2021-09-10T12:04:58.644Z] + rm -rf ve
[2021-09-10T12:04:58.644Z] + find . -type d -name vendor -exec rm -r {} ;
[2021-09-10T12:04:58.975Z] + python .ci/scripts/pre_archive_test.py
[2021-09-10T12:05:02.304Z] Copy ./x-pack/filebeat/build into build/x-pack/filebeat/build
[2021-09-10T12:05:02.323Z] Running in /var/lib/jenkins/workspace/PR-27858-2-8b549dbb-a6fa-433a-ab50-fb3fdf517ffc/src/github.com/elastic/beats/build
[2021-09-10T12:05:02.341Z] Recording test results
[2021-09-10T12:05:04.605Z] [Checks API] No suitable checks publisher found.
[2021-09-10T12:05:04.972Z] + go clean -modcache
[2021-09-10T12:05:08.309Z] Timeout set to expire in 5 min 0 sec
[2021-09-10T12:05:08.609Z] Cleaning up /var/lib/jenkins/workspace/PR-27858-2-8b549dbb-a6fa-433a-ab50-fb3fdf517ffc
[2021-09-10T12:05:08.609Z] Change ownership of all files inside the specific folder from root/root to current user/group
[2021-09-10T12:05:08.609Z] ++ id -u
[2021-09-10T12:05:08.609Z] ++ id -g
[2021-09-10T12:05:08.609Z] + docker run -v /var/lib/jenkins/workspace/PR-27858-2-8b549dbb-a6fa-433a-ab50-fb3fdf517ffc:/beat alpine:3.4 sh -c 'find /beat -user 0 -exec chown -h 1171:1172 {} \;'
[2021-09-10T12:05:20.890Z] + set -e
[2021-09-10T12:05:20.890Z] + echo 'Change permissions with write access of all files inside the specific folder'
[2021-09-10T12:05:20.890Z] Change permissions with write access of all files inside the specific folder
[2021-09-10T12:05:20.890Z] + chmod -R +w /var/lib/jenkins/workspace/PR-27858-2-8b549dbb-a6fa-433a-ab50-fb3fdf517ffc
[2021-09-10T12:05:21.005Z] Running in /var/lib/jenkins/workspace/PR-27858-2-8b549dbb-a6fa-433a-ab50-fb3fdf517ffc
[2021-09-10T12:05:24.917Z] + gsutil --version
[2021-09-10T12:05:26.346Z] Masking supported pattern matches of $FILE_CREDENTIAL
[2021-09-10T12:05:26.660Z] + gcloud auth activate-service-account --key-file ****
[2021-09-10T12:05:27.230Z] Activated service account credentials for: [beats-ci-gcs-plugin@elastic-ci-prod.iam.gserviceaccount.com]
[2021-09-10T12:05:27.825Z] + gsutil -m -q cp eC1wYWNrL2ZpbGViZWF0LXB5dGhvbkludGVnVGVzdGI1MDc5Y2FhYzVjNDM4N2YyYjg0ZTcyYWM3MDcxMTllYWMyNTQ1YWE gs://beats-ci-temp/ci/cache/
[2021-09-10T12:05:29.372Z] Stage "Extended" skipped due to earlier failure(s)
[2021-09-10T12:05:29.412Z] Stage "Packaging" skipped due to earlier failure(s)
[2021-09-10T12:05:29.451Z] Stage "Packaging-Pipeline" skipped due to earlier failure(s)
[2021-09-10T12:05:29.516Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-27858/src/github.com/elastic/beats
[2021-09-10T12:05:29.835Z] Running on Jenkins in /var/lib/jenkins/workspace/Beats_beats_PR-27858
[2021-09-10T12:05:29.888Z] [INFO] getVaultSecret: Getting secrets
[2021-09-10T12:05:29.930Z] Masking supported pattern matches of $VAULT_ADDR or $VAULT_ROLE_ID or $VAULT_SECRET_ID
[2021-09-10T12:05:30.704Z] + chmod 755 generate-build-data.sh
[2021-09-10T12:05:30.704Z] + ./generate-build-data.sh https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-27858/ https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-27858/runs/2 FAILURE 4148464
[2021-09-10T12:05:30.704Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-27858/runs/2/steps/?limit=10000 -o steps-info.json
[2021-09-10T12:05:37.185Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-27858/runs/2/tests/?status=FAILED -o tests-errors.json

🐛 Flaky test report

❕ There are test failures but not known flaky tests.

Expand to view the summary

Test stats 🧪

Test Results
Failed 38
Passed 20313
Skipped 1354
Total 21705

Genuine test errors 38

💔 There are test failures but not known flaky tests, most likely a genuine test failure.

  • Name: Build&Test / filebeat-unitTest / TestReceiveEventsAndMetadata/NewLine – github.com/elastic/beats/v7/filebeat/inputsource/unix
  • Name: Build&Test / filebeat-unitTest / TestReceiveEventsAndMetadata/NewLineWithCR – github.com/elastic/beats/v7/filebeat/inputsource/unix
  • Name: Build&Test / filebeat-unitTest / TestReceiveEventsAndMetadata/CustomDelimiter – github.com/elastic/beats/v7/filebeat/inputsource/unix
  • Name: Build&Test / filebeat-unitTest / TestReceiveEventsAndMetadata/MultipleCharsCustomDelimiter – github.com/elastic/beats/v7/filebeat/inputsource/unix
  • Name: Build&Test / filebeat-unitTest / TestReceiveEventsAndMetadata/SingleCharCustomDelimiterMessageWithoutBoundaries – github.com/elastic/beats/v7/filebeat/inputsource/unix
  • Name: Build&Test / filebeat-unitTest / TestReceiveEventsAndMetadata/MultipleCharCustomDelimiterMessageWithoutBoundaries – github.com/elastic/beats/v7/filebeat/inputsource/unix
  • Name: Build&Test / filebeat-unitTest / TestReceiveEventsAndMetadata/NewLineMessageWithoutBoundaries – github.com/elastic/beats/v7/filebeat/inputsource/unix
  • Name: Build&Test / filebeat-unitTest / TestReceiveEventsAndMetadata/NewLineLargeMessagePayload – github.com/elastic/beats/v7/filebeat/inputsource/unix
  • Name: Build&Test / filebeat-unitTest / TestReceiveEventsAndMetadata/CustomLargeMessagePayload – github.com/elastic/beats/v7/filebeat/inputsource/unix
  • Name: Build&Test / filebeat-unitTest / TestReceiveEventsAndMetadata/ReadRandomLargePayload – github.com/elastic/beats/v7/filebeat/inputsource/unix
  • Name: Build&Test / filebeat-unitTest / TestReceiveEventsAndMetadata/MaxReadBufferReachedUserConfigured – github.com/elastic/beats/v7/filebeat/inputsource/unix
  • Name: Build&Test / filebeat-unitTest / TestReceiveEventsAndMetadata/MaxBufferSizeSet – github.com/elastic/beats/v7/filebeat/inputsource/unix
  • Name: Build&Test / filebeat-unitTest / TestReceiveEventsAndMetadata – github.com/elastic/beats/v7/filebeat/inputsource/unix
  • Name: Build&Test / filebeat-unitTest / TestSocketCleanup – github.com/elastic/beats/v7/filebeat/inputsource/unix
  • Name: Build&Test / filebeat-unitTest / TestSocketCleanupRefusal – github.com/elastic/beats/v7/filebeat/inputsource/unix
  • Name: Build&Test / filebeat-unitTest / TestReceiveNewEventsConcurrently/socket_type_stream – github.com/elastic/beats/v7/filebeat/inputsource/unix
  • Name: Build&Test / filebeat-unitTest / TestReceiveNewEventsConcurrently/socket_type_datagram – github.com/elastic/beats/v7/filebeat/inputsource/unix
  • Name: Build&Test / filebeat-unitTest / TestReceiveNewEventsConcurrently – github.com/elastic/beats/v7/filebeat/inputsource/unix
  • Name: Build&Test / filebeat-goIntegTest / TestReceiveEventsAndMetadata/NewLine – github.com/elastic/beats/v7/filebeat/inputsource/unix
  • Name: Build&Test / filebeat-goIntegTest / TestReceiveEventsAndMetadata/NewLineWithCR – github.com/elastic/beats/v7/filebeat/inputsource/unix
  • Name: Build&Test / filebeat-goIntegTest / TestReceiveEventsAndMetadata/CustomDelimiter – github.com/elastic/beats/v7/filebeat/inputsource/unix
  • Name: Build&Test / filebeat-goIntegTest / TestReceiveEventsAndMetadata/MultipleCharsCustomDelimiter – github.com/elastic/beats/v7/filebeat/inputsource/unix
  • Name: Build&Test / filebeat-goIntegTest / TestReceiveEventsAndMetadata/SingleCharCustomDelimiterMessageWithoutBoundaries – github.com/elastic/beats/v7/filebeat/inputsource/unix
  • Name: Build&Test / filebeat-goIntegTest / TestReceiveEventsAndMetadata/MultipleCharCustomDelimiterMessageWithoutBoundaries – github.com/elastic/beats/v7/filebeat/inputsource/unix
  • Name: Build&Test / filebeat-goIntegTest / TestReceiveEventsAndMetadata/NewLineMessageWithoutBoundaries – github.com/elastic/beats/v7/filebeat/inputsource/unix
  • Name: Build&Test / filebeat-goIntegTest / TestReceiveEventsAndMetadata/NewLineLargeMessagePayload – github.com/elastic/beats/v7/filebeat/inputsource/unix
  • Name: Build&Test / filebeat-goIntegTest / TestReceiveEventsAndMetadata/CustomLargeMessagePayload – github.com/elastic/beats/v7/filebeat/inputsource/unix
  • Name: Build&Test / filebeat-goIntegTest / TestReceiveEventsAndMetadata/ReadRandomLargePayload – github.com/elastic/beats/v7/filebeat/inputsource/unix
  • Name: Build&Test / filebeat-goIntegTest / TestReceiveEventsAndMetadata/MaxReadBufferReachedUserConfigured – github.com/elastic/beats/v7/filebeat/inputsource/unix
  • Name: Build&Test / filebeat-goIntegTest / TestReceiveEventsAndMetadata/MaxBufferSizeSet – github.com/elastic/beats/v7/filebeat/inputsource/unix
  • Name: Build&Test / filebeat-goIntegTest / TestReceiveEventsAndMetadata – github.com/elastic/beats/v7/filebeat/inputsource/unix
  • Name: Build&Test / filebeat-goIntegTest / TestSocketCleanup – github.com/elastic/beats/v7/filebeat/inputsource/unix
  • Name: Build&Test / filebeat-goIntegTest / TestSocketCleanupRefusal – github.com/elastic/beats/v7/filebeat/inputsource/unix
  • Name: Build&Test / filebeat-goIntegTest / TestReceiveNewEventsConcurrently/socket_type_stream – github.com/elastic/beats/v7/filebeat/inputsource/unix
  • Name: Build&Test / filebeat-goIntegTest / TestReceiveNewEventsConcurrently/socket_type_datagram – github.com/elastic/beats/v7/filebeat/inputsource/unix
  • Name: Build&Test / filebeat-goIntegTest / TestReceiveNewEventsConcurrently – github.com/elastic/beats/v7/filebeat/inputsource/unix
  • Name: Build&Test / filebeat-pythonIntegTest / test_unix_with_custom_char_delimiter – filebeat.tests.system.test_unix.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_unix_with_custom_word_delimiter – filebeat.tests.system.test_unix.Test

@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Sep 22, 2021

This pull request does not have a backport label. Could you fix it @kvch? 🙏
To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-v./d./d./d is the label to automatically backport to the 7./d branch. /d is the digit

NOTE: backport-skip has been added to this pull request.

@mergify mergify bot added the backport-skip Skip notification from the automated backport with mergify label Sep 22, 2021
@botelastic
Copy link
Copy Markdown

botelastic bot commented Oct 22, 2021

Hi!
We just realized that we haven't looked into this PR in a while. We're sorry!

We're labeling this issue as Stale to make it hit our filters and make sure we get back to it in as soon as possible. In the meantime, it'd be extremely helpful if you could take a look at it as well and confirm its relevance. A simple comment with a nice emoji will be enough :+1.
Thank you for your contribution!

@botelastic botelastic bot added the Stalled label Oct 22, 2021
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Nov 10, 2021

This pull request is now in conflicts. Could you fix it? 🙏
To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b feature-filebeat-parsers-unix upstream/feature-filebeat-parsers-unix
git merge upstream/master
git push upstream feature-filebeat-parsers-unix

@botelastic
Copy link
Copy Markdown

botelastic bot commented Dec 10, 2021

Hi!
This PR has been stale for a while and we're going to close it as part of our cleanup procedure.
We appreciate your contribution and would like to apologize if we have not been able to review it, due to the current heavy load of the team.
Feel free to re-open this PR if you think it should stay open and is worth rebasing.
Thank you for your contribution!

@botelastic botelastic bot closed this Dec 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-skip Skip notification from the automated backport with mergify Stalled Team:Elastic-Agent Label for the Agent team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants