stixview content provider

blackstork/stixview, v0.4.2

Installation

To use stixview content provider, you must install the plugin blackstork/stixview.

To install the plugin, add the full plugin name to the plugin_versions map in the Fabric global configuration block (see Global configuration for more details), as shown below:

fabric {
  plugin_versions = {
    "blackstork/stixview" = ">= v0.4.2"
  }
}

Note the version constraint set for the plugin.

Configuration

The content provider doesn’t support any configuration arguments.

Usage

The content provider supports the following execution arguments:

content stixview {
  # Optional string.
  # Default value:
  gist_id = null

  # Optional string.
  # Default value:
  stix_url = null

  # Optional string.
  # Default value:
  caption = null

  # Optional bool.
  # Default value:
  show_footer = null

  # Optional bool.
  # Default value:
  show_sidebar = null

  # Optional bool.
  # Default value:
  show_tlp_as_tags = null

  # Optional bool.
  # Default value:
  show_marking_nodes = null

  # Optional bool.
  # Default value:
  show_labels = null

  # Optional bool.
  # Default value:
  show_idrefs = null

  # Optional number.
  # Default value:
  width = null

  # Optional number.
  # Default value:
  height = null

  # Optional data.
  # Default value:
  objects = null
}