Skip to content

Optional Indicators load in the case of SCO creation #858

@lydiym

Description

@lydiym

Problem to Solve

Call of StixCyberObservable.create in pycti produces extra indicators retrieving (that should be optional):

indicators {
edges {
node {
id
pattern
pattern_type
}
}
}

The extra retrieving produces extra workload to the Platform (that can be harmful in some cases, for example in intensive SCO creation)

Current Workaround

Make you own create function with custom query (might be with custom signature) and call it using query method or using your favorite HTTP client.

Proposed Solution

Add parameter to StixCyberObservable.create for optional indicators retrieving, for example bool or use existing one: createIndicator. Make it False by default.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureuse for describing a new feature to developneeds triageuse to identify issue needing triage from Filigran Product team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions