<?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: SPL: Longest common substring in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/SPL-Longest-common-substring/m-p/678785#M232089</link>
    <description>&lt;P&gt;No, there is no built-in command to find that.&lt;/P&gt;&lt;P&gt;You could try to implement it in SPL and that could be an interesting exercise in itself but it would most probably _not_ be a very effective solution.&lt;/P&gt;&lt;P&gt;If you really need that you should probably implement it as an external command using python.&lt;/P&gt;</description>
    <pubDate>Tue, 27 Feb 2024 08:57:58 GMT</pubDate>
    <dc:creator>PickleRick</dc:creator>
    <dc:date>2024-02-27T08:57:58Z</dc:date>
    <item>
      <title>SPL: Longest common substring</title>
      <link>https://community.splunk.com/t5/Splunk-Search/SPL-Longest-common-substring/m-p/678501#M232020</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I am looking for a SPL-solution to determine how long the &lt;A href="https://en.wikipedia.org/wiki/Longest_common_substring" target="_blank" rel="noopener"&gt;longest common substring&lt;/A&gt; of two strings is.&lt;/P&gt;&lt;P&gt;Is there any built-in way to do that? Or is there any app that provides me with some command for that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance!&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 14:59:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/SPL-Longest-common-substring/m-p/678501#M232020</guid>
      <dc:creator>jroedel</dc:creator>
      <dc:date>2024-02-23T14:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: SPL: Longest common substring</title>
      <link>https://community.splunk.com/t5/Splunk-Search/SPL-Longest-common-substring/m-p/678514#M232021</link>
      <description>&lt;P&gt;I think you'll need an external command to do that.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 16:25:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/SPL-Longest-common-substring/m-p/678514#M232021</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2024-02-23T16:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: SPL: Longest common substring</title>
      <link>https://community.splunk.com/t5/Splunk-Search/SPL-Longest-common-substring/m-p/678678#M232051</link>
      <description>&lt;P&gt;You probably need to use external scripting such as python to solve your algo processing needs as it falls outside simple text pattern matching. By design Splunk itself is more designed for data retrieval, aggregation and general text operations which I would consider the typical use case of Splunk.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 15:04:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/SPL-Longest-common-substring/m-p/678678#M232051</guid>
      <dc:creator>psherman42</dc:creator>
      <dc:date>2024-02-26T15:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: SPL: Longest common substring</title>
      <link>https://community.splunk.com/t5/Splunk-Search/SPL-Longest-common-substring/m-p/678785#M232089</link>
      <description>&lt;P&gt;No, there is no built-in command to find that.&lt;/P&gt;&lt;P&gt;You could try to implement it in SPL and that could be an interesting exercise in itself but it would most probably _not_ be a very effective solution.&lt;/P&gt;&lt;P&gt;If you really need that you should probably implement it as an external command using python.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 08:57:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/SPL-Longest-common-substring/m-p/678785#M232089</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-02-27T08:57:58Z</dc:date>
    </item>
  </channel>
</rss>

