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 certification_area in splunk_appinspect_certification_areas %} {%- if certification_area == "splunk_appinspect" -%} {%- set certification_area = "splunk_
appinspect" -%} {%- endif -%} {%- endfor -%} {% for check in group.checks() %} {%- for certification_area in splunk_appinspect_certification_areas -%} {%- if check.has_tag([certification_area]) %} {%- else %} {%- endif -%} {%- endfor %} {% endfor -%}
Check Name{{ certification_area }}Description
{{ check.name }}x{{ check.doc() }}

{% endfor -%}