<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Comma delimited and align left for single value...? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Comma-delimited-and-align-left-for-single-value/m-p/693887#M236042</link>
    <description>&lt;P&gt;Dozens of posts on these topics.. I've tried makemv, fieldformat, tostring, tonumber all to no avail. So I'm just going to past my query in hopes someone can help me out. I have placed them after the stats call but having no luck.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;query&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;| stats list(Plugin) by Host, OS, App, Manager
| rename list(Plugin) as "Plugin ID"&lt;/LI-CODE&gt;
&lt;P&gt;The result is either one or several numbers in a single field - Plugin ID. I would prefer to delimit those results by comma (and align left for the single value results if possible).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Instead of (the lines are supposed to represent the cell/field):&lt;/P&gt;
&lt;P&gt;______________&lt;/P&gt;
&lt;P&gt;204188&lt;/P&gt;
&lt;P&gt;&lt;U&gt;193574_______&lt;/U&gt;&lt;BR /&gt;______&lt;U&gt;193574&lt;/U&gt;__&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like them on a single line, wrapping where necessary:&lt;BR /&gt;&lt;U&gt;204188, 193574&amp;nbsp;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;193574_______&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any assistance would be appreciated.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 20 Jul 2024 08:05:05 GMT</pubDate>
    <dc:creator>bjbrookz</dc:creator>
    <dc:date>2024-07-20T08:05:05Z</dc:date>
    <item>
      <title>Comma delimited and align left for single value...?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Comma-delimited-and-align-left-for-single-value/m-p/693887#M236042</link>
      <description>&lt;P&gt;Dozens of posts on these topics.. I've tried makemv, fieldformat, tostring, tonumber all to no avail. So I'm just going to past my query in hopes someone can help me out. I have placed them after the stats call but having no luck.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;query&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;| stats list(Plugin) by Host, OS, App, Manager
| rename list(Plugin) as "Plugin ID"&lt;/LI-CODE&gt;
&lt;P&gt;The result is either one or several numbers in a single field - Plugin ID. I would prefer to delimit those results by comma (and align left for the single value results if possible).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Instead of (the lines are supposed to represent the cell/field):&lt;/P&gt;
&lt;P&gt;______________&lt;/P&gt;
&lt;P&gt;204188&lt;/P&gt;
&lt;P&gt;&lt;U&gt;193574_______&lt;/U&gt;&lt;BR /&gt;______&lt;U&gt;193574&lt;/U&gt;__&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like them on a single line, wrapping where necessary:&lt;BR /&gt;&lt;U&gt;204188, 193574&amp;nbsp;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;193574_______&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any assistance would be appreciated.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jul 2024 08:05:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Comma-delimited-and-align-left-for-single-value/m-p/693887#M236042</guid>
      <dc:creator>bjbrookz</dc:creator>
      <dc:date>2024-07-20T08:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Comma delimited and align left for single value...?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Comma-delimited-and-align-left-for-single-value/m-p/693888#M236043</link>
      <description>&lt;LI-CODE lang="markup"&gt;| eval "Plugin ID"=mvjoin('Plugin ID',", ")." "&lt;/LI-CODE&gt;</description>
      <pubDate>Sat, 20 Jul 2024 06:59:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Comma-delimited-and-align-left-for-single-value/m-p/693888#M236043</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-07-20T06:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Comma delimited and align left for single value...?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Comma-delimited-and-align-left-for-single-value/m-p/693897#M236047</link>
      <description>&lt;P&gt;Thanks, but no dice.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jul 2024 17:45:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Comma-delimited-and-align-left-for-single-value/m-p/693897#M236047</guid>
      <dc:creator>bjbrookz</dc:creator>
      <dc:date>2024-07-20T17:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Comma delimited and align left for single value...?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Comma-delimited-and-align-left-for-single-value/m-p/693898#M236048</link>
      <description>&lt;P&gt;OK Please share some representative sample events (anonymised as necessary) demonstrating how this solution fails.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jul 2024 18:04:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Comma-delimited-and-align-left-for-single-value/m-p/693898#M236048</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-07-20T18:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Comma delimited and align left for single value...?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Comma-delimited-and-align-left-for-single-value/m-p/693899#M236049</link>
      <description>&lt;P&gt;I apologize. It does in fact work in a standard search window. However, the panel in the dashboard studio does not. Thanks for your time.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jul 2024 18:38:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Comma-delimited-and-align-left-for-single-value/m-p/693899#M236049</guid>
      <dc:creator>bjbrookz</dc:creator>
      <dc:date>2024-07-20T18:38:36Z</dc:date>
    </item>
  </channel>
</rss>

