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] Fix netflow field docs by removing duplicate topic #16784

Merged
merged 4 commits into from
Apr 30, 2020

Conversation

dedemorton
Copy link
Contributor

Right now we have repeated titles in the documentation because we don't want to duplicate the field reference added by the netflow module and the netflow input.

I'm wondering if it makes sense to add a nofields field to the yml file for those rare occasions when we truly don't want to document the fields.

Here's my attempt at modifying our doc gen script. Someone on the dev team should verify in case there's an impact I don't understand.

@dedemorton dedemorton added docs review libbeat Team:Integrations Label for the Integrations team labels Mar 4, 2020
@dedemorton dedemorton requested a review from a team as a code owner March 4, 2020 02:32
@dedemorton dedemorton self-assigned this Mar 4, 2020
@urso
Copy link

urso commented Mar 4, 2020

I didn't check, but I wonder if it would be better to filter on presence of 'fields'? This way we just have to not use 'fields' in the YAML, instead of introducing another special 'indicator' field.

@dedemorton
Copy link
Contributor Author

dedemorton commented Mar 4, 2020

@urso Regarding your comment:

I didn't check, but I wonder if it would be better to filter on presence of 'fields'? This way we just have to not use 'fields' in the YAML, instead of introducing another special 'indicator' field.

I did consider doing that, but it goes contrary to what we've said we want to do. Right now, we require contributors to provide fields because we want to enforce the requirement for documentation. This works 99% of the time and forces contributors to document something. The only exception is when we have something like a module that duplicates the same fields as an input. In that case, we don't want to document the exported fields twice because it's confusing to users, so we need a way to indicate that no fields are OK.

Having an explicit field that says "We don't want to generate field documentation for this" seems like a good way to get around the problem, simplify the logic, and make it clear that the fields are intentionally missing. I'm not really a programmer, though, so I'm sure you can come up with something better. :-)

WDYT?

@urso
Copy link

urso commented Mar 5, 2020

For my understanding. This means that 'fields' must always be present and never must be empty? In this case, yeah nofields would be a good indicator that 'fields' is allowed to be empty or missing.

@dedemorton
Copy link
Contributor Author

dedemorton commented Mar 5, 2020

This means that 'fields' must always be present and never must be empty?

Yes, that was the idea initially, but of course, it's up to us to decide whether we want to enforce the requirement. I will say that relying on PR reviews to identify missing docs has not worked very well for us so far. :-P

@urso
Copy link

urso commented Mar 5, 2020

I see. In this case adding nofields: would be the right choice. I'd rather have CI complain if docs are not complete.

Alternatively we could also use fields: none as indicator that we have no fields. WDYT?

@dedemorton
Copy link
Contributor Author

Alternatively we could also use fields: none as indicator that we have no fields. WDYT?

Hm....thinking more about this...technically there are fields, we just don't want to document them twice. We want to skip the step that generates the docs. So maybe calling this field something like skipdocs would make more sense.

Not sure about setting fields to none because fields expects an object. I think I'd have to change more than just the one docgen file.

@dedemorton
Copy link
Contributor Author

@urso I got side tracked on this one. WDYT about my proposal (adding a new field and calling it something like skipdocs to be more descriptive)?

@urso
Copy link

urso commented Apr 20, 2020

+1 on skipdocs.

@dedemorton dedemorton force-pushed the fix_netflow_field_docs branch from c164ea2 to 5ba99e4 Compare April 28, 2020 01:27
@dedemorton dedemorton requested a review from urso April 28, 2020 01:38
@dedemorton dedemorton requested a review from urso April 29, 2020 18:22
@elasticmachine
Copy link
Collaborator

💔 Build Failed

Pipeline View Test View Changes Artifacts preview stats

Expand to view the summary

Build stats

Test stats 🧪

Test Results
Failed 157
Passed 7395
Skipped 1223
Total 8775

Test errors

Expand to view the tests failures

  • Name: Build and Test / Metricbeat x-pack / test_server – test_statsd.Test

    • Status: FAILED
    • Age: 1
    • Duration: 5.689
    • Error Details: 'ascii' codec can't decode byte 0xe2 in position 701907: ordinal not in range(128)
  • Name: Build and Test / Filebeat Windows / test_clean_removed_with_clean_inactive – test_registrar.Test

    • Status: FAILED
    • Age: 1
    • Duration: 0.665
    • Error Details:
      -------------------- >> begin captured stdout << ---------------------
      registry size: 2
      registry size after remove: 0

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_000_checkpoint – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 35.642
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing checkpoint/firewall on /go/src/github.com/elastic/beats/x-pack/filebeat/module/checkpoint/firewall/test/checkpoint.log

--------------------- >> end captured stdout << ----------------------
-------------------- >> begin captured logging << --------------------
deepdiff.diff: INFO: jsonpickle is not installed. The to_json_pickle and from_json_pickle functions will not work.If you dont need those functions, there is nothing to do.
--------------------- >> end captured logging << ---------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_001_envoyproxy – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 3.043
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing envoyproxy/log on /go/src/github.com/elastic/beats/x-pack/filebeat/module/envoyproxy/log/test/envoy-json.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_002_envoyproxy – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.025
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing envoyproxy/log on /go/src/github.com/elastic/beats/x-pack/filebeat/module/envoyproxy/log/test/envoy.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_003_rabbitmq – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 1.959
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing rabbitmq/log on /go/src/github.com/elastic/beats/x-pack/filebeat/module/rabbitmq/log/test/test.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_004_zeek – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 1.958
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing zeek/smtp on /go/src/github.com/elastic/beats/x-pack/filebeat/module/zeek/smtp/test/smtp-json.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_005_zeek – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 1.861
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing zeek/tunnel on /go/src/github.com/elastic/beats/x-pack/filebeat/module/zeek/tunnel/test/tunnel-json.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_006_zeek – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 1.982
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing zeek/smb_mapping on /go/src/github.com/elastic/beats/x-pack/filebeat/module/zeek/smb_mapping/test/smb_mapping-json.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_007_zeek – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.006
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing zeek/mysql on /go/src/github.com/elastic/beats/x-pack/filebeat/module/zeek/mysql/test/mysql-json.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_008_zeek – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 1.91
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing zeek/dnp3 on /go/src/github.com/elastic/beats/x-pack/filebeat/module/zeek/dnp3/test/dnp3-json.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_009_zeek – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 1.883
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing zeek/rdp on /go/src/github.com/elastic/beats/x-pack/filebeat/module/zeek/rdp/test/rdp-json.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_010_zeek – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 1.915
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing zeek/weird on /go/src/github.com/elastic/beats/x-pack/filebeat/module/zeek/weird/test/weird-json.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_011_zeek – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 1.912
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing zeek/snmp on /go/src/github.com/elastic/beats/x-pack/filebeat/module/zeek/snmp/test/snmp-json.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_012_zeek – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 1.846
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing zeek/modbus on /go/src/github.com/elastic/beats/x-pack/filebeat/module/zeek/modbus/test/modbus-json.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_013_zeek – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 1.954
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing zeek/pe on /go/src/github.com/elastic/beats/x-pack/filebeat/module/zeek/pe/test/pe-json.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_014_zeek – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 1.829
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing zeek/ntlm on /go/src/github.com/elastic/beats/x-pack/filebeat/module/zeek/ntlm/test/ntlm-json.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_015_zeek – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.045
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing zeek/http on /go/src/github.com/elastic/beats/x-pack/filebeat/module/zeek/http/test/http-json.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_016_zeek – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.005
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing zeek/dhcp on /go/src/github.com/elastic/beats/x-pack/filebeat/module/zeek/dhcp/test/dhcp-json.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_017_zeek – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 1.86
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing zeek/kerberos on /go/src/github.com/elastic/beats/x-pack/filebeat/module/zeek/kerberos/test/kerberos-json.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_018_zeek – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 1.881
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing zeek/dce_rpc on /go/src/github.com/elastic/beats/x-pack/filebeat/module/zeek/dce_rpc/test/dce_rpc-json.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_019_zeek – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 1.894
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing zeek/dns on /go/src/github.com/elastic/beats/x-pack/filebeat/module/zeek/dns/test/dns-json.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_020_zeek – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 1.905
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing zeek/notice on /go/src/github.com/elastic/beats/x-pack/filebeat/module/zeek/notice/test/notice-json.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_021_zeek – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.222
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing zeek/connection on /go/src/github.com/elastic/beats/x-pack/filebeat/module/zeek/connection/test/connection-json.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_022_zeek – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 1.881
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing zeek/files on /go/src/github.com/elastic/beats/x-pack/filebeat/module/zeek/files/test/files-json.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_023_zeek – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 1.84
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing zeek/x509 on /go/src/github.com/elastic/beats/x-pack/filebeat/module/zeek/x509/test/x509-json.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_024_zeek – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 1.931
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing zeek/stats on /go/src/github.com/elastic/beats/x-pack/filebeat/module/zeek/stats/test/stats-json.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_025_zeek – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 1.87
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing zeek/rfb on /go/src/github.com/elastic/beats/x-pack/filebeat/module/zeek/rfb/test/rfb-json.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_026_zeek – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 1.818
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing zeek/ftp on /go/src/github.com/elastic/beats/x-pack/filebeat/module/zeek/ftp/test/ftp.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_027_zeek – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.027
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing zeek/traceroute on /go/src/github.com/elastic/beats/x-pack/filebeat/module/zeek/traceroute/test/traceroute-json.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_028_zeek – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 1.941
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing zeek/socks on /go/src/github.com/elastic/beats/x-pack/filebeat/module/zeek/socks/test/socks-json.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_029_zeek – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 1.902
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing zeek/sip on /go/src/github.com/elastic/beats/x-pack/filebeat/module/zeek/sip/test/sip-json.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_030_zeek – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 1.849
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing zeek/intel on /go/src/github.com/elastic/beats/x-pack/filebeat/module/zeek/intel/test/intel-json.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_031_zeek – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 1.838
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing zeek/radius on /go/src/github.com/elastic/beats/x-pack/filebeat/module/zeek/radius/test/radius-json.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_032_zeek – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 1.864
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing zeek/capture_loss on /go/src/github.com/elastic/beats/x-pack/filebeat/module/zeek/capture_loss/test/capture_loss-json.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_033_zeek – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 1.875
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing zeek/irc on /go/src/github.com/elastic/beats/x-pack/filebeat/module/zeek/irc/test/irc-json.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_034_zeek – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 1.88
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing zeek/ssl on /go/src/github.com/elastic/beats/x-pack/filebeat/module/zeek/ssl/test/ssl-json.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_035_zeek – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 1.826
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing zeek/ssh on /go/src/github.com/elastic/beats/x-pack/filebeat/module/zeek/ssh/test/ssh-json.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_036_zeek – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 1.819
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing zeek/dpd on /go/src/github.com/elastic/beats/x-pack/filebeat/module/zeek/dpd/test/dpd-json.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_037_zeek – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 1.845
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing zeek/smb_cmd on /go/src/github.com/elastic/beats/x-pack/filebeat/module/zeek/smb_cmd/test/smb_cmd-json.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_038_zeek – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 1.875
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing zeek/smb_files on /go/src/github.com/elastic/beats/x-pack/filebeat/module/zeek/smb_files/test/smb_files-json.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_039_iptables – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.528
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing iptables/log on /go/src/github.com/elastic/beats/x-pack/filebeat/module/iptables/log/test/ipv6.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_040_iptables – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.144
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing iptables/log on /go/src/github.com/elastic/beats/x-pack/filebeat/module/iptables/log/test/geo.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_041_iptables – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.117
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing iptables/log on /go/src/github.com/elastic/beats/x-pack/filebeat/module/iptables/log/test/iptables.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_042_iptables – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 1.922
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing iptables/log on /go/src/github.com/elastic/beats/x-pack/filebeat/module/iptables/log/test/ubiquiti.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_043_iptables – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 1.908
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing iptables/log on /go/src/github.com/elastic/beats/x-pack/filebeat/module/iptables/log/test/icmp.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_044_azure – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.078
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing azure/signinlogs on /go/src/github.com/elastic/beats/x-pack/filebeat/module/azure/signinlogs/test/signinlogs.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_045_azure – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.455
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing azure/auditlogs on /go/src/github.com/elastic/beats/x-pack/filebeat/module/azure/auditlogs/test/auditlogs.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_046_azure – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.493
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing azure/activitylogs on /go/src/github.com/elastic/beats/x-pack/filebeat/module/azure/activitylogs/test/activitylogs.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_047_panw – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.756
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing panw/panos on /go/src/github.com/elastic/beats/x-pack/filebeat/module/panw/panos/test/pan_inc_other.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_048_panw – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.626
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing panw/panos on /go/src/github.com/elastic/beats/x-pack/filebeat/module/panw/panos/test/pan_inc_traffic.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_049_panw – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.382
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing panw/panos on /go/src/github.com/elastic/beats/x-pack/filebeat/module/panw/panos/test/threat.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_050_panw – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.464
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing panw/panos on /go/src/github.com/elastic/beats/x-pack/filebeat/module/panw/panos/test/pan_inc_threat.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_051_panw – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.363
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing panw/panos on /go/src/github.com/elastic/beats/x-pack/filebeat/module/panw/panos/test/traffic.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_052_misp – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 1.95
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing misp/threat on /go/src/github.com/elastic/beats/x-pack/filebeat/module/misp/threat/test/misp-test.json.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_053_activemq – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 1.982
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing activemq/audit on /go/src/github.com/elastic/beats/x-pack/filebeat/module/activemq/audit/test/audit.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_054_activemq – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.029
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing activemq/log on /go/src/github.com/elastic/beats/x-pack/filebeat/module/activemq/log/test/activemq.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_055_coredns – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.164
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing coredns/log on /go/src/github.com/elastic/beats/x-pack/filebeat/module/coredns/log/test/coredns.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_056_coredns – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.301
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing coredns/log on /go/src/github.com/elastic/beats/x-pack/filebeat/module/coredns/log/test/coredns-json.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_057_ibmmq – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 3.907
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing ibmmq/errorlog on /go/src/github.com/elastic/beats/x-pack/filebeat/module/ibmmq/errorlog/test/AMQERR01_QM1.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_058_ibmmq – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 3.689
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing ibmmq/errorlog on /go/src/github.com/elastic/beats/x-pack/filebeat/module/ibmmq/errorlog/test/AMQERR01_QM2.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_059_ibmmq – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 1.908
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing ibmmq/errorlog on /go/src/github.com/elastic/beats/x-pack/filebeat/module/ibmmq/errorlog/test/AMQERR01.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_060_cisco – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.917
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing cisco/asa on /go/src/github.com/elastic/beats/x-pack/filebeat/module/cisco/asa/test/sample.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_061_cisco – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 3.193
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing cisco/asa on /go/src/github.com/elastic/beats/x-pack/filebeat/module/cisco/asa/test/asa.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_062_cisco – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.116
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing cisco/asa on /go/src/github.com/elastic/beats/x-pack/filebeat/module/cisco/asa/test/not-ip.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_063_cisco – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.048
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing cisco/asa on /go/src/github.com/elastic/beats/x-pack/filebeat/module/cisco/asa/test/hostnames.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_064_cisco – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.074
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing cisco/asa on /go/src/github.com/elastic/beats/x-pack/filebeat/module/cisco/asa/test/dap_records.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_065_cisco – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.124
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing cisco/asa on /go/src/github.com/elastic/beats/x-pack/filebeat/module/cisco/asa/test/asa-fix.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_066_cisco – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 1.949
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing cisco/asa on /go/src/github.com/elastic/beats/x-pack/filebeat/module/cisco/asa/test/filtered.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_067_cisco – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.064
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing cisco/ios on /go/src/github.com/elastic/beats/x-pack/filebeat/module/cisco/ios/test/cisco-ios-syslog.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_068_cisco – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 3.209
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing cisco/ftd on /go/src/github.com/elastic/beats/x-pack/filebeat/module/cisco/ftd/test/security-file-malware.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_069_cisco – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 3.733
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing cisco/ftd on /go/src/github.com/elastic/beats/x-pack/filebeat/module/cisco/ftd/test/security-connection.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_070_cisco – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.372
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing cisco/ftd on /go/src/github.com/elastic/beats/x-pack/filebeat/module/cisco/ftd/test/sample.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_071_cisco – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.335
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing cisco/ftd on /go/src/github.com/elastic/beats/x-pack/filebeat/module/cisco/ftd/test/security-malware-site.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_072_cisco – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.399
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing cisco/ftd on /go/src/github.com/elastic/beats/x-pack/filebeat/module/cisco/ftd/test/intrusion.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_073_cisco – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.955
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing cisco/ftd on /go/src/github.com/elastic/beats/x-pack/filebeat/module/cisco/ftd/test/asa.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_074_cisco – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.234
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing cisco/ftd on /go/src/github.com/elastic/beats/x-pack/filebeat/module/cisco/ftd/test/firepower-management.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_075_cisco – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.835
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing cisco/ftd on /go/src/github.com/elastic/beats/x-pack/filebeat/module/cisco/ftd/test/no-type-id.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_076_cisco – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.958
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing cisco/ftd on /go/src/github.com/elastic/beats/x-pack/filebeat/module/cisco/ftd/test/dns.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_077_cisco – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.269
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing cisco/ftd on /go/src/github.com/elastic/beats/x-pack/filebeat/module/cisco/ftd/test/asa-fix.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_078_cisco – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.066
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing cisco/ftd on /go/src/github.com/elastic/beats/x-pack/filebeat/module/cisco/ftd/test/filtered.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_079_googlecloud – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.695
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing googlecloud/audit on /go/src/github.com/elastic/beats/x-pack/filebeat/module/googlecloud/audit/test/audit-log-entries.json.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_080_googlecloud – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.366
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing googlecloud/vpcflow on /go/src/github.com/elastic/beats/x-pack/filebeat/module/googlecloud/vpcflow/test/vpc-flow-log-entries.json.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_081_googlecloud – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.738
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing googlecloud/firewall on /go/src/github.com/elastic/beats/x-pack/filebeat/module/googlecloud/firewall/test/test.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_082_googlecloud – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.396
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing googlecloud/firewall on /go/src/github.com/elastic/beats/x-pack/filebeat/module/googlecloud/firewall/test/rare.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_083_mssql – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.221
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing mssql/log on /go/src/github.com/elastic/beats/x-pack/filebeat/module/mssql/log/test/test.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_084_o365 – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.116
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing o365/audit on /go/src/github.com/elastic/beats/x-pack/filebeat/module/o365/audit/test/22-yammer.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_085_o365 – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 6.479
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing o365/audit on /go/src/github.com/elastic/beats/x-pack/filebeat/module/o365/audit/test/01-exchange-admin.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_086_o365 – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 1.995
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing o365/audit on /go/src/github.com/elastic/beats/x-pack/filebeat/module/o365/audit/test/04-sharepoint.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_087_o365 – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.709
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing o365/audit on /go/src/github.com/elastic/beats/x-pack/filebeat/module/o365/audit/test/15-azuread-sts-logon.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_088_o365 – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 3.838
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing o365/audit on /go/src/github.com/elastic/beats/x-pack/filebeat/module/o365/audit/test/08-azuread.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_089_o365 – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.337
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing o365/audit on /go/src/github.com/elastic/beats/x-pack/filebeat/module/o365/audit/test/25-ms-teams.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_090_o365 – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.558
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing o365/audit on /go/src/github.com/elastic/beats/x-pack/filebeat/module/o365/audit/test/02-exchange-item.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_091_o365 – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.072
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing o365/audit on /go/src/github.com/elastic/beats/x-pack/filebeat/module/o365/audit/test/14-sp-sharing-op.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_092_o365 – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.12
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing o365/audit on /go/src/github.com/elastic/beats/x-pack/filebeat/module/o365/audit/test/06-sharepointfileop.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_093_o365 – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 3.054
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing o365/audit on /go/src/github.com/elastic/beats/x-pack/filebeat/module/o365/audit/test/13-dlp-exchange.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_094_o365 – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.833
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing o365/audit on /go/src/github.com/elastic/beats/x-pack/filebeat/module/o365/audit/test/11-dlp-sharepoint.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_095_o365 – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.079
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing o365/audit on /go/src/github.com/elastic/beats/x-pack/filebeat/module/o365/audit/test/52-data-insights-api.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_096_o365 – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.291
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing o365/audit on /go/src/github.com/elastic/beats/x-pack/filebeat/module/o365/audit/test/40-sec-comp-alerts.log

--------------------- >> end captured stdout << ----------------------

  • Name: Build and Test / Filebeat x-pack / test_fileset_file_097_okta – test_xpack_modules.XPackTest
    • Status: FAILED
    • Age: 1
    • Duration: 2.458
    • Error Details: 'fields'
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing okta/system on /go/src/github.com/elastic/beats/x-pack/filebeat/module/okta/system/test/okta-system-test.json.log

--------------------- >> end captured stdout << ----------------------

Steps errors

Expand to view the steps failures

  • Name: Mage update build test

    • Description: mage update build test

    • Result: FAILURE

    • Duration: 21 min 48 sec<

    • Start Time: 2020-04-29T18:50:52.375+0000

  • Name: Mage build unitTest

    • Description: mage build unitTest

    • Result: FAILURE

    • Duration: 10 min 6 sec<

    • Start Time: 2020-04-29T18:56:35.991+0000

  • Name: Mage build test

    • Description: mage build test

    • Result: FAILURE

    • Duration: 9 min 38 sec<

    • Start Time: 2020-04-29T18:52:25.787+0000

  • Name: Make -C generator/_templates/metricbeat test

    • Description: make -C generator/_templates/metricbeat test

    • Result: FAILURE

    • Duration: 4 min 47 sec<

    • Start Time: 2020-04-29T18:51:45.631+0000

Log output

Expand to view the last 100 lines of log output

[2020-04-29T19:29:31.152Z]  runc:
[2020-04-29T19:29:31.152Z]   Version:          1.0.0-rc10
[2020-04-29T19:29:31.152Z]   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
[2020-04-29T19:29:31.152Z]  docker-init:
[2020-04-29T19:29:31.152Z]   Version:          0.18.0
[2020-04-29T19:29:31.152Z]   GitCommit:        fec3683
[2020-04-29T19:29:34.470Z] Recording test results
[2020-04-29T19:29:35.232Z] None of the test reports contained any result
[2020-04-29T19:29:35.244Z] Archiving artifacts
[2020-04-29T19:29:35.519Z] java.lang.InterruptedException: no matches found within 10000
[2020-04-29T19:29:35.519Z] 	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2826)
[2020-04-29T19:29:35.519Z] 	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2705)
[2020-04-29T19:29:35.519Z] 	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2686)
[2020-04-29T19:29:35.519Z] 	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3073)
[2020-04-29T19:29:35.519Z] Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from beats-ci-immutable-ubuntu-1604-1588185825296635744.c.elastic-ci-prod.internal/10.224.2.171:58752
[2020-04-29T19:29:35.519Z] 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
[2020-04-29T19:29:35.519Z] 		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
[2020-04-29T19:29:35.520Z] 		at hudson.remoting.Channel.call(Channel.java:998)
[2020-04-29T19:29:35.520Z] 		at hudson.FilePath.act(FilePath.java:1069)
[2020-04-29T19:29:35.520Z] 		at hudson.FilePath.act(FilePath.java:1058)
[2020-04-29T19:29:35.520Z] 		at hudson.FilePath.validateAntFileMask(FilePath.java:2684)
[2020-04-29T19:29:35.520Z] 		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:265)
[2020-04-29T19:29:35.520Z] 		at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:80)
[2020-04-29T19:29:35.520Z] 		at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:67)
[2020-04-29T19:29:35.520Z] 		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
[2020-04-29T19:29:35.520Z] 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[2020-04-29T19:29:35.520Z] 		at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[2020-04-29T19:29:35.520Z] 		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[2020-04-29T19:29:35.520Z] 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[2020-04-29T19:29:35.520Z] Caused: hudson.FilePath$TunneledInterruptedException
[2020-04-29T19:29:35.520Z] 	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3075)
[2020-04-29T19:29:35.520Z] 	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
[2020-04-29T19:29:35.520Z] 	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
[2020-04-29T19:29:35.520Z] 	at hudson.remoting.Request$2.run(Request.java:369)
[2020-04-29T19:29:35.520Z] 	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
[2020-04-29T19:29:35.520Z] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[2020-04-29T19:29:35.520Z] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[2020-04-29T19:29:35.520Z] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[2020-04-29T19:29:35.520Z] 	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)
[2020-04-29T19:29:35.520Z] Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
[2020-04-29T19:29:35.520Z] 	at hudson.FilePath.act(FilePath.java:1071)
[2020-04-29T19:29:35.520Z] 	at hudson.FilePath.act(FilePath.java:1058)
[2020-04-29T19:29:35.520Z] 	at hudson.FilePath.validateAntFileMask(FilePath.java:2684)
[2020-04-29T19:29:35.520Z] 	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:265)
[2020-04-29T19:29:35.520Z] 	at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:80)
[2020-04-29T19:29:35.520Z] 	at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:67)
[2020-04-29T19:29:35.520Z] 	at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
[2020-04-29T19:29:35.520Z] 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[2020-04-29T19:29:35.520Z] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[2020-04-29T19:29:35.520Z] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[2020-04-29T19:29:35.520Z] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[2020-04-29T19:29:35.520Z] 	at java.lang.Thread.run(Thread.java:748)
[2020-04-29T19:29:35.520Z] No artifacts found that match the file pattern "**/build/TEST*.out". Configuration error?
[2020-04-29T19:29:35.864Z] + curl -sSLo codecov https://codecov.io/bash
[2020-04-29T19:29:36.122Z] + FILE=auditbeat/build/coverage/full.cov
[2020-04-29T19:29:36.122Z] + [ -f auditbeat/build/coverage/full.cov ]
[2020-04-29T19:29:36.122Z] + FILE=filebeat/build/coverage/full.cov
[2020-04-29T19:29:36.122Z] + [ -f filebeat/build/coverage/full.cov ]
[2020-04-29T19:29:36.123Z] + FILE=heartbeat/build/coverage/full.cov
[2020-04-29T19:29:36.123Z] + [ -f heartbeat/build/coverage/full.cov ]
[2020-04-29T19:29:36.123Z] + FILE=libbeat/build/coverage/full.cov
[2020-04-29T19:29:36.123Z] + [ -f libbeat/build/coverage/full.cov ]
[2020-04-29T19:29:36.123Z] + FILE=metricbeat/build/coverage/full.cov
[2020-04-29T19:29:36.123Z] + [ -f metricbeat/build/coverage/full.cov ]
[2020-04-29T19:29:36.123Z] + FILE=packetbeat/build/coverage/full.cov
[2020-04-29T19:29:36.123Z] + [ -f packetbeat/build/coverage/full.cov ]
[2020-04-29T19:29:36.123Z] + FILE=winlogbeat/build/coverage/full.cov
[2020-04-29T19:29:36.123Z] + [ -f winlogbeat/build/coverage/full.cov ]
[2020-04-29T19:29:36.123Z] + FILE=journalbeat/build/coverage/full.cov
[2020-04-29T19:29:36.123Z] + [ -f journalbeat/build/coverage/full.cov ]
[2020-04-29T19:31:15.640Z] SUMMARY:
[2020-04-29T19:31:15.640Z]   Fail:     0
[2020-04-29T19:31:15.640Z]   Skip:     4
[2020-04-29T19:31:15.640Z]   Pass:     66
[2020-04-29T19:31:15.640Z]   Packages: 4
[2020-04-29T19:31:15.640Z]   Duration: 2m3.5390083s
[2020-04-29T19:31:15.640Z]   Coverage Report: C:\Users\jenkins\workspace\Beats_beats-beats-mbp_PR-16784\src\github.com\elastic\beats\auditbeat\build\TEST-go-unit.html
[2020-04-29T19:31:15.640Z]   JUnit Report:    C:\Users\jenkins\workspace\Beats_beats-beats-mbp_PR-16784\src\github.com\elastic\beats\auditbeat\build\TEST-go-unit.xml
[2020-04-29T19:31:15.640Z]   Output File:     C:\Users\jenkins\workspace\Beats_beats-beats-mbp_PR-16784\src\github.com\elastic\beats\auditbeat\build\TEST-go-unit.out
[2020-04-29T19:31:15.640Z] >> go test: Unit Test Passed
[2020-04-29T19:32:37.096Z] >> python test: Unit Testing
[2020-04-29T19:33:33.332Z] WARNING: You are using pip version 19.2.3, however version 20.1 is available.
[2020-04-29T19:33:33.332Z] You should consider upgrading via the 'python -m pip install --upgrade pip' command.
[2020-04-29T19:33:33.332Z] S.S.SSSS
[2020-04-29T19:33:33.332Z] [success] 84.28% test_file_integrity.Test.test_non_recursive: 1.4599s
[2020-04-29T19:33:33.332Z] [success] 15.72% test_base.Test.test_start_stop: 0.2723s
[2020-04-29T19:33:33.332Z] ----------------------------------------------------------------------
[2020-04-29T19:33:33.332Z] Ran 8 tests in 1.735s
[2020-04-29T19:33:33.332Z] 
[2020-04-29T19:33:33.332Z] OK (SKIP=6)
[2020-04-29T19:33:33.332Z] >> python test: Unit Testing Complete
[2020-04-29T19:33:33.382Z] Recording test results
[2020-04-29T19:33:37.565Z] Archiving artifacts
[2020-04-29T19:33:40.574Z] Running on Jenkins in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16784
[2020-04-29T19:33:40.707Z] [INFO] getVaultSecret: Getting secrets
[2020-04-29T19:33:40.766Z] Masking supported pattern matches of $VAULT_ADDR or $VAULT_ROLE_ID or $VAULT_SECRET_ID
[2020-04-29T19:33:41.578Z] + chmod 755 generate-build-data.sh
[2020-04-29T19:33:41.578Z] + ./generate-build-data.sh https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats-beats-mbp/PR-16784/ https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats-beats-mbp/PR-16784/runs/4 FAILURE 4235863
[2020-04-29T19:33:42.129Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats-beats-mbp/PR-16784/runs/4/steps/?limit=10000 -o steps-info.json
[2020-04-29T19:33:42.680Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats-beats-mbp/PR-16784/runs/4/tests/?status=FAILED -o tests-errors.json

@urso
Copy link

urso commented Apr 30, 2020

Failures are unrelated.

@dedemorton dedemorton merged commit 30311f6 into elastic:master Apr 30, 2020
@dedemorton dedemorton deleted the fix_netflow_field_docs branch April 30, 2020 21:40
@dedemorton dedemorton added the needs_backport PR is waiting to be backported to other branches. label Apr 30, 2020
@andrewkroh
Copy link
Member

This is breaking all of the system tests in Filebeat. Looks like the replacement of fields with skipdocs caused an error. I'm going to add it back.

andrewkroh added a commit to andrewkroh/beats that referenced this pull request May 1, 2020
The tests are failing due to the change in elastic#16784. The `fields` key is referenced in
system tests so it needs to be present.
andrewkroh added a commit that referenced this pull request May 1, 2020
The tests are failing due to the change in #16784. The `fields` key is referenced in
system tests so it needs to be present.
andrewkroh added a commit to andrewkroh/beats that referenced this pull request May 4, 2020
The tests are failing due to the change in elastic#16784. The `fields` key is referenced in
system tests so it needs to be present.

(cherry picked from commit 3024b66)
andrewkroh added a commit to andrewkroh/beats that referenced this pull request May 4, 2020
The tests are failing due to the change in elastic#16784. The `fields` key is referenced in
system tests so it needs to be present.

(cherry picked from commit 3024b66)
andrewkroh added a commit that referenced this pull request May 5, 2020
The tests are failing due to the change in #16784. The `fields` key is referenced in
system tests so it needs to be present.

(cherry picked from commit 3024b66)
andrewkroh added a commit that referenced this pull request May 12, 2020
The tests are failing due to the change in #16784. The `fields` key is referenced in
system tests so it needs to be present.

(cherry picked from commit 3024b66)
leweafan pushed a commit to leweafan/beats that referenced this pull request Apr 28, 2023
leweafan pushed a commit to leweafan/beats that referenced this pull request Apr 28, 2023
The tests are failing due to the change in elastic#16784. The `fields` key is referenced in
system tests so it needs to be present.

(cherry picked from commit c7eff6c)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs libbeat review Team:Integrations Label for the Integrations team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants