<?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 Re: Has anyone experienced values shifted to the wrong field when displaying a KV Store Lookup table in a dashboard? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Has-anyone-experienced-values-shifted-to-the-wrong-field-when/m-p/394651#M42262</link>
    <description>&lt;P&gt;It's fixed.  I can't take the credit.  A coworker found the issue.&lt;BR /&gt;&lt;BR /&gt;
I removed this line in the CSS &lt;/P&gt;

&lt;H1&gt;highlight td:nth-child(27){display: none}&lt;/H1&gt;</description>
    <pubDate>Wed, 10 Apr 2019 20:56:21 GMT</pubDate>
    <dc:creator>codiceluna</dc:creator>
    <dc:date>2019-04-10T20:56:21Z</dc:date>
    <item>
      <title>Has anyone experienced values shifted to the wrong field when displaying a KV Store Lookup table in a dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Has-anyone-experienced-values-shifted-to-the-wrong-field-when/m-p/394649#M42260</link>
      <description>&lt;P&gt;When displaying fields from my KV Store Lookup in a dashboard the values of one field are not displaying and subsequent values from subsequent fields to shift to the right.  I've moved columns around and infinity checked my fields to no avail.&lt;/P&gt;

&lt;P&gt;Doing a standard search using | inputlookup etc. displays all values where they should be.&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;I have a number of filters requiring sub-searches but none of them have fields that don't exist in the base search.&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;I'm using table and fields in my base search and I understand that transforming searches are recommended but they are not practical here and it doesn't help.&lt;/LI&gt;
&lt;LI&gt;I tried fillnull to see if null values were a problem and while the null values are useful to see it doesn't show a cause.  The column with the missing values contains non-null values regardless.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| inputlookup mylookup
| eval key=_key
| table _Key,field1,field2,field3,field4,field5,field6,field7,field8
| search field1="*$token1$*" field2="*$token2$*"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;before the html form i have &lt;CODE&gt;[field1,field2,field3,field4,field5,field6,field7,field8]&lt;/CODE&gt;&lt;BR /&gt;
table as displayed&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;field1 field2 field3 field4,field5,field6,field7,field8,field9, field10
val1   val2    val3     val4              val7    val8   val9   val10
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I appreciate the assist.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2019 21:56:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Has-anyone-experienced-values-shifted-to-the-wrong-field-when/m-p/394649#M42260</guid>
      <dc:creator>codiceluna</dc:creator>
      <dc:date>2019-04-09T21:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Has anyone experienced values shifted to the wrong field when displaying a KV Store Lookup table in a dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Has-anyone-experienced-values-shifted-to-the-wrong-field-when/m-p/394650#M42261</link>
      <description>&lt;P&gt;Correction to the above table display example&lt;/P&gt;

&lt;P&gt;field1 field2 field3 field4,field5,field6,field7,field8,field9, field10&lt;BR /&gt;
val1    val2    val3     val5   val6   val7    val8   val9   val10&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2019 22:07:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Has-anyone-experienced-values-shifted-to-the-wrong-field-when/m-p/394650#M42261</guid>
      <dc:creator>codiceluna</dc:creator>
      <dc:date>2019-04-09T22:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Has anyone experienced values shifted to the wrong field when displaying a KV Store Lookup table in a dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Has-anyone-experienced-values-shifted-to-the-wrong-field-when/m-p/394651#M42262</link>
      <description>&lt;P&gt;It's fixed.  I can't take the credit.  A coworker found the issue.&lt;BR /&gt;&lt;BR /&gt;
I removed this line in the CSS &lt;/P&gt;

&lt;H1&gt;highlight td:nth-child(27){display: none}&lt;/H1&gt;</description>
      <pubDate>Wed, 10 Apr 2019 20:56:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Has-anyone-experienced-values-shifted-to-the-wrong-field-when/m-p/394651#M42262</guid>
      <dc:creator>codiceluna</dc:creator>
      <dc:date>2019-04-10T20:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Has anyone experienced values shifted to the wrong field when displaying a KV Store Lookup table in a dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Has-anyone-experienced-values-shifted-to-the-wrong-field-when/m-p/394652#M42263</link>
      <description>&lt;P&gt;There is a bug in several versions of 7.* related to &lt;CODE&gt;fields&lt;/CODE&gt; and &lt;CODE&gt;table&lt;/CODE&gt;.  @rich7177  discovered it was broken in 7.2.0 and 7.2.1 and was likely (never checked but they claimed so) fixed in 7.2.2, was tested fixed by him in 7.2.3.  From support:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;The bug was introduced due to a new format called srs being used in 7.2.0. As a temporary workaround, we can simply disable the new format. However, note that performance may degrade as we are reverting to pre-7.2.x functionality. To do this, you would edit limits.conf and specify results_serial_format to use "csv" under the [search] stanza.

results_serial_format = [csv|srs]
* The internal format used for storing serialized results on disk.
* Options:
* csv: Comma-separated values format
* srs: Splunk binary format
* Default: srs
* NOTE: Do not change unless instructed to do so by Splunk Support
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;To reproduce:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| makeresults | fields - _time | eval FieldA="Value A" | eval FieldB="Value B" | fields FieldA FieldA FieldA FieldB` 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If broken, it returns &lt;CODE&gt;FieldA=ValueA, FieldB=ValueA&lt;/CODE&gt;.  If it's not broken, it returns &lt;CODE&gt;FieldA=ValueA, FieldB=ValueB&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;There is a similar bug discovered and reported by @rvaglid in 7.2.1 that is tracked by &lt;CODE&gt;SPL-162308&lt;/CODE&gt; and &lt;CODE&gt;SPL-164718&lt;/CODE&gt; and seemed to be caused by &lt;CODE&gt;phased_execution_mode = singlethreaded&lt;/CODE&gt; in &lt;CODE&gt;limits.conf&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;Let us know either of these is your problem here (these may actually be the same thing; I am not sure).&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2019 23:46:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Has-anyone-experienced-values-shifted-to-the-wrong-field-when/m-p/394652#M42263</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-04-11T23:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Has anyone experienced values shifted to the wrong field when displaying a KV Store Lookup table in a dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Has-anyone-experienced-values-shifted-to-the-wrong-field-when/m-p/394653#M42264</link>
      <description>&lt;P&gt;Thanks for the feedback!  I'll keep this handy in case I run into something like this again.  I really hope not.  It was very unpleasant.   What I was experiencing definitely seemed like a bug but turned out to be and issue in my CSS.   &lt;/P&gt;</description>
      <pubDate>Sat, 13 Apr 2019 06:30:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Has-anyone-experienced-values-shifted-to-the-wrong-field-when/m-p/394653#M42264</guid>
      <dc:creator>codiceluna</dc:creator>
      <dc:date>2019-04-13T06:30:58Z</dc:date>
    </item>
  </channel>
</rss>

