security_rule_attributes.h 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. /*
  2. * Copyright The OpenTelemetry Authors
  3. * SPDX-License-Identifier: Apache-2.0
  4. */
  5. /*
  6. * DO NOT EDIT, this is an Auto-generated file from:
  7. * buildscripts/semantic-convention/templates/registry/semantic_attributes-h.j2
  8. */
  9. #pragma once
  10. #include "opentelemetry/common/macros.h"
  11. #include "opentelemetry/version.h"
  12. OPENTELEMETRY_BEGIN_NAMESPACE
  13. namespace semconv
  14. {
  15. namespace security_rule
  16. {
  17. /**
  18. A categorization value keyword used by the entity using the rule for detection of this event
  19. */
  20. static constexpr const char *kSecurityRuleCategory = "security_rule.category";
  21. /**
  22. The description of the rule generating the event.
  23. */
  24. static constexpr const char *kSecurityRuleDescription = "security_rule.description";
  25. /**
  26. Name of the license under which the rule used to generate this event is made available.
  27. */
  28. static constexpr const char *kSecurityRuleLicense = "security_rule.license";
  29. /**
  30. The name of the rule or signature generating the event.
  31. */
  32. static constexpr const char *kSecurityRuleName = "security_rule.name";
  33. /**
  34. Reference URL to additional information about the rule used to generate this event.
  35. <p>
  36. The URL can point to the vendor’s documentation about the rule. If that’s not available, it can
  37. also be a link to a more general page describing this type of alert.
  38. */
  39. static constexpr const char *kSecurityRuleReference = "security_rule.reference";
  40. /**
  41. Name of the ruleset, policy, group, or parent category in which the rule used to generate this
  42. event is a member.
  43. */
  44. static constexpr const char *kSecurityRuleRulesetName = "security_rule.ruleset.name";
  45. /**
  46. A rule ID that is unique within the scope of a set or group of agents, observers, or other
  47. entities using the rule for detection of this event.
  48. */
  49. static constexpr const char *kSecurityRuleUuid = "security_rule.uuid";
  50. /**
  51. The version / revision of the rule being used for analysis.
  52. */
  53. static constexpr const char *kSecurityRuleVersion = "security_rule.version";
  54. } // namespace security_rule
  55. } // namespace semconv
  56. OPENTELEMETRY_END_NAMESPACE