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

Add tags support for linux #54

Merged
merged 8 commits into from Oct 24, 2022
Merged

Add tags support for linux #54

merged 8 commits into from Oct 24, 2022

Conversation

ffalor
Copy link
Contributor

@ffalor ffalor commented Oct 19, 2022

This PR allows customer to define tags for the falcon sensor.

There are two new properties

  • tags an array of tags to be added to the sensor
  • tag_membership rather or not the tags provided is the full list or partial list

Add tags to the falcon fact

  "falcon": {
    "version": "6.46.0-14306",
    "aid": "777777777777",
    "tags": [
      "prod",
      "ci_test"
    ]
  }

@ffalor ffalor added the enhancement New feature or request label Oct 19, 2022
@ffalor ffalor marked this pull request as draft October 19, 2022 21:38
@ffalor ffalor changed the title Add tags support for linux Add tags support Oct 19, 2022
@ffalor ffalor changed the title Add tags support Add tags support for linux Oct 19, 2022
@ffalor ffalor marked this pull request as ready for review October 19, 2022 21:45
@ffalor ffalor merged commit 172c1cb into main Oct 24, 2022
@ffalor ffalor deleted the issue_50 branch October 24, 2022 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants