Splunk Query Formatter

One click to format Splunk query

What is Splunk Query Formatter?

Splunk Query Formatter is a Chrome extension developed by bhatganesh, and its main feature is "One click to format Splunk query".

Extension Screenshots

screenshot
screenshot
screenshot

Download Splunk Query Formatter Extension CRX File

Download Splunk Query Formatter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Tired of splitting splunk query into multiple lines? Every-time? Look no more! 

Here's "Splunk Query Formatter" - one click to split splunk query into multiple lines.

0.0.5
* Icon update

0.0.4
* Formatting enabled in "Edit Search"

0.0.3
* split ] into new line

0.0.2
* split join into new line
* remove multiple whitspaces

0.0.1
* split | into new line                    

Extension Basic Information

Name Splunk Query Formatter Splunk Query Formatter
ID dhfeomfeokdeopgbpmihnalkfbefkipa
Official URL https://chromewebstore.google.com/detail/splunk-query-formatter/dhfeomfeokdeopgbpmihnalkfbefkipa
Description One click to format Splunk query
File Size 43.82 KB
Installation Count 278
Current Version 0.0.5
Last Updated 2017-01-13
Publish Date 2017-01-13
Rating 4.33/5 Total 6 Ratings
Developer bhatganesh
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.5",
    "name": "Splunk Query Formatter",
    "author": "[email protected]",
    "description": "One click to format Splunk query",
    "icons": {
        "16": "images\/sqf_16.png",
        "48": "images\/sqf_48.png",
        "128": "images\/sqf_128.png"
    },
    "browser_action": {
        "default_icon": "images\/sqf_19.png"
    },
    "background": {
        "scripts": [
            "\/js\/background.js"
        ]
    },
    "permissions": [
        "https:\/\/*\/splunk\/*",
        "https:\/\/www.splunk.com\/*"
    ]
}