<?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: table question to add addtional columns/fields in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/table-question-to-add-addtional-columns-fields/m-p/540604#M8782</link>
    <description>&lt;P&gt;sample:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;|makeresults | table[| inputlookup geo_attr_countries.csv | table iso2 iso3]&lt;/LI-CODE&gt;&lt;P&gt;This can't work.&lt;/P&gt;&lt;P&gt;your sub search can't work. 　What do you want to do?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 20 Feb 2021 01:44:57 GMT</pubDate>
    <dc:creator>to4kawa</dc:creator>
    <dc:date>2021-02-20T01:44:57Z</dc:date>
    <item>
      <title>table question to add addtional columns/fields</title>
      <link>https://community.splunk.com/t5/Reporting/table-question-to-add-addtional-columns-fields/m-p/540602#M8781</link>
      <description>&lt;P&gt;Hello, I'm trying to add additional columns/fields from an additional CSV table lookup at the end of the table part in a search syntax to create a Report as below, but I'm not sure if that is possible as is not working, I just get a couple of blank additional columns with some error names.&lt;/P&gt;&lt;P&gt;sourcetype=ib:ipam:network index=ib_ipam | eval dedup_key=view."/".address."/".cidr | dedup dedup_key | eval&lt;STRONG&gt; Network_CIDR&lt;/STRONG&gt;=address."/".cidr | search view = "Ashland" | ................................................................................................ | table Timestamp, "Network View", Network, CIDR, Total, Allocated, Reserved, Assigned, Protocol, "Utilization %", Unmanaged, &lt;STRONG&gt;[|inputlookup Ashland-Networks-EAs.csv |search Network = Network_CIDR |table Network, Region_DDI]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Any help would be very appreciated.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Omar.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Feb 2021 01:30:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/table-question-to-add-addtional-columns-fields/m-p/540602#M8781</guid>
      <dc:creator>omun0z</dc:creator>
      <dc:date>2021-02-20T01:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: table question to add addtional columns/fields</title>
      <link>https://community.splunk.com/t5/Reporting/table-question-to-add-addtional-columns-fields/m-p/540604#M8782</link>
      <description>&lt;P&gt;sample:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;|makeresults | table[| inputlookup geo_attr_countries.csv | table iso2 iso3]&lt;/LI-CODE&gt;&lt;P&gt;This can't work.&lt;/P&gt;&lt;P&gt;your sub search can't work. 　What do you want to do?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Feb 2021 01:44:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/table-question-to-add-addtional-columns-fields/m-p/540604#M8782</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2021-02-20T01:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: table question to add addtional columns/fields</title>
      <link>https://community.splunk.com/t5/Reporting/table-question-to-add-addtional-columns-fields/m-p/540610#M8783</link>
      <description>&lt;P&gt;Hi to4kawa, I tried to add&amp;nbsp;&lt;STRONG&gt;[|inputlookup Ashland-Networks-EAs.csv |search Network = Network_CIDR |table Network, Region_DDI]&amp;nbsp;&lt;/STRONG&gt; in the table part to add additional columns/fields based on the comun column Network_CIDR....&amp;nbsp; I think this is not the correct way, but not sure if this is possible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Omar.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Feb 2021 01:52:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/table-question-to-add-addtional-columns-fields/m-p/540610#M8783</guid>
      <dc:creator>omun0z</dc:creator>
      <dc:date>2021-02-20T01:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: table question to add addtional columns/fields</title>
      <link>https://community.splunk.com/t5/Reporting/table-question-to-add-addtional-columns-fields/m-p/540616#M8784</link>
      <description>&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/SplunkCloud/latest/SearchReference/Appendcols" target="_blank"&gt;https://docs.splunk.com/Documentation/SplunkCloud/latest/SearchReference/Appendcols&lt;/A&gt;&lt;/P&gt;&lt;P&gt;try &lt;STRONG&gt;appendcols&lt;/STRONG&gt; with subsearch&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Feb 2021 02:00:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/table-question-to-add-addtional-columns-fields/m-p/540616#M8784</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2021-02-20T02:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: table question to add addtional columns/fields</title>
      <link>https://community.splunk.com/t5/Reporting/table-question-to-add-addtional-columns-fields/m-p/540635#M8785</link>
      <description>&lt;P&gt;Thank you so much!! It worked.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Feb 2021 04:39:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/table-question-to-add-addtional-columns-fields/m-p/540635#M8785</guid>
      <dc:creator>omun0z</dc:creator>
      <dc:date>2021-02-20T04:39:48Z</dc:date>
    </item>
  </channel>
</rss>

