<?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 Minimizing relationships between objects in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Minimizing-relationships-between-objects/m-p/515882#M144874</link>
    <description>&lt;P&gt;Let's say I am using a visualization to map the relationships between different "objects" (my use case isn't IT specific but you could also call these "objects" devices), and up to this point my data looks like the table below. This table shows the connection from one object to another (A goes to B, B goes to C,etc.)&lt;/P&gt;&lt;TABLE border="1" width="98.10606060606061%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="50%" height="25px"&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="50%" height="25px"&gt;&lt;STRONG&gt;TO&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%" height="35px"&gt;A&lt;/TD&gt;&lt;TD width="50%" height="35px"&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%" height="25px"&gt;B&lt;/TD&gt;&lt;TD width="50%" height="25px"&gt;C&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%" height="25px"&gt;C&lt;/TD&gt;&lt;TD width="50%" height="25px"&gt;D&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%" height="25px"&gt;X&lt;/TD&gt;&lt;TD width="50%" height="25px"&gt;C&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%" height="40px"&gt;Y&lt;/TD&gt;&lt;TD width="50%" height="40px"&gt;&lt;P&gt;C&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Z&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, what I want to do in order to de-clutter my visualization is "collapse" paths based on the object. I've determined objects B and C are nonessential to my use case and would like minimize the map by relating A to D instead of A to B to C to D and X to Z instead of X to C to Z. So my final goal is for the table to look like:&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="50%"&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="50%"&gt;&lt;STRONG&gt;TO&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%"&gt;A&lt;/TD&gt;&lt;TD width="50%"&gt;D&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%"&gt;X&lt;/TD&gt;&lt;TD width="50%"&gt;Z&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Y&lt;/TD&gt;&lt;TD&gt;Z&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to structure a search to perform this transformation, or is the only solution to write a custom search command?&lt;/P&gt;</description>
    <pubDate>Mon, 24 Aug 2020 20:08:19 GMT</pubDate>
    <dc:creator>pguillen_splunk</dc:creator>
    <dc:date>2020-08-24T20:08:19Z</dc:date>
    <item>
      <title>Minimizing relationships between objects</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Minimizing-relationships-between-objects/m-p/515882#M144874</link>
      <description>&lt;P&gt;Let's say I am using a visualization to map the relationships between different "objects" (my use case isn't IT specific but you could also call these "objects" devices), and up to this point my data looks like the table below. This table shows the connection from one object to another (A goes to B, B goes to C,etc.)&lt;/P&gt;&lt;TABLE border="1" width="98.10606060606061%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="50%" height="25px"&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="50%" height="25px"&gt;&lt;STRONG&gt;TO&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%" height="35px"&gt;A&lt;/TD&gt;&lt;TD width="50%" height="35px"&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%" height="25px"&gt;B&lt;/TD&gt;&lt;TD width="50%" height="25px"&gt;C&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%" height="25px"&gt;C&lt;/TD&gt;&lt;TD width="50%" height="25px"&gt;D&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%" height="25px"&gt;X&lt;/TD&gt;&lt;TD width="50%" height="25px"&gt;C&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%" height="40px"&gt;Y&lt;/TD&gt;&lt;TD width="50%" height="40px"&gt;&lt;P&gt;C&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Z&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, what I want to do in order to de-clutter my visualization is "collapse" paths based on the object. I've determined objects B and C are nonessential to my use case and would like minimize the map by relating A to D instead of A to B to C to D and X to Z instead of X to C to Z. So my final goal is for the table to look like:&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="50%"&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="50%"&gt;&lt;STRONG&gt;TO&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%"&gt;A&lt;/TD&gt;&lt;TD width="50%"&gt;D&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%"&gt;X&lt;/TD&gt;&lt;TD width="50%"&gt;Z&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Y&lt;/TD&gt;&lt;TD&gt;Z&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to structure a search to perform this transformation, or is the only solution to write a custom search command?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2020 20:08:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Minimizing-relationships-between-objects/m-p/515882#M144874</guid>
      <dc:creator>pguillen_splunk</dc:creator>
      <dc:date>2020-08-24T20:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Minimizing relationships between objects</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Minimizing-relationships-between-objects/m-p/515933#M144894</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/192659"&gt;@pguillen_splunk&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;is it possible adding a condition to your main search?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;your_search NOT (FROM="B" OR FROM="C" OR TO="B" OT TO="C")
| ...&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 06:15:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Minimizing-relationships-between-objects/m-p/515933#M144894</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-08-25T06:15:51Z</dc:date>
    </item>
  </channel>
</rss>

