All Apps and Add-ons

SVG Example - Aircraft Progress Meter

jhamblin_splunk
Splunk Employee
Splunk Employee

I have a custom use case where I needed to see the overall completion of a task. This particular task is on an aircraft. I wanted to show progress by adjusting the color of the aircraft as tasks are completed. Attached is my example search and the supporting dashboard.

Thank you!

alt text

Search

|makeresults
| eval prcComplete=85
| eval compColor=case(prcComplete<=4, "0",prcComplete<=5, "5",prcComplete<=10, "10",prcComplete<=15, "15",prcComplete<=20, "20",prcComplete<=25, "25",prcComplete<=30, "30",prcComplete<=35, "35",prcComplete<=40, "40",prcComplete<=45, "45", prcComplete<=50, "50", prcComplete<=55, "55", prcComplete<=60, "60",prcComplete<=65, "65",prcComplete<=70, "70",prcComplete<=75, 75, prcComplete<=80, "80",prcComplete<=85, "85",prcComplete<=90, "90",prcComplete<=95, "95",prcComplete>95, "100")
| eval compColorCalc=(100-compColor)

| eval svg_viz = 

"<svg xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:cc=\"http://web.resource.org/cc/\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:svg=\"http://www.w3.org/2000/svg\" xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\" xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\" xmlns:ns1=\"http://sozi.baierouge.fr\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"svg2\" xml:space=\"preserve\" version=\"1.0\" viewBox=\"0 0 257.236 307\" inkscape:version=\"0.91 r13725\">
        <defs>
  <linearGradient id=\"imagebot_14\" y2=\"1\" x2=\"1\" y1=\"0\" x1=\"1\">
   <stop stop-color=\"rgba(0,0,0,1)\" offset=\"".compColorCalc."%\"/>
   <stop stop-color=\"rgba(0,255,0,1)\" offset=\"0.0%\"/>

  </linearGradient>
       </defs>
        <g id=\"Layer_2\" style=\"fill:#000000\">
            <path stroke-opacity=\"0\" fill-rule=\"evenodd\" fill=\"url(#imagebot_14)\" d=\"m256.12 219s0.39 1.66 0.34 3.4c-0.04 1.7-0.51 5.43-0.51 4.58s-1.52-1.91-1.52-1.91l-0.22 1.49-1.19 0.04-0.04-2.38-36.04-16.34s-0.04-2.04-0.21-2.08c-0.04 2.04 0.09 3.4-0.17 3.56-0.34-0.12-39.89-17.68-40.75-18.16-0.38-0.22-0.17-1.96-0.17-1.96l-10.19-1.52-0.04 1.35s-21.44-3.01-22.03-2.63c-0.6 0.38 0.55 23.43-0.47 39.06-1.02 15.62-2.76 24.02-3.52 27.04-0.72 2.81-0.13 3.43 1.23 4.62s28.65 21.4 30.94 23.14c2.25 1.71 2.3 2.49 2.3 3.52 0 1.36 0.04 10.32 0.04 10.32l-38-9.26s-0.21 3.78-0.76 4.33-1.7 0.34-1.7 0.34-0.76 7.86-1.18 8.37c-0.43 0.5-1.15 0.76-1.15 0.76s-1.69 8.1-2.47 8.31v0.01h-0.02-0.02v-0.01c-0.78-0.21-2.47-8.31-2.47-8.31s-0.72-0.26-1.15-0.76c-0.42-0.52-1.18-8.37-1.18-8.37s-1.15 0.21-1.7-0.34-0.77-4.33-0.77-4.33l-37.989 9.26s0.042-8.96 0.042-10.32c0-1.03 0.042-1.81 2.292-3.52 2.292-1.74 29.585-21.95 30.945-23.14s1.94-1.81 1.23-4.62c-0.76-3.02-2.5-11.42-3.52-27.04-1.02-15.63 0.13-38.68-0.47-39.06-0.59-0.38-22.03 2.63-22.03 2.63l-0.042-1.35-10.188 1.52s0.212 1.74-0.17 1.96c-0.865 0.48-40.413 18.04-40.752 18.16-0.255-0.17-0.127-1.52-0.17-3.56-0.17 0.04-0.212 2.08-0.212 2.08l-36.042 16.34-0.042 2.38-1.188-0.04-0.212-1.49s-1.528 1.06-1.528 1.91-0.468-2.88-0.509-4.58c-0.042-1.74 0.34-3.4 0.34-3.4s-1.231 0.38-1.104-1.23c0.082-1.03 3.269-5.73 3.269-5.73s0.226-0.7 0.187-1.2c-0.045-0.58 0.661-0.96 1.034-1.29 0.216-0.19-0.023-1.24-0.023-1.24s11.943-10.24 32.636-26.28c20.659-16.02 45.11-35.66 45.11-35.66s0-1.13-0.226-2.72c-0.227-1.58-0.396-2.26-0.396-2.26s-1.245-0.4-1.585-1.42c-0.253-0.76-0.905-6.28-0.792-11.26s0.396-7.58 0.736-8.38c0.339-0.79 1.487-1.14 2.943-1.35 1.528-0.23 7.458-0.09 8.886 0.11 1.356 0.19 2.208 0.39 2.434 2.32 0.226 1.92 0.283 8.55 0.113 11.26-0.121 1.94-0.623 4.13-0.34 4.25 0.283 0.11 5.207-4.7 7.923-6.62 2.72-1.93 7.36-5.95 7.92-7.19 0.57-1.25 0.63-1.42 0.97-0.29 0.34 1.14 0.28 2.27-0.17 3.06-0.46 0.79-0.68 1.81-0.23 2.26 0.17 0.17 1.53-0.96 1.87-1.64s0-1.98 0.22-2.54c0.23-0.57 1.12-2.21 1.08-3.57-0.23-8.09-0.5-20.21-0.57-46.696-0.07-28.346 0.22-36.814 3.8-51.959 3.25-13.748 5.69-16.467 6.94-18.45 1.15-1.833 3.76-3.257 4.85-3.282v-0.002c0.01 0 0.02 0.001 0.02 0.001s0.01-0.001 0.02-0.001v0.002c1.09 0.025 3.7 1.45 4.85 3.282 1.25 1.982 3.69 4.702 6.94 18.45 3.58 15.145 3.87 23.613 3.8 51.959-0.07 26.486-0.34 38.606-0.57 46.696-0.04 1.36 0.85 3 1.08 3.57 0.22 0.56-0.12 1.86 0.22 2.54s1.7 1.81 1.87 1.64c0.45-0.45 0.23-1.47-0.23-2.26-0.45-0.79-0.51-1.92-0.17-3.06 0.34-1.13 0.4-0.96 0.97 0.29 0.56 1.24 5.2 5.26 7.92 7.19 2.72 1.92 7.64 6.73 7.92 6.62 0.29-0.12-0.22-2.31-0.34-4.25-0.17-2.71-0.11-9.34 0.12-11.26 0.22-1.93 1.08-2.13 2.43-2.32 1.43-0.2 7.36-0.34 8.89-0.11 1.45 0.21 2.6 0.56 2.94 1.35s0.62 3.4 0.74 8.38c0.11 4.98-0.54 10.5-0.8 11.26-0.34 1.02-1.58 1.42-1.58 1.42s-0.17 0.68-0.4 2.26c-0.22 1.59-0.22 2.72-0.22 2.72s24.45 19.64 45.1 35.66c20.7 16.04 32.64 26.28 32.64 26.28s-0.24 1.05-0.02 1.24c0.37 0.33 1.08 0.71 1.03 1.29-0.04 0.5 0.19 1.2 0.19 1.2s3.19 4.7 3.27 5.73c0.12 1.61-1.11 1.23-1.11 1.23zm-247.58-11.91l-2.393 1.84 0.207 0.27 2.414-1.85-0.228-0.26zm4.799-3.67l-4.529 3.47 0.227 0.25 4.51-3.46-0.208-0.26zm4.809-3.69l-4.539 3.48 0.208 0.27 4.511-3.46-0.18-0.29zm6.059-4.64l-5.788 4.43 0.18 0.29 5.808-4.45-0.2-0.27zm5.587-4.29l-5.318 4.08 0.2 0.27 5.323-4.08-0.205-0.27zm5.648-4.32l-5.378 4.12 0.206 0.27 5.368-4.11-0.196-0.28zm5.84-4.48l-5.571 4.27 0.196 0.28 5.607-4.3-0.232-0.25zm5.894-4.52l-5.623 4.31 0.231 0.25 5.585-4.28-0.193-0.28zm5.845-4.48l-5.575 4.28 0.193 0.28 5.556-4.26-0.174-0.3zm5.802-4.44l-5.531 4.24 0.174 0.29 5.551-4.25-0.194-0.28zm5.578-4.28l-5.308 4.07 0.194 0.28 5.317-4.08-0.203-0.27zm5.572-4.27l-5.302 4.07 0.204 0.27 5.273-4.04-0.175-0.3zm6.565-5.03l-6.294 4.82 0.175 0.3 6.265-4.8-0.146-0.32zm1.717-1.32l-1.44 1.11 0.145 0.31 1.429-1.09-0.134-0.33zm5.378-4.12l-5.098 3.91 0.134 0.33 5.171-3.97-0.207-0.27zm89.981 0l-0.21 0.27 5.17 3.97 0.13-0.33-5.09-3.91zm5.37 4.12l-0.13 0.33 1.43 1.1 0.15-0.32-1.45-1.11zm1.72 1.32l-0.14 0.32 6.26 4.8 0.18-0.3-6.3-4.82zm6.57 5.03l-0.18 0.3 5.27 4.04 0.21-0.27-5.3-4.07zm5.57 4.27l-0.2 0.27 5.31 4.08 0.19-0.28-5.3-4.07zm5.58 4.28l-0.2 0.28 5.55 4.25 0.18-0.29-5.53-4.24zm5.8 4.44l-0.18 0.3 5.56 4.26 0.19-0.28-5.57-4.28zm5.84 4.48l-0.19 0.28 5.59 4.28 0.23-0.25-5.63-4.31zm5.9 4.52l-0.23 0.25 5.6 4.3 0.2-0.28-5.57-4.27zm5.84 4.48l-0.2 0.27 5.37 4.12 0.21-0.27-5.38-4.12zm5.65 4.32l-0.21 0.28 5.32 4.08 0.2-0.28-5.31-4.08zm5.58 4.29l-0.2 0.27 5.81 4.45 0.18-0.29-5.79-4.43zm6.06 4.64l-0.18 0.29 4.51 3.46 0.21-0.27-4.54-3.48zm4.81 3.69l-0.21 0.26 4.51 3.46 0.23-0.25-4.53-3.47zm4.8 3.67l-0.23 0.26 2.42 1.85 0.2-0.27-2.39-1.84z\"/>
        </g>
        <text id=\"orderTxt\" x=\"75\" y=\"180\" fill=\"white\" stroke=\"blue\" stroke-width=\"2\" font-size=\"50\">".prcComplete."%</text>
        </svg>"

Dashboard

<form>
  <label>Progress Tracking</label>
  <fieldset submitButton="false" autoRun="true"></fieldset>
  <row>
    <panel>
      <input type="dropdown" token="comp" searchWhenChanged="true">
        <label>% Complete</label>
        <choice value="0">0</choice>
        <choice value="5">5</choice>
        <choice value="10">10</choice>
        <choice value="15">15</choice>
        <choice value="20">20</choice>
        <choice value="25">25</choice>
        <choice value="30">30</choice>
        <choice value="35">35</choice>
        <choice value="45">45</choice>
        <choice value="50">50</choice>
        <choice value="55">55</choice>
        <choice value="60">60</choice>
        <choice value="65">65</choice>
        <choice value="70">70</choice>
        <choice value="75">75</choice>
        <choice value="80">80</choice>
        <choice value="85">85</choice>
        <choice value="90">90</choice>
        <choice value="95">95</choice>
        <choice value="100">100</choice>
        <default>0</default>
      </input>
      <viz type="svg.svg">
        <search>
          <query>|makeresults
| eval prcComplete=$comp$
| eval compColor=case(prcComplete<=4, "0",prcComplete<=5, "5",prcComplete<=10, "10",prcComplete<=15, "15",prcComplete<=20, "20",prcComplete<=25, "25",prcComplete<=30, "30",prcComplete<=35, "35",prcComplete<=40, "40",prcComplete<=45, "45", prcComplete<=50, "50", prcComplete<=55, "55", prcComplete<=60, "60",prcComplete<=65, "65",prcComplete<=70, "70",prcComplete<=75, 75, prcComplete<=80, "80",prcComplete<=85, "85",prcComplete<=90, "90",prcComplete<=95, "95",prcComplete>95, "100")
| eval compColorCalc=(100-compColor)

| eval svg_viz = 

"<svg xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:cc=\"http://web.resource.org/cc/\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:svg=\"http://www.w3.org/2000/svg\" xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\" xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\" xmlns:ns1=\"http://sozi.baierouge.fr\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"svg2\" xml:space=\"preserve\" version=\"1.0\" viewBox=\"0 0 257.236 307\" inkscape:version=\"0.91 r13725\">
        <defs>
  <linearGradient id=\"imagebot_14\" y2=\"1\" x2=\"1\" y1=\"0\" x1=\"1\">
   <stop stop-color=\"rgba(0,0,0,1)\" offset=\"".compColorCalc."%\"/>
   <stop stop-color=\"rgba(0,255,0,1)\" offset=\"0.0%\"/>

  </linearGradient>
       </defs>
        <g id=\"Layer_2\" style=\"fill:#000000\">
            <path stroke-opacity=\"0\" fill-rule=\"evenodd\" fill=\"url(#imagebot_14)\" d=\"m256.12 219s0.39 1.66 0.34 3.4c-0.04 1.7-0.51 5.43-0.51 4.58s-1.52-1.91-1.52-1.91l-0.22 1.49-1.19 0.04-0.04-2.38-36.04-16.34s-0.04-2.04-0.21-2.08c-0.04 2.04 0.09 3.4-0.17 3.56-0.34-0.12-39.89-17.68-40.75-18.16-0.38-0.22-0.17-1.96-0.17-1.96l-10.19-1.52-0.04 1.35s-21.44-3.01-22.03-2.63c-0.6 0.38 0.55 23.43-0.47 39.06-1.02 15.62-2.76 24.02-3.52 27.04-0.72 2.81-0.13 3.43 1.23 4.62s28.65 21.4 30.94 23.14c2.25 1.71 2.3 2.49 2.3 3.52 0 1.36 0.04 10.32 0.04 10.32l-38-9.26s-0.21 3.78-0.76 4.33-1.7 0.34-1.7 0.34-0.76 7.86-1.18 8.37c-0.43 0.5-1.15 0.76-1.15 0.76s-1.69 8.1-2.47 8.31v0.01h-0.02-0.02v-0.01c-0.78-0.21-2.47-8.31-2.47-8.31s-0.72-0.26-1.15-0.76c-0.42-0.52-1.18-8.37-1.18-8.37s-1.15 0.21-1.7-0.34-0.77-4.33-0.77-4.33l-37.989 9.26s0.042-8.96 0.042-10.32c0-1.03 0.042-1.81 2.292-3.52 2.292-1.74 29.585-21.95 30.945-23.14s1.94-1.81 1.23-4.62c-0.76-3.02-2.5-11.42-3.52-27.04-1.02-15.63 0.13-38.68-0.47-39.06-0.59-0.38-22.03 2.63-22.03 2.63l-0.042-1.35-10.188 1.52s0.212 1.74-0.17 1.96c-0.865 0.48-40.413 18.04-40.752 18.16-0.255-0.17-0.127-1.52-0.17-3.56-0.17 0.04-0.212 2.08-0.212 2.08l-36.042 16.34-0.042 2.38-1.188-0.04-0.212-1.49s-1.528 1.06-1.528 1.91-0.468-2.88-0.509-4.58c-0.042-1.74 0.34-3.4 0.34-3.4s-1.231 0.38-1.104-1.23c0.082-1.03 3.269-5.73 3.269-5.73s0.226-0.7 0.187-1.2c-0.045-0.58 0.661-0.96 1.034-1.29 0.216-0.19-0.023-1.24-0.023-1.24s11.943-10.24 32.636-26.28c20.659-16.02 45.11-35.66 45.11-35.66s0-1.13-0.226-2.72c-0.227-1.58-0.396-2.26-0.396-2.26s-1.245-0.4-1.585-1.42c-0.253-0.76-0.905-6.28-0.792-11.26s0.396-7.58 0.736-8.38c0.339-0.79 1.487-1.14 2.943-1.35 1.528-0.23 7.458-0.09 8.886 0.11 1.356 0.19 2.208 0.39 2.434 2.32 0.226 1.92 0.283 8.55 0.113 11.26-0.121 1.94-0.623 4.13-0.34 4.25 0.283 0.11 5.207-4.7 7.923-6.62 2.72-1.93 7.36-5.95 7.92-7.19 0.57-1.25 0.63-1.42 0.97-0.29 0.34 1.14 0.28 2.27-0.17 3.06-0.46 0.79-0.68 1.81-0.23 2.26 0.17 0.17 1.53-0.96 1.87-1.64s0-1.98 0.22-2.54c0.23-0.57 1.12-2.21 1.08-3.57-0.23-8.09-0.5-20.21-0.57-46.696-0.07-28.346 0.22-36.814 3.8-51.959 3.25-13.748 5.69-16.467 6.94-18.45 1.15-1.833 3.76-3.257 4.85-3.282v-0.002c0.01 0 0.02 0.001 0.02 0.001s0.01-0.001 0.02-0.001v0.002c1.09 0.025 3.7 1.45 4.85 3.282 1.25 1.982 3.69 4.702 6.94 18.45 3.58 15.145 3.87 23.613 3.8 51.959-0.07 26.486-0.34 38.606-0.57 46.696-0.04 1.36 0.85 3 1.08 3.57 0.22 0.56-0.12 1.86 0.22 2.54s1.7 1.81 1.87 1.64c0.45-0.45 0.23-1.47-0.23-2.26-0.45-0.79-0.51-1.92-0.17-3.06 0.34-1.13 0.4-0.96 0.97 0.29 0.56 1.24 5.2 5.26 7.92 7.19 2.72 1.92 7.64 6.73 7.92 6.62 0.29-0.12-0.22-2.31-0.34-4.25-0.17-2.71-0.11-9.34 0.12-11.26 0.22-1.93 1.08-2.13 2.43-2.32 1.43-0.2 7.36-0.34 8.89-0.11 1.45 0.21 2.6 0.56 2.94 1.35s0.62 3.4 0.74 8.38c0.11 4.98-0.54 10.5-0.8 11.26-0.34 1.02-1.58 1.42-1.58 1.42s-0.17 0.68-0.4 2.26c-0.22 1.59-0.22 2.72-0.22 2.72s24.45 19.64 45.1 35.66c20.7 16.04 32.64 26.28 32.64 26.28s-0.24 1.05-0.02 1.24c0.37 0.33 1.08 0.71 1.03 1.29-0.04 0.5 0.19 1.2 0.19 1.2s3.19 4.7 3.27 5.73c0.12 1.61-1.11 1.23-1.11 1.23zm-247.58-11.91l-2.393 1.84 0.207 0.27 2.414-1.85-0.228-0.26zm4.799-3.67l-4.529 3.47 0.227 0.25 4.51-3.46-0.208-0.26zm4.809-3.69l-4.539 3.48 0.208 0.27 4.511-3.46-0.18-0.29zm6.059-4.64l-5.788 4.43 0.18 0.29 5.808-4.45-0.2-0.27zm5.587-4.29l-5.318 4.08 0.2 0.27 5.323-4.08-0.205-0.27zm5.648-4.32l-5.378 4.12 0.206 0.27 5.368-4.11-0.196-0.28zm5.84-4.48l-5.571 4.27 0.196 0.28 5.607-4.3-0.232-0.25zm5.894-4.52l-5.623 4.31 0.231 0.25 5.585-4.28-0.193-0.28zm5.845-4.48l-5.575 4.28 0.193 0.28 5.556-4.26-0.174-0.3zm5.802-4.44l-5.531 4.24 0.174 0.29 5.551-4.25-0.194-0.28zm5.578-4.28l-5.308 4.07 0.194 0.28 5.317-4.08-0.203-0.27zm5.572-4.27l-5.302 4.07 0.204 0.27 5.273-4.04-0.175-0.3zm6.565-5.03l-6.294 4.82 0.175 0.3 6.265-4.8-0.146-0.32zm1.717-1.32l-1.44 1.11 0.145 0.31 1.429-1.09-0.134-0.33zm5.378-4.12l-5.098 3.91 0.134 0.33 5.171-3.97-0.207-0.27zm89.981 0l-0.21 0.27 5.17 3.97 0.13-0.33-5.09-3.91zm5.37 4.12l-0.13 0.33 1.43 1.1 0.15-0.32-1.45-1.11zm1.72 1.32l-0.14 0.32 6.26 4.8 0.18-0.3-6.3-4.82zm6.57 5.03l-0.18 0.3 5.27 4.04 0.21-0.27-5.3-4.07zm5.57 4.27l-0.2 0.27 5.31 4.08 0.19-0.28-5.3-4.07zm5.58 4.28l-0.2 0.28 5.55 4.25 0.18-0.29-5.53-4.24zm5.8 4.44l-0.18 0.3 5.56 4.26 0.19-0.28-5.57-4.28zm5.84 4.48l-0.19 0.28 5.59 4.28 0.23-0.25-5.63-4.31zm5.9 4.52l-0.23 0.25 5.6 4.3 0.2-0.28-5.57-4.27zm5.84 4.48l-0.2 0.27 5.37 4.12 0.21-0.27-5.38-4.12zm5.65 4.32l-0.21 0.28 5.32 4.08 0.2-0.28-5.31-4.08zm5.58 4.29l-0.2 0.27 5.81 4.45 0.18-0.29-5.79-4.43zm6.06 4.64l-0.18 0.29 4.51 3.46 0.21-0.27-4.54-3.48zm4.81 3.69l-0.21 0.26 4.51 3.46 0.23-0.25-4.53-3.47zm4.8 3.67l-0.23 0.26 2.42 1.85 0.2-0.27-2.39-1.84z\"/>
        </g>
        <text id=\"orderTxt\" x=\"75\" y=\"180\" fill=\"white\" stroke=\"blue\" stroke-width=\"2\" font-size=\"50\">".prcComplete."%</text>


        </svg>"</query>
          <earliest>-24h@h</earliest>
          <latest>now</latest>
          <sampleRatio>1</sampleRatio>
        </search>
        <option name="drilldown">none</option>
        <option name="refresh.display">progressbar</option>
        <option name="svg.svg.debug">1</option>
        <option name="svg.svg.error_message_delay_in_seconds">1</option>
        <option name="svg.svg.viewbox_height">100</option>
        <option name="svg.svg.viewbox_min_x">0</option>
        <option name="svg.svg.viewbox_min_y">0</option>
        <option name="svg.svg.viewbox_width">100</option>
        <option name="trellis.enabled">0</option>
        <option name="trellis.scales.shared">1</option>
        <option name="trellis.size">medium</option>
      </viz>
    </panel>
    <panel>
      <input type="dropdown" token="comp2" searchWhenChanged="true">
        <label>% Complete</label>
        <choice value="0">0</choice>
        <choice value="5">5</choice>
        <choice value="10">10</choice>
        <choice value="15">15</choice>
        <choice value="20">20</choice>
        <choice value="25">25</choice>
        <choice value="30">30</choice>
        <choice value="35">35</choice>
        <choice value="45">45</choice>
        <choice value="50">50</choice>
        <choice value="55">55</choice>
        <choice value="60">60</choice>
        <choice value="65">65</choice>
        <choice value="70">70</choice>
        <choice value="75">75</choice>
        <choice value="80">80</choice>
        <choice value="85">85</choice>
        <choice value="90">90</choice>
        <choice value="95">95</choice>
        <choice value="100">100</choice>
        <default>0</default>
      </input>
      <viz type="svg.svg">
        <search>
          <query>|makeresults
| eval prcComplete=$comp2$
| eval compColor2=case(prcComplete<=4, "0",prcComplete<=5, "5",prcComplete<=10, "10",prcComplete<=15, "15",prcComplete<=20, "20",prcComplete<=25, "25",prcComplete<=30, "30",prcComplete<=35, "35",prcComplete<=40, "40",prcComplete<=45, "45", prcComplete<=50, "50", prcComplete<=55, "55", prcComplete<=60, "60",prcComplete<=65, "65",prcComplete<=70, "70",prcComplete<=75, 75, prcComplete<=80, "80",prcComplete<=85, "85",prcComplete<=90, "90",prcComplete<=95, "95",prcComplete>95, "100")
| eval compColorCalc2=(100-compColor2)

| eval svg_viz = 

"<svg xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:cc=\"http://web.resource.org/cc/\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:svg=\"http://www.w3.org/2000/svg\" xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\" xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\" xmlns:ns1=\"http://sozi.baierouge.fr\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"svg2\" xml:space=\"preserve\" version=\"1.0\" viewBox=\"0 0 257.236 307\" inkscape:version=\"0.91 r13725\">
        <defs>
  <linearGradient id=\"imagebot_15\" y2=\"1\" x2=\"1\" y1=\"0\" x1=\"1\">
   <stop stop-color=\"rgba(0,0,0,1)\" offset=\"".compColorCalc2."%\"/>
   <stop stop-color=\"rgba(0,255,0,1)\" offset=\"0.0%\"/>

  </linearGradient>
       </defs>
        <g id=\"Layer_2\" style=\"fill:#000000\">
            <path stroke-opacity=\"0\" fill-rule=\"evenodd\" fill=\"url(#imagebot_15)\" d=\"m256.12 219s0.39 1.66 0.34 3.4c-0.04 1.7-0.51 5.43-0.51 4.58s-1.52-1.91-1.52-1.91l-0.22 1.49-1.19 0.04-0.04-2.38-36.04-16.34s-0.04-2.04-0.21-2.08c-0.04 2.04 0.09 3.4-0.17 3.56-0.34-0.12-39.89-17.68-40.75-18.16-0.38-0.22-0.17-1.96-0.17-1.96l-10.19-1.52-0.04 1.35s-21.44-3.01-22.03-2.63c-0.6 0.38 0.55 23.43-0.47 39.06-1.02 15.62-2.76 24.02-3.52 27.04-0.72 2.81-0.13 3.43 1.23 4.62s28.65 21.4 30.94 23.14c2.25 1.71 2.3 2.49 2.3 3.52 0 1.36 0.04 10.32 0.04 10.32l-38-9.26s-0.21 3.78-0.76 4.33-1.7 0.34-1.7 0.34-0.76 7.86-1.18 8.37c-0.43 0.5-1.15 0.76-1.15 0.76s-1.69 8.1-2.47 8.31v0.01h-0.02-0.02v-0.01c-0.78-0.21-2.47-8.31-2.47-8.31s-0.72-0.26-1.15-0.76c-0.42-0.52-1.18-8.37-1.18-8.37s-1.15 0.21-1.7-0.34-0.77-4.33-0.77-4.33l-37.989 9.26s0.042-8.96 0.042-10.32c0-1.03 0.042-1.81 2.292-3.52 2.292-1.74 29.585-21.95 30.945-23.14s1.94-1.81 1.23-4.62c-0.76-3.02-2.5-11.42-3.52-27.04-1.02-15.63 0.13-38.68-0.47-39.06-0.59-0.38-22.03 2.63-22.03 2.63l-0.042-1.35-10.188 1.52s0.212 1.74-0.17 1.96c-0.865 0.48-40.413 18.04-40.752 18.16-0.255-0.17-0.127-1.52-0.17-3.56-0.17 0.04-0.212 2.08-0.212 2.08l-36.042 16.34-0.042 2.38-1.188-0.04-0.212-1.49s-1.528 1.06-1.528 1.91-0.468-2.88-0.509-4.58c-0.042-1.74 0.34-3.4 0.34-3.4s-1.231 0.38-1.104-1.23c0.082-1.03 3.269-5.73 3.269-5.73s0.226-0.7 0.187-1.2c-0.045-0.58 0.661-0.96 1.034-1.29 0.216-0.19-0.023-1.24-0.023-1.24s11.943-10.24 32.636-26.28c20.659-16.02 45.11-35.66 45.11-35.66s0-1.13-0.226-2.72c-0.227-1.58-0.396-2.26-0.396-2.26s-1.245-0.4-1.585-1.42c-0.253-0.76-0.905-6.28-0.792-11.26s0.396-7.58 0.736-8.38c0.339-0.79 1.487-1.14 2.943-1.35 1.528-0.23 7.458-0.09 8.886 0.11 1.356 0.19 2.208 0.39 2.434 2.32 0.226 1.92 0.283 8.55 0.113 11.26-0.121 1.94-0.623 4.13-0.34 4.25 0.283 0.11 5.207-4.7 7.923-6.62 2.72-1.93 7.36-5.95 7.92-7.19 0.57-1.25 0.63-1.42 0.97-0.29 0.34 1.14 0.28 2.27-0.17 3.06-0.46 0.79-0.68 1.81-0.23 2.26 0.17 0.17 1.53-0.96 1.87-1.64s0-1.98 0.22-2.54c0.23-0.57 1.12-2.21 1.08-3.57-0.23-8.09-0.5-20.21-0.57-46.696-0.07-28.346 0.22-36.814 3.8-51.959 3.25-13.748 5.69-16.467 6.94-18.45 1.15-1.833 3.76-3.257 4.85-3.282v-0.002c0.01 0 0.02 0.001 0.02 0.001s0.01-0.001 0.02-0.001v0.002c1.09 0.025 3.7 1.45 4.85 3.282 1.25 1.982 3.69 4.702 6.94 18.45 3.58 15.145 3.87 23.613 3.8 51.959-0.07 26.486-0.34 38.606-0.57 46.696-0.04 1.36 0.85 3 1.08 3.57 0.22 0.56-0.12 1.86 0.22 2.54s1.7 1.81 1.87 1.64c0.45-0.45 0.23-1.47-0.23-2.26-0.45-0.79-0.51-1.92-0.17-3.06 0.34-1.13 0.4-0.96 0.97 0.29 0.56 1.24 5.2 5.26 7.92 7.19 2.72 1.92 7.64 6.73 7.92 6.62 0.29-0.12-0.22-2.31-0.34-4.25-0.17-2.71-0.11-9.34 0.12-11.26 0.22-1.93 1.08-2.13 2.43-2.32 1.43-0.2 7.36-0.34 8.89-0.11 1.45 0.21 2.6 0.56 2.94 1.35s0.62 3.4 0.74 8.38c0.11 4.98-0.54 10.5-0.8 11.26-0.34 1.02-1.58 1.42-1.58 1.42s-0.17 0.68-0.4 2.26c-0.22 1.59-0.22 2.72-0.22 2.72s24.45 19.64 45.1 35.66c20.7 16.04 32.64 26.28 32.64 26.28s-0.24 1.05-0.02 1.24c0.37 0.33 1.08 0.71 1.03 1.29-0.04 0.5 0.19 1.2 0.19 1.2s3.19 4.7 3.27 5.73c0.12 1.61-1.11 1.23-1.11 1.23zm-247.58-11.91l-2.393 1.84 0.207 0.27 2.414-1.85-0.228-0.26zm4.799-3.67l-4.529 3.47 0.227 0.25 4.51-3.46-0.208-0.26zm4.809-3.69l-4.539 3.48 0.208 0.27 4.511-3.46-0.18-0.29zm6.059-4.64l-5.788 4.43 0.18 0.29 5.808-4.45-0.2-0.27zm5.587-4.29l-5.318 4.08 0.2 0.27 5.323-4.08-0.205-0.27zm5.648-4.32l-5.378 4.12 0.206 0.27 5.368-4.11-0.196-0.28zm5.84-4.48l-5.571 4.27 0.196 0.28 5.607-4.3-0.232-0.25zm5.894-4.52l-5.623 4.31 0.231 0.25 5.585-4.28-0.193-0.28zm5.845-4.48l-5.575 4.28 0.193 0.28 5.556-4.26-0.174-0.3zm5.802-4.44l-5.531 4.24 0.174 0.29 5.551-4.25-0.194-0.28zm5.578-4.28l-5.308 4.07 0.194 0.28 5.317-4.08-0.203-0.27zm5.572-4.27l-5.302 4.07 0.204 0.27 5.273-4.04-0.175-0.3zm6.565-5.03l-6.294 4.82 0.175 0.3 6.265-4.8-0.146-0.32zm1.717-1.32l-1.44 1.11 0.145 0.31 1.429-1.09-0.134-0.33zm5.378-4.12l-5.098 3.91 0.134 0.33 5.171-3.97-0.207-0.27zm89.981 0l-0.21 0.27 5.17 3.97 0.13-0.33-5.09-3.91zm5.37 4.12l-0.13 0.33 1.43 1.1 0.15-0.32-1.45-1.11zm1.72 1.32l-0.14 0.32 6.26 4.8 0.18-0.3-6.3-4.82zm6.57 5.03l-0.18 0.3 5.27 4.04 0.21-0.27-5.3-4.07zm5.57 4.27l-0.2 0.27 5.31 4.08 0.19-0.28-5.3-4.07zm5.58 4.28l-0.2 0.28 5.55 4.25 0.18-0.29-5.53-4.24zm5.8 4.44l-0.18 0.3 5.56 4.26 0.19-0.28-5.57-4.28zm5.84 4.48l-0.19 0.28 5.59 4.28 0.23-0.25-5.63-4.31zm5.9 4.52l-0.23 0.25 5.6 4.3 0.2-0.28-5.57-4.27zm5.84 4.48l-0.2 0.27 5.37 4.12 0.21-0.27-5.38-4.12zm5.65 4.32l-0.21 0.28 5.32 4.08 0.2-0.28-5.31-4.08zm5.58 4.29l-0.2 0.27 5.81 4.45 0.18-0.29-5.79-4.43zm6.06 4.64l-0.18 0.29 4.51 3.46 0.21-0.27-4.54-3.48zm4.81 3.69l-0.21 0.26 4.51 3.46 0.23-0.25-4.53-3.47zm4.8 3.67l-0.23 0.26 2.42 1.85 0.2-0.27-2.39-1.84z\"/>
        </g>
        <text id=\"orderTxt\" x=\"75\" y=\"180\" fill=\"white\" stroke=\"blue\" stroke-width=\"2\" font-size=\"50\">".prcComplete."%</text>


        </svg>"</query>
          <earliest>-24h@h</earliest>
          <latest>now</latest>
          <sampleRatio>1</sampleRatio>
        </search>
        <option name="drilldown">none</option>
        <option name="refresh.display">progressbar</option>
        <option name="svg.svg.debug">1</option>
        <option name="svg.svg.error_message_delay_in_seconds">1</option>
        <option name="svg.svg.viewbox_height">100</option>
        <option name="svg.svg.viewbox_min_x">0</option>
        <option name="svg.svg.viewbox_min_y">0</option>
        <option name="svg.svg.viewbox_width">100</option>
        <option name="trellis.enabled">0</option>
        <option name="trellis.scales.shared">1</option>
        <option name="trellis.size">medium</option>
      </viz>
    </panel>
  </row>
  <row>
    <panel>
      <input type="dropdown" token="comp3" searchWhenChanged="true">
        <label>% Complete</label>
        <choice value="0">0</choice>
        <choice value="5">5</choice>
        <choice value="10">10</choice>
        <choice value="15">15</choice>
        <choice value="20">20</choice>
        <choice value="25">25</choice>
        <choice value="30">30</choice>
        <choice value="35">35</choice>
        <choice value="45">45</choice>
        <choice value="50">50</choice>
        <choice value="55">55</choice>
        <choice value="60">60</choice>
        <choice value="65">65</choice>
        <choice value="70">70</choice>
        <choice value="75">75</choice>
        <choice value="80">80</choice>
        <choice value="85">85</choice>
        <choice value="90">90</choice>
        <choice value="95">95</choice>
        <choice value="100">100</choice>
        <default>0</default>
      </input>
      <viz type="svg.svg">
        <search>
          <query>|makeresults
| eval prcComplete=$comp3$
| eval compColor3=case(prcComplete<=4, "0",prcComplete<=5, "5",prcComplete<=10, "10",prcComplete<=15, "15",prcComplete<=20, "20",prcComplete<=25, "25",prcComplete<=30, "30",prcComplete<=35, "35",prcComplete<=40, "40",prcComplete<=45, "45", prcComplete<=50, "50", prcComplete<=55, "55", prcComplete<=60, "60",prcComplete<=65, "65",prcComplete<=70, "70",prcComplete<=75, 75, prcComplete<=80, "80",prcComplete<=85, "85",prcComplete<=90, "90",prcComplete<=95, "95",prcComplete>95, "100")
| eval compColorCalc3=(100-compColor3)

| eval svg_viz = 

"<svg xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:cc=\"http://web.resource.org/cc/\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:svg=\"http://www.w3.org/2000/svg\" xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\" xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\" xmlns:ns1=\"http://sozi.baierouge.fr\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"svg2\" xml:space=\"preserve\" version=\"1.0\" viewBox=\"0 0 257.236 307\" inkscape:version=\"0.91 r13725\">
        <defs>
  <linearGradient id=\"imagebot_16\" y2=\"1\" x2=\"1\" y1=\"0\" x1=\"1\">
   <stop stop-color=\"rgba(0,0,0,1)\" offset=\"".compColorCalc3."%\"/>
   <stop stop-color=\"rgba(0,255,0,1)\" offset=\"0.0%\"/>

  </linearGradient>
       </defs>
        <g id=\"Layer_3\" style=\"fill:#000000\">
            <path stroke-opacity=\"0\" fill-rule=\"evenodd\" fill=\"url(#imagebot_16)\" d=\"m256.12 219s0.39 1.66 0.34 3.4c-0.04 1.7-0.51 5.43-0.51 4.58s-1.52-1.91-1.52-1.91l-0.22 1.49-1.19 0.04-0.04-2.38-36.04-16.34s-0.04-2.04-0.21-2.08c-0.04 2.04 0.09 3.4-0.17 3.56-0.34-0.12-39.89-17.68-40.75-18.16-0.38-0.22-0.17-1.96-0.17-1.96l-10.19-1.52-0.04 1.35s-21.44-3.01-22.03-2.63c-0.6 0.38 0.55 23.43-0.47 39.06-1.02 15.62-2.76 24.02-3.52 27.04-0.72 2.81-0.13 3.43 1.23 4.62s28.65 21.4 30.94 23.14c2.25 1.71 2.3 2.49 2.3 3.52 0 1.36 0.04 10.32 0.04 10.32l-38-9.26s-0.21 3.78-0.76 4.33-1.7 0.34-1.7 0.34-0.76 7.86-1.18 8.37c-0.43 0.5-1.15 0.76-1.15 0.76s-1.69 8.1-2.47 8.31v0.01h-0.02-0.02v-0.01c-0.78-0.21-2.47-8.31-2.47-8.31s-0.72-0.26-1.15-0.76c-0.42-0.52-1.18-8.37-1.18-8.37s-1.15 0.21-1.7-0.34-0.77-4.33-0.77-4.33l-37.989 9.26s0.042-8.96 0.042-10.32c0-1.03 0.042-1.81 2.292-3.52 2.292-1.74 29.585-21.95 30.945-23.14s1.94-1.81 1.23-4.62c-0.76-3.02-2.5-11.42-3.52-27.04-1.02-15.63 0.13-38.68-0.47-39.06-0.59-0.38-22.03 2.63-22.03 2.63l-0.042-1.35-10.188 1.52s0.212 1.74-0.17 1.96c-0.865 0.48-40.413 18.04-40.752 18.16-0.255-0.17-0.127-1.52-0.17-3.56-0.17 0.04-0.212 2.08-0.212 2.08l-36.042 16.34-0.042 2.38-1.188-0.04-0.212-1.49s-1.528 1.06-1.528 1.91-0.468-2.88-0.509-4.58c-0.042-1.74 0.34-3.4 0.34-3.4s-1.231 0.38-1.104-1.23c0.082-1.03 3.269-5.73 3.269-5.73s0.226-0.7 0.187-1.2c-0.045-0.58 0.661-0.96 1.034-1.29 0.216-0.19-0.023-1.24-0.023-1.24s11.943-10.24 32.636-26.28c20.659-16.02 45.11-35.66 45.11-35.66s0-1.13-0.226-2.72c-0.227-1.58-0.396-2.26-0.396-2.26s-1.245-0.4-1.585-1.42c-0.253-0.76-0.905-6.28-0.792-11.26s0.396-7.58 0.736-8.38c0.339-0.79 1.487-1.14 2.943-1.35 1.528-0.23 7.458-0.09 8.886 0.11 1.356 0.19 2.208 0.39 2.434 2.32 0.226 1.92 0.283 8.55 0.113 11.26-0.121 1.94-0.623 4.13-0.34 4.25 0.283 0.11 5.207-4.7 7.923-6.62 2.72-1.93 7.36-5.95 7.92-7.19 0.57-1.25 0.63-1.42 0.97-0.29 0.34 1.14 0.28 2.27-0.17 3.06-0.46 0.79-0.68 1.81-0.23 2.26 0.17 0.17 1.53-0.96 1.87-1.64s0-1.98 0.22-2.54c0.23-0.57 1.12-2.21 1.08-3.57-0.23-8.09-0.5-20.21-0.57-46.696-0.07-28.346 0.22-36.814 3.8-51.959 3.25-13.748 5.69-16.467 6.94-18.45 1.15-1.833 3.76-3.257 4.85-3.282v-0.002c0.01 0 0.02 0.001 0.02 0.001s0.01-0.001 0.02-0.001v0.002c1.09 0.025 3.7 1.45 4.85 3.282 1.25 1.982 3.69 4.702 6.94 18.45 3.58 15.145 3.87 23.613 3.8 51.959-0.07 26.486-0.34 38.606-0.57 46.696-0.04 1.36 0.85 3 1.08 3.57 0.22 0.56-0.12 1.86 0.22 2.54s1.7 1.81 1.87 1.64c0.45-0.45 0.23-1.47-0.23-2.26-0.45-0.79-0.51-1.92-0.17-3.06 0.34-1.13 0.4-0.96 0.97 0.29 0.56 1.24 5.2 5.26 7.92 7.19 2.72 1.92 7.64 6.73 7.92 6.62 0.29-0.12-0.22-2.31-0.34-4.25-0.17-2.71-0.11-9.34 0.12-11.26 0.22-1.93 1.08-2.13 2.43-2.32 1.43-0.2 7.36-0.34 8.89-0.11 1.45 0.21 2.6 0.56 2.94 1.35s0.62 3.4 0.74 8.38c0.11 4.98-0.54 10.5-0.8 11.26-0.34 1.02-1.58 1.42-1.58 1.42s-0.17 0.68-0.4 2.26c-0.22 1.59-0.22 2.72-0.22 2.72s24.45 19.64 45.1 35.66c20.7 16.04 32.64 26.28 32.64 26.28s-0.24 1.05-0.02 1.24c0.37 0.33 1.08 0.71 1.03 1.29-0.04 0.5 0.19 1.2 0.19 1.2s3.19 4.7 3.27 5.73c0.12 1.61-1.11 1.23-1.11 1.23zm-247.58-11.91l-2.393 1.84 0.207 0.27 2.414-1.85-0.228-0.26zm4.799-3.67l-4.529 3.47 0.227 0.25 4.51-3.46-0.208-0.26zm4.809-3.69l-4.539 3.48 0.208 0.27 4.511-3.46-0.18-0.29zm6.059-4.64l-5.788 4.43 0.18 0.29 5.808-4.45-0.2-0.27zm5.587-4.29l-5.318 4.08 0.2 0.27 5.323-4.08-0.205-0.27zm5.648-4.32l-5.378 4.12 0.206 0.27 5.368-4.11-0.196-0.28zm5.84-4.48l-5.571 4.27 0.196 0.28 5.607-4.3-0.232-0.25zm5.894-4.52l-5.623 4.31 0.231 0.25 5.585-4.28-0.193-0.28zm5.845-4.48l-5.575 4.28 0.193 0.28 5.556-4.26-0.174-0.3zm5.802-4.44l-5.531 4.24 0.174 0.29 5.551-4.25-0.194-0.28zm5.578-4.28l-5.308 4.07 0.194 0.28 5.317-4.08-0.203-0.27zm5.572-4.27l-5.302 4.07 0.204 0.27 5.273-4.04-0.175-0.3zm6.565-5.03l-6.294 4.82 0.175 0.3 6.265-4.8-0.146-0.32zm1.717-1.32l-1.44 1.11 0.145 0.31 1.429-1.09-0.134-0.33zm5.378-4.12l-5.098 3.91 0.134 0.33 5.171-3.97-0.207-0.27zm89.981 0l-0.21 0.27 5.17 3.97 0.13-0.33-5.09-3.91zm5.37 4.12l-0.13 0.33 1.43 1.1 0.15-0.32-1.45-1.11zm1.72 1.32l-0.14 0.32 6.26 4.8 0.18-0.3-6.3-4.82zm6.57 5.03l-0.18 0.3 5.27 4.04 0.21-0.27-5.3-4.07zm5.57 4.27l-0.2 0.27 5.31 4.08 0.19-0.28-5.3-4.07zm5.58 4.28l-0.2 0.28 5.55 4.25 0.18-0.29-5.53-4.24zm5.8 4.44l-0.18 0.3 5.56 4.26 0.19-0.28-5.57-4.28zm5.84 4.48l-0.19 0.28 5.59 4.28 0.23-0.25-5.63-4.31zm5.9 4.52l-0.23 0.25 5.6 4.3 0.2-0.28-5.57-4.27zm5.84 4.48l-0.2 0.27 5.37 4.12 0.21-0.27-5.38-4.12zm5.65 4.32l-0.21 0.28 5.32 4.08 0.2-0.28-5.31-4.08zm5.58 4.29l-0.2 0.27 5.81 4.45 0.18-0.29-5.79-4.43zm6.06 4.64l-0.18 0.29 4.51 3.46 0.21-0.27-4.54-3.48zm4.81 3.69l-0.21 0.26 4.51 3.46 0.23-0.25-4.53-3.47zm4.8 3.67l-0.23 0.26 2.42 1.85 0.2-0.27-2.39-1.84z\"/>
        </g>
        <text id=\"orderTxt\" x=\"75\" y=\"180\" fill=\"white\" stroke=\"blue\" stroke-width=\"2\" font-size=\"50\">".prcComplete."%</text>


        </svg>"</query>
          <earliest>-24h@h</earliest>
          <latest>now</latest>
          <sampleRatio>1</sampleRatio>
        </search>
        <option name="drilldown">none</option>
        <option name="refresh.display">progressbar</option>
        <option name="svg.svg.debug">1</option>
        <option name="svg.svg.error_message_delay_in_seconds">1</option>
        <option name="svg.svg.viewbox_height">100</option>
        <option name="svg.svg.viewbox_min_x">0</option>
        <option name="svg.svg.viewbox_min_y">0</option>
        <option name="svg.svg.viewbox_width">100</option>
        <option name="trellis.enabled">0</option>
        <option name="trellis.scales.shared">1</option>
        <option name="trellis.size">medium</option>
      </viz>
    </panel>
    <panel>
      <input type="dropdown" token="comp4" searchWhenChanged="true">
        <label>% Complete</label>
        <choice value="0">0</choice>
        <choice value="5">5</choice>
        <choice value="10">10</choice>
        <choice value="15">15</choice>
        <choice value="20">20</choice>
        <choice value="25">25</choice>
        <choice value="30">30</choice>
        <choice value="35">35</choice>
        <choice value="45">45</choice>
        <choice value="50">50</choice>
        <choice value="55">55</choice>
        <choice value="60">60</choice>
        <choice value="65">65</choice>
        <choice value="70">70</choice>
        <choice value="75">75</choice>
        <choice value="80">80</choice>
        <choice value="85">85</choice>
        <choice value="90">90</choice>
        <choice value="95">95</choice>
        <choice value="100">100</choice>
        <default>0</default>
      </input>
      <viz type="svg.svg">
        <search>
          <query>|makeresults
| eval prcComplete=$comp4$
| eval compColor3=case(prcComplete<=4, "0",prcComplete<=5, "5",prcComplete<=10, "10",prcComplete<=15, "15",prcComplete<=20, "20",prcComplete<=25, "25",prcComplete<=30, "30",prcComplete<=35, "35",prcComplete<=40, "40",prcComplete<=45, "45", prcComplete<=50, "50", prcComplete<=55, "55", prcComplete<=60, "60",prcComplete<=65, "65",prcComplete<=70, "70",prcComplete<=75, 75, prcComplete<=80, "80",prcComplete<=85, "85",prcComplete<=90, "90",prcComplete<=95, "95",prcComplete>95, "100")
| eval compColorCalc3=(100-compColor3)

| eval svg_viz = 

"<svg xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:cc=\"http://web.resource.org/cc/\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:svg=\"http://www.w3.org/2000/svg\" xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\" xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\" xmlns:ns1=\"http://sozi.baierouge.fr\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"svg2\" xml:space=\"preserve\" version=\"1.0\" viewBox=\"0 0 257.236 307\" inkscape:version=\"0.91 r13725\">
        <defs>
  <linearGradient id=\"imagebot_17\" y2=\"1\" x2=\"1\" y1=\"0\" x1=\"1\">
   <stop stop-color=\"rgba(0,0,0,1)\" offset=\"".compColorCalc3."%\"/>
   <stop stop-color=\"rgba(0,255,0,1)\" offset=\"0.0%\"/>

  </linearGradient>
       </defs>
        <g id=\"Layer_3\" style=\"fill:#000000\">
            <path stroke-opacity=\"0\" fill-rule=\"evenodd\" fill=\"url(#imagebot_17)\" d=\"m256.12 219s0.39 1.66 0.34 3.4c-0.04 1.7-0.51 5.43-0.51 4.58s-1.52-1.91-1.52-1.91l-0.22 1.49-1.19 0.04-0.04-2.38-36.04-16.34s-0.04-2.04-0.21-2.08c-0.04 2.04 0.09 3.4-0.17 3.56-0.34-0.12-39.89-17.68-40.75-18.16-0.38-0.22-0.17-1.96-0.17-1.96l-10.19-1.52-0.04 1.35s-21.44-3.01-22.03-2.63c-0.6 0.38 0.55 23.43-0.47 39.06-1.02 15.62-2.76 24.02-3.52 27.04-0.72 2.81-0.13 3.43 1.23 4.62s28.65 21.4 30.94 23.14c2.25 1.71 2.3 2.49 2.3 3.52 0 1.36 0.04 10.32 0.04 10.32l-38-9.26s-0.21 3.78-0.76 4.33-1.7 0.34-1.7 0.34-0.76 7.86-1.18 8.37c-0.43 0.5-1.15 0.76-1.15 0.76s-1.69 8.1-2.47 8.31v0.01h-0.02-0.02v-0.01c-0.78-0.21-2.47-8.31-2.47-8.31s-0.72-0.26-1.15-0.76c-0.42-0.52-1.18-8.37-1.18-8.37s-1.15 0.21-1.7-0.34-0.77-4.33-0.77-4.33l-37.989 9.26s0.042-8.96 0.042-10.32c0-1.03 0.042-1.81 2.292-3.52 2.292-1.74 29.585-21.95 30.945-23.14s1.94-1.81 1.23-4.62c-0.76-3.02-2.5-11.42-3.52-27.04-1.02-15.63 0.13-38.68-0.47-39.06-0.59-0.38-22.03 2.63-22.03 2.63l-0.042-1.35-10.188 1.52s0.212 1.74-0.17 1.96c-0.865 0.48-40.413 18.04-40.752 18.16-0.255-0.17-0.127-1.52-0.17-3.56-0.17 0.04-0.212 2.08-0.212 2.08l-36.042 16.34-0.042 2.38-1.188-0.04-0.212-1.49s-1.528 1.06-1.528 1.91-0.468-2.88-0.509-4.58c-0.042-1.74 0.34-3.4 0.34-3.4s-1.231 0.38-1.104-1.23c0.082-1.03 3.269-5.73 3.269-5.73s0.226-0.7 0.187-1.2c-0.045-0.58 0.661-0.96 1.034-1.29 0.216-0.19-0.023-1.24-0.023-1.24s11.943-10.24 32.636-26.28c20.659-16.02 45.11-35.66 45.11-35.66s0-1.13-0.226-2.72c-0.227-1.58-0.396-2.26-0.396-2.26s-1.245-0.4-1.585-1.42c-0.253-0.76-0.905-6.28-0.792-11.26s0.396-7.58 0.736-8.38c0.339-0.79 1.487-1.14 2.943-1.35 1.528-0.23 7.458-0.09 8.886 0.11 1.356 0.19 2.208 0.39 2.434 2.32 0.226 1.92 0.283 8.55 0.113 11.26-0.121 1.94-0.623 4.13-0.34 4.25 0.283 0.11 5.207-4.7 7.923-6.62 2.72-1.93 7.36-5.95 7.92-7.19 0.57-1.25 0.63-1.42 0.97-0.29 0.34 1.14 0.28 2.27-0.17 3.06-0.46 0.79-0.68 1.81-0.23 2.26 0.17 0.17 1.53-0.96 1.87-1.64s0-1.98 0.22-2.54c0.23-0.57 1.12-2.21 1.08-3.57-0.23-8.09-0.5-20.21-0.57-46.696-0.07-28.346 0.22-36.814 3.8-51.959 3.25-13.748 5.69-16.467 6.94-18.45 1.15-1.833 3.76-3.257 4.85-3.282v-0.002c0.01 0 0.02 0.001 0.02 0.001s0.01-0.001 0.02-0.001v0.002c1.09 0.025 3.7 1.45 4.85 3.282 1.25 1.982 3.69 4.702 6.94 18.45 3.58 15.145 3.87 23.613 3.8 51.959-0.07 26.486-0.34 38.606-0.57 46.696-0.04 1.36 0.85 3 1.08 3.57 0.22 0.56-0.12 1.86 0.22 2.54s1.7 1.81 1.87 1.64c0.45-0.45 0.23-1.47-0.23-2.26-0.45-0.79-0.51-1.92-0.17-3.06 0.34-1.13 0.4-0.96 0.97 0.29 0.56 1.24 5.2 5.26 7.92 7.19 2.72 1.92 7.64 6.73 7.92 6.62 0.29-0.12-0.22-2.31-0.34-4.25-0.17-2.71-0.11-9.34 0.12-11.26 0.22-1.93 1.08-2.13 2.43-2.32 1.43-0.2 7.36-0.34 8.89-0.11 1.45 0.21 2.6 0.56 2.94 1.35s0.62 3.4 0.74 8.38c0.11 4.98-0.54 10.5-0.8 11.26-0.34 1.02-1.58 1.42-1.58 1.42s-0.17 0.68-0.4 2.26c-0.22 1.59-0.22 2.72-0.22 2.72s24.45 19.64 45.1 35.66c20.7 16.04 32.64 26.28 32.64 26.28s-0.24 1.05-0.02 1.24c0.37 0.33 1.08 0.71 1.03 1.29-0.04 0.5 0.19 1.2 0.19 1.2s3.19 4.7 3.27 5.73c0.12 1.61-1.11 1.23-1.11 1.23zm-247.58-11.91l-2.393 1.84 0.207 0.27 2.414-1.85-0.228-0.26zm4.799-3.67l-4.529 3.47 0.227 0.25 4.51-3.46-0.208-0.26zm4.809-3.69l-4.539 3.48 0.208 0.27 4.511-3.46-0.18-0.29zm6.059-4.64l-5.788 4.43 0.18 0.29 5.808-4.45-0.2-0.27zm5.587-4.29l-5.318 4.08 0.2 0.27 5.323-4.08-0.205-0.27zm5.648-4.32l-5.378 4.12 0.206 0.27 5.368-4.11-0.196-0.28zm5.84-4.48l-5.571 4.27 0.196 0.28 5.607-4.3-0.232-0.25zm5.894-4.52l-5.623 4.31 0.231 0.25 5.585-4.28-0.193-0.28zm5.845-4.48l-5.575 4.28 0.193 0.28 5.556-4.26-0.174-0.3zm5.802-4.44l-5.531 4.24 0.174 0.29 5.551-4.25-0.194-0.28zm5.578-4.28l-5.308 4.07 0.194 0.28 5.317-4.08-0.203-0.27zm5.572-4.27l-5.302 4.07 0.204 0.27 5.273-4.04-0.175-0.3zm6.565-5.03l-6.294 4.82 0.175 0.3 6.265-4.8-0.146-0.32zm1.717-1.32l-1.44 1.11 0.145 0.31 1.429-1.09-0.134-0.33zm5.378-4.12l-5.098 3.91 0.134 0.33 5.171-3.97-0.207-0.27zm89.981 0l-0.21 0.27 5.17 3.97 0.13-0.33-5.09-3.91zm5.37 4.12l-0.13 0.33 1.43 1.1 0.15-0.32-1.45-1.11zm1.72 1.32l-0.14 0.32 6.26 4.8 0.18-0.3-6.3-4.82zm6.57 5.03l-0.18 0.3 5.27 4.04 0.21-0.27-5.3-4.07zm5.57 4.27l-0.2 0.27 5.31 4.08 0.19-0.28-5.3-4.07zm5.58 4.28l-0.2 0.28 5.55 4.25 0.18-0.29-5.53-4.24zm5.8 4.44l-0.18 0.3 5.56 4.26 0.19-0.28-5.57-4.28zm5.84 4.48l-0.19 0.28 5.59 4.28 0.23-0.25-5.63-4.31zm5.9 4.52l-0.23 0.25 5.6 4.3 0.2-0.28-5.57-4.27zm5.84 4.48l-0.2 0.27 5.37 4.12 0.21-0.27-5.38-4.12zm5.65 4.32l-0.21 0.28 5.32 4.08 0.2-0.28-5.31-4.08zm5.58 4.29l-0.2 0.27 5.81 4.45 0.18-0.29-5.79-4.43zm6.06 4.64l-0.18 0.29 4.51 3.46 0.21-0.27-4.54-3.48zm4.81 3.69l-0.21 0.26 4.51 3.46 0.23-0.25-4.53-3.47zm4.8 3.67l-0.23 0.26 2.42 1.85 0.2-0.27-2.39-1.84z\"/>
        </g>
        <text id=\"orderTxt\" x=\"75\" y=\"180\" fill=\"white\" stroke=\"blue\" stroke-width=\"2\" font-size=\"50\">".prcComplete."%</text>


        </svg>"</query>
          <earliest>-24h@h</earliest>
          <latest>now</latest>
          <sampleRatio>1</sampleRatio>
        </search>
        <option name="drilldown">none</option>
        <option name="refresh.display">progressbar</option>
        <option name="svg.svg.debug">1</option>
        <option name="svg.svg.error_message_delay_in_seconds">1</option>
        <option name="svg.svg.viewbox_height">100</option>
        <option name="svg.svg.viewbox_min_x">0</option>
        <option name="svg.svg.viewbox_min_y">0</option>
        <option name="svg.svg.viewbox_width">100</option>
        <option name="trellis.enabled">0</option>
        <option name="trellis.scales.shared">1</option>
        <option name="trellis.size">medium</option>
      </viz>
    </panel>
  </row>
</form>
1 Solution

martin_mueller
SplunkTrust
SplunkTrust

Looks neat! I think this "question" needs no answer?

View solution in original post

0 Karma

pgadhari
Builder

@jhamblin_splunk - from where you got those Airplane images ? Did you make it or you download it from some site ?

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

Looks neat! I think this "question" needs no answer?

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Agentic SOC Triage: Investigating Splunk ES Notables with MCP Server and a Local LLM

The Problem: Too Many Alerts, Too Little Context Security operations teams running Splunk Enterprise Security ...

All Work and No Play? Not at .conf26! Unwind at These Evening Events

Between hands-on technical sessions, keynote reveals, and diving into live architectures, .conf26 is packed ...

Join the Hackathon at .conf26 and build a No-Code AI agent

Join us for the AI Agent Buildathon, an in-person, three-hour hands-on Hackathon where you’ll use Splunk Agent ...