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

reading projects on report ingestion (only reports with job_id) #484

Closed
vjeffrey opened this issue Jun 3, 2019 · 0 comments
Closed

reading projects on report ingestion (only reports with job_id) #484

vjeffrey opened this issue Jun 3, 2019 · 0 comments
Labels
iamv2 This issue or pull request applies to iamv2 work for Automate

Comments

@vjeffrey
Copy link

vjeffrey commented Jun 3, 2019

User Story

as part of #483
we tagged reports coming in from remote scans with projects on job creation.

this functionality is enabled by inspec/inspec#3906
this information is expected to come in on the report in the following format:

{
  "node_uuid": "123..",
  "passthrough": {
     "projects": [],
  }
}

we'll need to make sure that we are handling the case where the projects come in in this format as well as the one where it is on the report itself

Definition of Done

can filter on projects whether the projects field is on the root of the report or a subkey of the passthrough field (alias field in elasticsearch?)

@vjeffrey vjeffrey added the iamv2 This issue or pull request applies to iamv2 work for Automate label Jun 3, 2019
@vjeffrey vjeffrey added this to the iamv2: manually added nodes and node integrations milestone Jun 3, 2019
@vjeffrey vjeffrey removed this from the iamv2: manually added nodes and node integrations milestone Nov 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
iamv2 This issue or pull request applies to iamv2 work for Automate
Projects
None yet
Development

No branches or pull requests

1 participant