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

docs: Update generate_fields_docs.py #21359

Merged
merged 1 commit into from
Oct 6, 2020

Conversation

bmorelli25
Copy link
Member

@bmorelli25 bmorelli25 commented Sep 28, 2020

Summary

This PR updates generate_fields_docs.py:

  • Adds a top-level explanation of ECS fields for all Beats.
  • Adds tags to ECS fields (only for APM Server). As you'll see, this is kind of hacky and only works for APM Server. An ideal solution would also work Beats, but I think there's a lot more work required for that, as Beats doesn't really use overwrite.

Tested with APM Server by running:

go mod edit -replace=github.com/elastic/beats/v7=../beats
make update

ECS description (all Beats)

Screen Shot 2020-09-28 at 12 29 01 PM

APM Server ECS fields

Screen Shot 2020-09-28 at 12 29 51 PM

Related PRs

For elastic/apm#276.
Relates to #20729.

The fine print

Sorry that my Python sucks 😓

@bmorelli25 bmorelli25 requested a review from a team as a code owner September 28, 2020 20:18
@bmorelli25 bmorelli25 self-assigned this Sep 28, 2020
@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Sep 28, 2020
@bmorelli25 bmorelli25 requested review from a team and graphaelli September 28, 2020 20:20
if beat_title == "Apm-Server":
if "overwrite" in field:
# And it's not a Kubernetes field
if re.match("^kubernetes.*", field["field_path"]) is None:
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kubernetes.* fields had to be excluded here as they're not ECS fields, but APM marks them as overwrite:true.

@elasticmachine
Copy link
Collaborator

elasticmachine commented Sep 28, 2020

💔 Tests Failed

Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: [Started by user Ivan Fernandez Calvo, Replayed #6]

  • Start Time: 2020-10-05T09:34:09.341+0000

  • Duration: 86 min 37 sec

Test stats 🧪

Test Results
Failed 18
Passed 11296
Skipped 766
Total 12080

Test errors

Expand to view the tests failures

  • Name: Build&Test / x-pack/elastic-agent-build / TestFleetGateway – application

    • Age: 1
    • Duration: 0
    • Error Details: Failed
  • Name: Build&Test / x-pack/elastic-agent-build / TestFleetGateway/send_no_event_and_receive_no_action – application

    • Age: 1
    • Duration: 0
    • Error Details: Failed
  • Name: Build&Test / x-pack/elastic-agent-build / TestFleetGateway/Successfully_connects_and_receives_a_series_of_actions – application

    • Age: 1
    • Duration: 0
    • Error Details: Failed
  • Name: Build&Test / x-pack/elastic-agent-build / TestFleetGateway/Periodically_communicates_with_Fleet – application

    • Age: 1
    • Duration: 0
    • Error Details: Failed
  • Name: Build&Test / filebeat-build / TestFileWatchNewDeleteModified – filestream

    • Age: 1
    • Duration: 0.01
    • Error Details: Failed
  • Name: Build&Test / filebeat-build / TestFileWatchNewDeleteModified/two_modified_files – filestream

    • Age: 1
    • Duration: 0
    • Error Details: Failed
  • Name: Build&Test / libbeat-build / test_dev_tool_export_dashboard_by_id – libbeat.tests.system.test_dashboard.Test

    • Age: 1
    • Duration: 0.396
    • Error Details: AssertionError: Expected exit code to be 0, but it was 1
  • Name: Build&Test / libbeat-build / test_dev_tool_export_dashboard_by_id_from_space – libbeat.tests.system.test_dashboard.Test

    • Age: 1
    • Duration: 0.043
    • Error Details: requests.exceptions.ConnectionError: HTTPConnectionPool(host='kibana', port=5601): Max retries exceeded with url: /api/status (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4211c62c88>: Failed to establish a new connection: [Errno -2] Name or service not known'))
  • Name: Build&Test / libbeat-build / test_dev_tool_export_dashboard_from_yml – libbeat.tests.system.test_dashboard.Test

    • Age: 1
    • Duration: 0.146
    • Error Details: AssertionError: Expected exit code to be 0, but it was 1
  • Name: Build&Test / libbeat-build / test_export_dashboard_cmd_export_dashboard_by_id – libbeat.tests.system.test_dashboard.Test

    • Age: 1
    • Duration: 0.113
    • Error Details: AssertionError: Expected exit code to be 0, but it was 1
  • Name: Build&Test / libbeat-build / test_export_dashboard_cmd_export_dashboard_by_id_and_decoding – libbeat.tests.system.test_dashboard.Test

    • Age: 1
    • Duration: 0.086
    • Error Details: AssertionError: Expected exit code to be 0, but it was 1
  • Name: Build&Test / libbeat-build / test_export_dashboard_cmd_export_dashboard_by_id_unknown_id – libbeat.tests.system.test_dashboard.Test

    • Age: 1
    • Duration: 0.085
    • Error Details: AssertionError: assert False + where False = <bound method TestCase.log_contains of <test_dashboard.Test testMethod=test_export_dashboard_cmd_export_dashboard_by_id_unknown_id>>(re.compile('error exporting dashboard:.*not found', re.IGNORECASE)) + where <bound method TestCase.log_contains of <test_dashboard.Test testMethod=test_export_dashboard_cmd_export_dashboard_by_id_unknown_id>> = <test_dashboard.Test testMethod=test_export_dashboard_cmd_export_dashboard_by_id_unknown_id>.log_contains
  • Name: Build&Test / libbeat-build / test_export_dashboard_cmd_export_dashboard_from_not_existent_yml – libbeat.tests.system.test_dashboard.Test

    • Age: 1
    • Duration: 0.191
    • Error Details: AssertionError: assert False + where False = <bound method TestCase.log_contains of <test_dashboard.Test testMethod=test_export_dashboard_cmd_export_dashboard_from_not_existent_yml>>('Error exporting dashboards from yml') + where <bound method TestCase.log_contains of <test_dashboard.Test testMethod=test_export_dashboard_cmd_export_dashboard_from_not_existent_yml>> = <test_dashboard.Test testMethod=test_export_dashboard_cmd_export_dashboard_from_not_existent_yml>.log_contains
  • Name: Build&Test / libbeat-build / test_export_dashboard_cmd_export_dashboard_from_yml – libbeat.tests.system.test_dashboard.Test

    • Age: 1
    • Duration: 0.136
    • Error Details: AssertionError: Expected exit code to be 0, but it was 1
  • Name: Build&Test / libbeat-build / test_load_dashboard – libbeat.tests.system.test_dashboard.Test

    • Age: 1
    • Duration: 0.193
    • Error Details: AssertionError: Expected exit code to be 0, but it was 1
  • Name: Build&Test / libbeat-build / test_load_dashboard_into_space – libbeat.tests.system.test_dashboard.Test

    • Age: 1
    • Duration: 0.021
    • Error Details: requests.exceptions.ConnectionError: HTTPConnectionPool(host='kibana', port=5601): Max retries exceeded with url: /api/status (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4211be6048>: Failed to establish a new connection: [Errno -2] Name or service not known'))
  • Name: Build&Test / libbeat-build / test_load_only_index_patterns – libbeat.tests.system.test_dashboard.Test

    • Age: 1
    • Duration: 0.171
    • Error Details: AssertionError: Expected exit code to be 0, but it was 1
  • Name: Build&Test / libbeat-build / test_load_without_dashboard – libbeat.tests.system.test_dashboard.Test

    • Age: 1
    • Duration: 0.198
    • Error Details: AssertionError: Expected exit code to be 0, but it was 1

Steps errors

Expand to view the steps failures

  • Name: mage build test

    • Description: mage build test

    • Duration: 4 min 59 sec

    • Start Time: 2020-10-05T09:59:35.526+0000

    • log

  • Name: Extract

    • Description: tar -xpf source.tgz

    • Duration: 0 min 27 sec

    • Start Time: 2020-10-05T09:59:39.615+0000

    • log

  • Name: Error signal

    • Description: untar: step failed with error script returned exit code 1

    • Duration: 0 min 0 sec

    • Start Time: 2020-10-05T10:00:07.050+0000

    • log

  • Name: mage build test

    • Description: mage build test

    • Duration: 11 min 6 sec

    • Start Time: 2020-10-05T09:59:25.557+0000

    • log

  • Name: Extract

    • Description: tar -xpf source.tgz

    • Duration: 1 min 32 sec

    • Start Time: 2020-10-05T09:59:41.099+0000

    • log

  • Name: Error signal

    • Description: untar: step failed with error script returned exit code 1

    • Duration: 0 min 0 sec

    • Start Time: 2020-10-05T10:00:13.531+0000

    • log

  • Name: Extract

    • Description: tar -xpf source.tgz

    • Duration: 1 min 32 sec

    • Start Time: 2020-10-05T09:59:42.335+0000

    • log

  • Name: Error signal

    • Description: untar: step failed with error script returned exit code 1

    • Duration: 0 min 0 sec

    • Start Time: 2020-10-05T10:00:14.770+0000

    • log

  • Name: mage build test

    • Description: mage build test

    • Duration: 28 min 12 sec

    • Start Time: 2020-10-05T09:59:33.400+0000

    • log

  • Name: Extract

    • Description: tar -xpf source.tgz

    • Duration: 1 min 39 sec

    • Start Time: 2020-10-05T09:59:43.491+0000

    • log

  • Name: Error signal

    • Description: untar: step failed with error script returned exit code 1

    • Duration: 0 min 0 sec

    • Start Time: 2020-10-05T10:00:22.552+0000

    • log

  • Name: Extract

    • Description: tar -xpf source.tgz

    • Duration: 1 min 33 sec

    • Start Time: 2020-10-05T09:59:44.808+0000

    • log

  • Name: Error signal

    • Description: untar: step failed with error script returned exit code 1

    • Duration: 0 min 0 sec

    • Start Time: 2020-10-05T10:00:18.015+0000

    • log

  • Name: Extract

    • Description: tar -xpf source.tgz

    • Duration: 1 min 32 sec

    • Start Time: 2020-10-05T09:59:43.612+0000

    • log

  • Name: Error signal

    • Description: untar: step failed with error script returned exit code 1

    • Duration: 0 min 0 sec

    • Start Time: 2020-10-05T10:00:16.057+0000

    • log

  • Name: Extract

    • Description: tar -xpf source.tgz

    • Duration: 1 min 39 sec

    • Start Time: 2020-10-05T09:59:45.853+0000

    • log

  • Name: Error signal

    • Description: untar: step failed with error script returned exit code 1

    • Duration: 0 min 0 sec

    • Start Time: 2020-10-05T10:00:25.013+0000

    • log

  • Name: mage build test

    • Description: mage build test

    • Duration: 11 min 51 sec

    • Start Time: 2020-10-05T09:59:36.991+0000

    • log

  • Name: Extract

    • Description: tar -xpf source.tgz

    • Duration: 1 min 39 sec

    • Start Time: 2020-10-05T09:59:46.401+0000

    • log

  • Name: Error signal

    • Description: untar: step failed with error script returned exit code 1

    • Duration: 0 min 0 sec

    • Start Time: 2020-10-05T10:00:25.486+0000

    • log

  • Name: Extract

    • Description: tar -xpf source.tgz

    • Duration: 1 min 32 sec

    • Start Time: 2020-10-05T09:59:46.247+0000

    • log

  • Name: Error signal

    • Description: untar: step failed with error script returned exit code 1

    • Duration: 0 min 0 sec

    • Start Time: 2020-10-05T10:00:18.722+0000

    • log

  • Name: Extract

    • Description: tar -xpf source.tgz

    • Duration: 1 min 34 sec

    • Start Time: 2020-10-05T09:59:46.117+0000

    • log

  • Name: Error signal

    • Description: untar: step failed with error script returned exit code 1

    • Duration: 0 min 0 sec

    • Start Time: 2020-10-05T10:00:19.946+0000

    • log

  • Name: mage build test

    • Description: mage build test

    • Duration: 4 min 5 sec

    • Start Time: 2020-10-05T09:59:40.446+0000

    • log

  • Name: Extract

    • Description: tar -xpf source.tgz

    • Duration: 1 min 34 sec

    • Start Time: 2020-10-05T09:59:47.201+0000

    • log

  • Name: Error signal

    • Description: untar: step failed with error script returned exit code 1

    • Duration: 0 min 0 sec

    • Start Time: 2020-10-05T10:00:21.570+0000

    • log

  • Name: Extract

    • Description: tar -xpf source.tgz

    • Duration: 1 min 32 sec

    • Start Time: 2020-10-05T09:59:45.385+0000

    • log

  • Name: Error signal

    • Description: untar: step failed with error script returned exit code 1

    • Duration: 0 min 0 sec

    • Start Time: 2020-10-05T10:00:17.824+0000

    • log

Log output

Expand to view the last 100 lines of log output

[2020-10-05T10:58:52.766Z] 
[2020-10-05T10:58:52.766Z] Server: Docker Engine - Community
[2020-10-05T10:58:52.766Z]  Engine:
[2020-10-05T10:58:52.766Z]   Version:          19.03.13
[2020-10-05T10:58:52.766Z]   API version:      1.40 (minimum version 1.12)
[2020-10-05T10:58:52.766Z]   Go version:       go1.13.15
[2020-10-05T10:58:52.766Z]   Git commit:       4484c46d9d
[2020-10-05T10:58:52.766Z]   Built:            Wed Sep 16 17:01:06 2020
[2020-10-05T10:58:52.766Z]   OS/Arch:          linux/amd64
[2020-10-05T10:58:52.766Z]   Experimental:     false
[2020-10-05T10:58:52.766Z]  containerd:
[2020-10-05T10:58:52.766Z]   Version:          1.3.7
[2020-10-05T10:58:52.766Z]   GitCommit:        8fba4e9a7d01810a393d5d25a3621dc101981175
[2020-10-05T10:58:52.766Z]  runc:
[2020-10-05T10:58:52.766Z]   Version:          1.0.0-rc10
[2020-10-05T10:58:52.767Z]   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
[2020-10-05T10:58:52.767Z]  docker-init:
[2020-10-05T10:58:52.767Z]   Version:          0.18.0
[2020-10-05T10:58:52.767Z]   GitCommit:        fec3683
[2020-10-05T10:58:59.699Z] [INFO] unstashV2: JOB_GCS_BUCKET is set. bucket param got precedency instead.
[2020-10-05T10:58:59.713Z] [INFO] unstashV2: JOB_GCS_CREDENTIALS is set. credentialsId param got precedency instead.
[2020-10-05T10:58:59.773Z] [Google Cloud Storage Plugin] Found 1 files to download from pattern: gs://beats-ci-temp/Beats/beats/PR-21359-7/source/source.tgz
[2020-10-05T10:58:59.798Z] [Google Cloud Storage Plugin] Downloading: Beats/beats/PR-21359-7/source/source.tgz to local path: /var/lib/jenkins/workspace/Beats_beats_PR-21359/source.tgz
[2020-10-05T10:59:09.137Z] + tar --version
[2020-10-05T10:59:09.436Z] + tar -xpf source.tgz
[2020-10-05T10:59:19.730Z] + rm source.tgz
[2020-10-05T10:59:19.809Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21359/src/github.com/elastic/beats
[2020-10-05T10:59:19.822Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21359/src/github.com/elastic/beats/uncategorized-1601891765262
[2020-10-05T10:59:19.865Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21359/src/github.com/elastic/beats/libbeat-stress-tests-1601891987068
[2020-10-05T10:59:19.915Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21359/src/github.com/elastic/beats/winlogbeat-crosscompile-1601892046329
[2020-10-05T10:59:19.961Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21359/src/github.com/elastic/beats/auditbeat-crosscompile-1601892094020
[2020-10-05T10:59:19.997Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21359/src/github.com/elastic/beats/journalbeat-unitTest-1601892110088
[2020-10-05T10:59:20.031Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21359/src/github.com/elastic/beats/x-pack-dockerlogbeat-build-1601892110278
[2020-10-05T10:59:20.071Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21359/src/github.com/elastic/beats/x-pack-functionbeat-build-1601892179584
[2020-10-05T10:59:20.117Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21359/src/github.com/elastic/beats/auditbeat-build-1601892219091
[2020-10-05T10:59:20.161Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21359/src/github.com/elastic/beats/x-pack-libbeat-build-1601892229146
[2020-10-05T10:59:20.209Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21359/src/github.com/elastic/beats/libbeat-crosscompile-1601892273892
[2020-10-05T10:59:20.253Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21359/src/github.com/elastic/beats/packetbeat-build-1601892283571
[2020-10-05T10:59:20.289Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21359/src/github.com/elastic/beats/metricbeat-unitTest-1601892316004
[2020-10-05T10:59:20.327Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21359/src/github.com/elastic/beats/heartbeat-build-1601892442586
[2020-10-05T10:59:20.365Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21359/src/github.com/elastic/beats/x-pack-auditbeat-build-1601892448231
[2020-10-05T10:59:20.400Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21359/src/github.com/elastic/beats/metricbeat-crosscompile-1601892592203
[2020-10-05T10:59:20.434Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21359/src/github.com/elastic/beats/generator-metricbeat-test-1601892628398
[2020-10-05T10:59:20.470Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21359/src/github.com/elastic/beats/x-pack-elastic-agent-build-1601892633635
[2020-10-05T10:59:20.509Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21359/src/github.com/elastic/beats/filebeat-build-1601892637081
[2020-10-05T10:59:20.625Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21359/src/github.com/elastic/beats/generator-beat-test-1601892691205
[2020-10-05T10:59:20.663Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21359/src/github.com/elastic/beats/libbeat-build-1601893671788
[2020-10-05T10:59:20.711Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21359/src/github.com/elastic/beats/x-pack-filebeat-build-1601893860976
[2020-10-05T10:59:20.749Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21359/src/github.com/elastic/beats/metricbeat-goIntegTest-1601894076424
[2020-10-05T10:59:20.798Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21359/src/github.com/elastic/beats/metricbeat-pythonIntegTest-1601894117036
[2020-10-05T10:59:20.837Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21359/src/github.com/elastic/beats/x-pack-metricbeat-build-1601895353632
[2020-10-05T10:59:21.177Z] + cat
[2020-10-05T10:59:21.177Z] + /usr/local/bin/runbld ./runbld-test-reports --job-name elastic+beats+pull-request
[2020-10-05T10:59:21.177Z] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[2020-10-05T10:59:27.765Z] runbld>>> runbld started
[2020-10-05T10:59:27.765Z] runbld>>> 1.6.12/f45d832f2ba0aa2722ab4ec1fda8ad140f027f8b
[2020-10-05T10:59:29.148Z] runbld>>> The following profiles matched the job 'elastic+beats+pull-request' in order of occurrence in the config (last value wins).
[2020-10-05T10:59:29.148Z] runbld>>> Matches in the system config:
[2020-10-05T10:59:29.148Z] runbld>>> - Matched ^elastic\+beats
[2020-10-05T10:59:29.148Z] runbld>>> - Matched ^elastic\+beats\+pull-request
[2020-10-05T10:59:30.089Z] runbld>>> Debug logging enabled.
[2020-10-05T10:59:30.089Z] runbld>>> Storing result
[2020-10-05T10:59:30.348Z] runbld>>> Store result: created {:total 2, :successful 2, :failed 0} 1
[2020-10-05T10:59:30.349Z] runbld>>> BUILD: https://c150076387b5421f9154dfbf536e5c60.us-west1.gcp.cloud.es.io:9243/build-1597739501209/t/20201005105930-57C7E3CB
[2020-10-05T10:59:30.349Z] runbld>>> Adding system facts.
[2020-10-05T10:59:31.375Z] runbld>>> Adding vcs info for the latest commit:  7e3b79a834bc79b69d8f84f5000f55973de99a3f
[2020-10-05T10:59:31.375Z] runbld>>> >>>>>>>>>>>> SCRIPT EXECUTION BEGIN >>>>>>>>>>>>
[2020-10-05T10:59:31.375Z] runbld>>> Adding /usr/lib/jvm/java-8-openjdk-amd64/bin to the path.
[2020-10-05T10:59:31.635Z] Processing JUnit reports with runbld...
[2020-10-05T10:59:31.635Z] + echo 'Processing JUnit reports with runbld...'
[2020-10-05T10:59:31.895Z] runbld>>> <<<<<<<<<<<< SCRIPT EXECUTION END <<<<<<<<<<<<
[2020-10-05T10:59:31.895Z] runbld>>> DURATION: 27ms
[2020-10-05T10:59:31.895Z] runbld>>> STDOUT: 40 bytes
[2020-10-05T10:59:31.895Z] runbld>>> STDERR: 49 bytes
[2020-10-05T10:59:31.895Z] runbld>>> WRAPPED PROCESS: SUCCESS (0)
[2020-10-05T10:59:31.895Z] runbld>>> Searching for build metadata in /var/lib/jenkins/workspace/Beats_beats_PR-21359
[2020-10-05T10:59:32.834Z] runbld>>> Storing build metadata: 
[2020-10-05T10:59:32.834Z] runbld>>> Adding test report.
[2020-10-05T10:59:32.834Z] runbld>>> Searching for junit test output files with the pattern: TEST-.*\.xml$ in: /var/lib/jenkins/workspace/Beats_beats_PR-21359/src/github.com/elastic/beats
[2020-10-05T10:59:33.772Z] runbld>>> Found 96 test output files
[2020-10-05T10:59:34.726Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-21359/src/github.com/elastic/beats/metricbeat-goIntegTest-1601894076424/metricbeat/build/TEST-go-integration-graphite.xml
[2020-10-05T10:59:34.726Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-21359/src/github.com/elastic/beats/metricbeat-goIntegTest-1601894076424/metricbeat/build/TEST-go-integration-windows.xml
[2020-10-05T10:59:34.726Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-21359/src/github.com/elastic/beats/x-pack-metricbeat-build-1601895353632/x-pack/metricbeat/build/TEST-go-integration-openmetrics.xml
[2020-10-05T10:59:34.726Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-21359/src/github.com/elastic/beats/x-pack-metricbeat-build-1601895353632/x-pack/metricbeat/build/TEST-go-integration-istio.xml
[2020-10-05T10:59:34.726Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-21359/src/github.com/elastic/beats/x-pack-metricbeat-build-1601895353632/x-pack/metricbeat/build/TEST-go-integration-activemq.xml
[2020-10-05T10:59:34.726Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-21359/src/github.com/elastic/beats/x-pack-metricbeat-build-1601895353632/x-pack/metricbeat/build/TEST-go-integration-iis.xml
[2020-10-05T10:59:34.726Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-21359/src/github.com/elastic/beats/x-pack-metricbeat-build-1601895353632/x-pack/metricbeat/build/TEST-go-integration-tomcat.xml
[2020-10-05T10:59:36.109Z] runbld>>> Test output logs contained: Errors: 0 Failures: 18 Tests: 12080 Skipped: 553
[2020-10-05T10:59:36.109Z] runbld>>> Storing result
[2020-10-05T10:59:36.109Z] runbld>>> FAILURES: 18
[2020-10-05T10:59:40.307Z] runbld>>> Store result: updated {:total 2, :successful 2, :failed 0} 2
[2020-10-05T10:59:40.307Z] runbld>>> BUILD: https://c150076387b5421f9154dfbf536e5c60.us-west1.gcp.cloud.es.io:9243/build-1597739501209/t/20201005105930-57C7E3CB
[2020-10-05T10:59:40.307Z] runbld>>> Email notification disabled by environment variable.
[2020-10-05T10:59:40.307Z] runbld>>> Slack notification disabled by environment variable.
[2020-10-05T10:59:46.186Z] Running on Jenkins in /var/lib/jenkins/workspace/Beats_beats_PR-21359
[2020-10-05T10:59:46.216Z] [INFO] getVaultSecret: Getting secrets
[2020-10-05T10:59:46.292Z] Masking supported pattern matches of $VAULT_ADDR or $VAULT_ROLE_ID or $VAULT_SECRET_ID
[2020-10-05T10:59:46.907Z] + chmod 755 generate-build-data.sh
[2020-10-05T10:59:46.907Z] + ./generate-build-data.sh https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-21359/ https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-21359/runs/7 FAILURE 5137305
[2020-10-05T10:59:46.907Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-21359/runs/7/steps/?limit=10000 -o steps-info.json

@andresrc andresrc added Team:apm APM Server team issues/PRs Team:Docs Label for the Observability docs team Team:Services (Deprecated) Label for the former Integrations-Services team and removed [zube]: Team Triage labels Sep 29, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/obs-docs (Team:Docs)

@elasticmachine
Copy link
Collaborator

Pinging @elastic/integrations-services (Team:Services)

@botelastic botelastic bot removed the needs_team Indicates that the issue/PR needs a Team:* label label Sep 29, 2020
@bmorelli25 bmorelli25 requested review from a team as code owners September 29, 2020 18:25
@botelastic botelastic bot added Team:Automation Label for the Observability productivity team Team:Ingest Management labels Sep 29, 2020
@elastic elastic deleted a comment from elasticmachine Sep 29, 2020
@bmorelli25 bmorelli25 removed Team:Automation Label for the Observability productivity team Team:Ingest Management labels Sep 29, 2020
@bmorelli25 bmorelli25 removed request for a team September 29, 2020 18:28
@bmorelli25
Copy link
Member Author

bmorelli25 commented Sep 29, 2020

Sorry for the errant pings Automation and Ingest management; I accidentally pushed a few extra commits.

@bmorelli25
Copy link
Member Author

Do I need to run another command for this to pass ci? Not sure what I'm doing wrong.

@kuisathaverat
Copy link
Contributor

jenkins run the tests

1 similar comment
@kuisathaverat
Copy link
Contributor

jenkins run the tests

@kuisathaverat
Copy link
Contributor

@bmorelli25 you can go ahead the failing test are broken in the master branch


This section defines Elastic Common Schema (ECS) fields—a common set of fields
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to call out that ECS is an open source specification? Otherwise, it LGMT!

@bmorelli25 bmorelli25 merged commit bf971f3 into elastic:master Oct 6, 2020
@bmorelli25 bmorelli25 deleted the test-gen-field branch October 6, 2020 15:09
bmorelli25 added a commit to bmorelli25/beats that referenced this pull request Oct 6, 2020
bmorelli25 added a commit to bmorelli25/beats that referenced this pull request Oct 6, 2020
# Conflicts:
#	filebeat/docs/fields.asciidoc
v1v added a commit to v1v/beats that referenced this pull request Oct 6, 2020
* upstream/master:
  [CI] Setup git config globally (elastic#21562)
  docs: update generate_fields_docs.py (elastic#21359)
  Add support for additional fields from V2 ALB logs (elastic#21540)
  Move Prometheus query & remote_write to GA (elastic#21507)
  feat: add a new step to run the e2e tests for certain parts of Beats (elastic#21100)
  [Elastic Agent] Add elastic agent ID and version to events from filebeat and metricbeat. (elastic#21543)
  Release cloudfoundry input and processor as GA (elastic#21525)
  [Packetbeat] New SIP protocol (elastic#21221)
  [Filebeat][New Module] Add support for Microsoft MTP / 365 Defender (elastic#21446)
  [Beats][pytest] Asserting if filebeat logs include errors (elastic#20999)
  junipersrx-module initial release (elastic#20017)
  Add a persistent cache for cloudfoundry metadata based on badger (elastic#20775)
  Add missing changelog entry for cisco umbrella (elastic#21550)
  [Elastic Agent] Add upgrade CLI to initiate upgrade of Agent locally (elastic#21425)
  Enable filestream input (elastic#21533)
  Add filestream input reader (elastic#21481)
  [CI] fix 'no matches found within 10000' (elastic#21466)
  Fix billing.go aws.GetStartTimeEndTime (elastic#21531)
bmorelli25 added a commit to bmorelli25/beats that referenced this pull request Oct 7, 2020
leweafan pushed a commit to leweafan/beats that referenced this pull request Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:apm APM Server team issues/PRs Team:Docs Label for the Observability docs team Team:Services (Deprecated) Label for the former Integrations-Services team v7.9.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants