App certification criteria

When you submit your app or add-on for certification, it is evaluated against a set of criteria for use in Splunk platform deployments.

Note  The Splunk AppInspect tool and API also use this list of checks. For more, see Splunk AppInspect.

Checklist for submission

{{ current_date }} (v{{ current_splunk_appinspect_version }})

{% for group in splunk_appinspect_core_groups %} {{ group.doc_html() }} {% for certfication_area in splunk_appinspect_certification_areas %} {%- if certfication_area == "splunk_appinspect" -%} {%- set certfication_area = "splunk_
appinspect" -%} {%- endif -%} {%- endfor -%} {% for check in group.checks() %} {%- for certfication_area in splunk_appinspect_certification_areas -%} {%- if check.has_tag([certfication_area]) %} {%- else %} {%- endif -%} {%- endfor %} {% endfor -%}
Check Name{{ certfication_area }}Description
{{ check.name }}x{{ check.doc() }}

{% endfor -%}