<?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 Extracting field from JSON data in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Extracting-field-from-JSON-data/m-p/558764#M158756</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;New to Splunk, I am trying to create a Test Automation dashboard. I have the following JSON in my SPLUNK events which has come from Jenkins jobs. I would like parse&amp;nbsp; the following&amp;nbsp; fields from this JSON. I tried with spath but did not work. Can someone help?&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Classname&lt;/LI&gt;&lt;LI&gt;Testname&lt;/LI&gt;&lt;LI&gt;Status&lt;/LI&gt;&lt;LI&gt;stderr (only the first line)&lt;/LI&gt;&lt;LI&gt;Nexis.Auto.Environment&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;{ [-]&lt;BR /&gt;build_number: 232&lt;BR /&gt;build_url: job/Dev/job/gob/TestAutomation/job/Regression/232/&lt;BR /&gt;event_tag: build_report&lt;BR /&gt;job_name: Dev/TestAutomation/Regression&lt;BR /&gt;job_result: UNSTABLE&lt;BR /&gt;metadata: { Nexis.Auto.Browser: chrome headless&lt;BR /&gt;Nexis.Auto.Environment: CERT1&lt;BR /&gt;Nexis.Auto.IsRemote: false&lt;BR /&gt;Nexis.Auto.Platform:&lt;BR /&gt;Nexis.Auto.Version:&lt;BR /&gt;RELEASE_KEY: r1080&lt;BR /&gt;SPECFLOW_BUILD_NUMBER:&lt;BR /&gt;TEST_FILTER: TestCategory=regression&lt;BR /&gt;}&lt;BR /&gt;page_num: 13&lt;BR /&gt;testsuite: {&lt;BR /&gt;duration: 1800.8512&lt;BR /&gt;errors: 0&lt;BR /&gt;failures: 9&lt;BR /&gt;passes: 16&lt;BR /&gt;skips: 0&lt;BR /&gt;testcase: [&lt;BR /&gt;{&lt;BR /&gt;classname: HomePage.#()::TestAssembly:TestAutomation&lt;BR /&gt;duration: 80.61503&lt;BR /&gt;failedsince: 0&lt;BR /&gt;groupname: MSTestSuite&lt;BR /&gt;skipped: false&lt;BR /&gt;status: PASSED&lt;BR /&gt;stdout: Given the user is on the L landing page&lt;BR /&gt;-&amp;gt; done: GivenTheUserIsOnTheLLandingPage() (1.8s)&lt;/P&gt;&lt;P&gt;And selects the source "CNN Wire" from "Home" page&lt;BR /&gt;-&amp;gt; done: GivenSelectsTheSourceFromPage("CNN Wire", "Home") (8.3s)&lt;/P&gt;&lt;P&gt;When searches for "crime"&lt;BR /&gt;-&amp;gt; done: GivenSearchesFor("crime") (3.1s)&lt;/P&gt;&lt;P&gt;Then the results page is displayed&lt;BR /&gt;-&amp;gt; done: ThenTheResultsPageIsDisplayed() (0.1s)&lt;/P&gt;&lt;P&gt;And the Narrow by filter section is displayed with "CNN Wire"&lt;BR /&gt;-&amp;gt; done: ThenTheNarrowByFilterSectionIsDisplayedWith("CNN Wire") (1.0s)&lt;/P&gt;&lt;P&gt;testname: Search results with Source&lt;BR /&gt;uniquename: gHomePage.#()::TestAssembly:TestAutomationSearch results with Source and Segment Search, Wire&lt;BR /&gt;}&lt;BR /&gt;{&lt;BR /&gt;classname: TestAutomationSpecs/DisableTransactionalAccessUsers.#()::TestAssembly:g.TestAutomation&lt;BR /&gt;duration: 51.68238&lt;BR /&gt;errordetails: Timed out after 30 seconds -&amp;gt; no such element: Unable to locate element: {"method":"css selector","selector":"li[class='navitemselected']"}&lt;BR /&gt;(Session info: headless chrome=91.0.4472.124)&lt;BR /&gt;(Driver info: chromedriver=2.39.562718 (9a2698cba08cf5a471a29d30c8b3e12becabb0e9),platform=Windows NT 6.3.9600 x86_64)&lt;BR /&gt;errorstacktrace: OpenQA.Selenium.WebDriverTimeoutException: Timed out after 30 seconds ---&amp;gt; OpenQA.Selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"li[class='navitemselected']"}&lt;BR /&gt;(Session info: headless chrome=91.0.4472.124)&lt;BR /&gt;(Driver info: chromedriver=2.39.562718 (9a2698cba08cf5a471a29d30c8b3e12becabb0e9),platform=Windows NT 6.3.9600 x86_64)&lt;BR /&gt;at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)&lt;BR /&gt;at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)&lt;BR /&gt;at OpenQA.Selenium.Remote.RemoteWebDriver.FindElement(String mechanism, String value)&lt;BR /&gt;at OpenQA.Selenium.Remote.RemoteWebDriver.FindElementByCssSelector(String cssSelector)&lt;BR /&gt;at OpenQA.Selenium.By.&amp;lt;&amp;gt;c__DisplayClass23_0.&amp;lt;CssSelector&amp;gt;b__0(ISearchContext context)&lt;BR /&gt;at OpenQA.Selenium.By.FindElement(ISearchContext context)&lt;BR /&gt;at OpenQA.Selenium.Remote.RemoteWebDriver.FindElement(By by)&lt;BR /&gt;at OpenQA.Selenium.Support.UI.ExpectedConditions.&amp;lt;&amp;gt;c__DisplayClass19_0.&amp;lt;ElementToBeClickable&amp;gt;b__0(IWebDriver driver)&lt;BR /&gt;at OpenQA.Selenium.Support.UI.DefaultWait`1.Until[TResult](Func`2 condition)&lt;BR /&gt;--- End of inner exception stack trace ---&lt;BR /&gt;at OpenQA.Selenium.Support.UI.DefaultWait`1.ThrowTimeoutException(String exceptionMessage, Exception lastException)&lt;BR /&gt;at OpenQA.Selenium.Support.UI.DefaultWait`1.Until[TResult](Func`2 condition)&lt;BR /&gt;at LexisL.TestAutomation.Core.WebDriver.WaitUntil[T](Func`2 expectedCondition, Int32 timeoutInSeconds) in D:\BuildAgent\_work\16\s\Core\Originals\WebDriver.cs:line 338&lt;BR /&gt;at g.TestAutomation.PageObjects.PageObjects.L.LLandingPage.SelectSecondarySearch(String searchType) in c:\jenkins\workspace\Dev\g\TestAutomation\g_L_Specflow_Build\g.TestAutomation.PageObjects\PageObjects\L\LLandingPage.cs:line 707&lt;BR /&gt;at LexisL.TestAutomation.L.Spec.Specs.StepDefinition.NavigationSteps.GivenTheUserIsOnSecondLevelPage(String searchLevel) in c:\jenkins\workspace\Dev\g\TestAutomation\g_L_Specflow_Build\g.TestAutomation.L.Specs\Specs\L\StepDefinitions\LNavigationSteps.cs:line 23&lt;BR /&gt;at lambda_method(Closure , IContextManager , String )&lt;BR /&gt;at TechTalk.SpecFlow.Bindings.BindingInvoker.InvokeBinding(IBinding binding, IContextManager contextManager, Object[] arguments, ITestTracer testTracer, TimeSpan&amp;amp; duration)&lt;BR /&gt;at TechTalk.SpecFlow.Infrastructure.TestExecutionEngine.ExecuteStepMatch(BindingMatch match, Object[] arguments)&lt;BR /&gt;at TechTalk.SpecRun.SpecFlowPlugin.Runtime.RunnerTestExecutionEngine.ExecuteStepMatch(BindingMatch match, Object[] arguments)&lt;BR /&gt;at TechTalk.SpecFlow.Infrastructure.TestExecutionEngine.ExecuteStep(IContextManager contextManager, StepInstance stepInstance)&lt;BR /&gt;at TechTalk.SpecFlow.Infrastructure.TestExecutionEngine.OnAfterLastStep()&lt;BR /&gt;at TechTalk.SpecFlow.TestRunner.CollectScenarioErrors()&lt;BR /&gt;at g.TestAutomation.L.Specs.Specs.L.Features.LLDisableTransactionalAccessUsersFeature.ScenarioCleanup()&lt;BR /&gt;at g.TestAutomation.L.Specs.Specs.L.Features.LLDisableTransactionalAccessUsersFeature.DTAUser_PowerSearch_Filters_LegalContentResults(String hLCTList, String[] exampleTags) in c:\jenkins\workspace\Dev\g\TestAutomation\g_L_Specflow_Build\g.TestAutomation.L.Specs\Specs\L\Features\LDisableTransactionalAccess.feature:line 44&lt;BR /&gt;at g.TestAutomation.L.Specs.Specs.L.Features.LLDisableTransactionalAccessUsersFeature.DTAUser_PowerSearch_Filters_LegalContentResults_CasesStatutesAndLegislationAdministrativeAndAgencyMaterialsAdministrativeCodesAndRegulationsLawReviewsAndJournals() in c:\jenkins\workspace\Dev\g\TestAutomation\g_L_Specflow_Build\g.TestAutomation.L.Specs\Specs\L\Features\LDisableTransactionalAccess.feature:line 34&lt;BR /&gt;at TechTalk.SpecRun.Framework.TaskExecutors.StaticOrInstanceMethodExecutor.ExecuteInternal(ITestThreadExecutionContext testThreadExecutionContext)&lt;BR /&gt;at TechTalk.SpecRun.Framework.TaskExecutors.StaticOrInstanceMethodExecutor.Execute(ITestThreadExecutionContext testThreadExecutionContext)&lt;BR /&gt;at TechTalk.SpecRun.Framework.TestAssemblyExecutor.ExecuteTestNodeTask(TestNode testNode, ITaskExecutor task, TraceEventType eventType)&lt;BR /&gt;failedsince: 204&lt;BR /&gt;groupname: MSTestSuite&lt;BR /&gt;skipped: false&lt;BR /&gt;status: FAILURE&lt;BR /&gt;stderr: Timed out after 30 seconds -&amp;gt; no such element: Unable to locate element: {"method":"css selector","selector":"li[class='navitemselected']"}&lt;BR /&gt;(Session info: headless chrome=91.0.4472.124)&lt;BR /&gt;(Driver info: chromedriver=2.39.562718 (9a2698cba08cf5a471a29d30c8b3e12becabb0e9),platform=Windows NT 6.3.9600 x86_64)&lt;BR /&gt;OpenQA.Selenium.WebDriverTimeoutException: Timed out after 30 seconds ---&amp;gt; OpenQA.Selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"li[class='navitemselected']"}&lt;BR /&gt;(Session info: headless chrome=91.0.4472.124)&lt;BR /&gt;(Driver info: chromedriver=2.39.562718 (9a2698cba08cf5a471a29d30c8b3e12becabb0e9),platform=Windows NT 6.3.9600 x86_64)&lt;BR /&gt;at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)&lt;BR /&gt;at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)&lt;BR /&gt;at OpenQA.Selenium.Remote.RemoteWebDriver.FindElement(String mechanism, String value)&lt;BR /&gt;at OpenQA.Selenium.Remote.RemoteWebDriver.FindElementByCssSelector(String cssSelector)&lt;BR /&gt;at OpenQA.Selenium.By.&amp;lt;&amp;gt;c__DisplayClass23_0.&amp;lt;CssSelector&amp;gt;b__0(ISearchContext context)&lt;BR /&gt;at OpenQA.Selenium.By.FindElement(ISearchContext context)&lt;BR /&gt;at OpenQA.Selenium.Remote.RemoteWebDriver.FindElement(By by)&lt;BR /&gt;at OpenQA.Selenium.Support.UI.ExpectedConditions.&amp;lt;&amp;gt;c__DisplayClass19_0.&amp;lt;ElementToBeClickable&amp;gt;b__0(IWebDriver driver)&lt;BR /&gt;at OpenQA.Selenium.Support.UI.DefaultWait`1.Until[TResult](Func`2 condition)&lt;BR /&gt;--- End of inner exception stack trace ---&lt;BR /&gt;at OpenQA.Selenium.Support.UI.DefaultWait`1.ThrowTimeoutException(String exceptionMessage, Exception lastException)&lt;BR /&gt;at OpenQA.Selenium.Support.UI.DefaultWait`1.Until[TResult](Func`2 condition)&lt;BR /&gt;at LexisL.TestAutomation.Core.WebDriver.WaitUntil[T](Func`2 expectedCondition, Int32 timeoutInSeconds) in D:\BuildAgent\_work\16\s\Core\Originals\WebDriver.cs:line 338&lt;BR /&gt;at g.TestAutomation.PageObjects.PageObjects.L.LLandingPage.SelectSecondarySearch(String searchType) in c:\jenkins\workspace\Dev\g\TestAutomation\g_L_Specflow_Build\g.TestAutomation.PageObjects\PageObjects\L\LLandingPage.cs:line 707&lt;BR /&gt;at LexisL.TestAutomation.L.Spec.Specs.StepDefinition.NavigationSteps.GivenTheUserIsOnSecondLevelPage(String searchLevel) in c:\jenkins\workspace\Dev\g\TestAutomation\g_L_Specflow_Build\g.TestAutomation.L.Specs\Specs\L\StepDefinitions\LNavigationSteps.cs:line 23&lt;BR /&gt;at lambda_method(Closure , IContextManager , String )&lt;BR /&gt;at TechTalk.SpecFlow.Bindings.BindingInvoker.InvokeBinding(IBinding binding, IContextManager contextManager, Object[] arguments, ITestTracer testTracer, TimeSpan&amp;amp; duration)&lt;BR /&gt;at TechTalk.SpecFlow.Infrastructure.TestExecutionEngine.ExecuteStepMatch(BindingMatch match, Object[] arguments)&lt;BR /&gt;at TechTalk.SpecRun.SpecFlowPlugin.Runtime.RunnerTestExecutionEngine.ExecuteStepMatch(BindingMatch match, Object[] arguments)&lt;BR /&gt;at TechTalk.SpecFlow.Infrastructure.TestExecutionEngine.ExecuteStep(IContextManager contextManager, StepInstance stepInstance)&lt;BR /&gt;at TechTalk.SpecFlow.Infrastructure.TestExecutionEngine.OnAfterLastStep()&lt;BR /&gt;at TechTalk.SpecFlow.TestRunner.CollectScenarioErrors()&lt;BR /&gt;at g.TestAutomation.L.Specs.Specs.L.Features.LLDisableTransactionalAccessUsersFeature.ScenarioCleanup()&lt;BR /&gt;at g.TestAutomation.L.Specs.Specs.L.Features.LLDisableTransactionalAccessUsersFeature.DTAUser_PowerSearch_Filters_LegalContentResults(String hLCTList, String[] exampleTags) in c:\jenkins\workspace\Dev\g\TestAutomation\g_L_Specflow_Build\g.TestAutomation.L.Specs\Specs\L\Features\LDisableTransactionalAccess.feature:line 44&lt;BR /&gt;at g.TestAutomation.L.Specs.Specs.L.Features.LLDisableTransactionalAccessUsersFeature.DTAUser_PowerSearch_Filters_LegalContentResults_CasesStatutesAndLegislationAdministrativeAndAgencyMaterialsAdministrativeCodesAndRegulationsLawReviewsAndJournals() in c:\jenkins\workspace\Dev\g\TestAutomation\g_L_Specflow_Build\g.TestAutomation.L.Specs\Specs\L\Features\LDisableTransactionalAccess.feature:line 34&lt;BR /&gt;at TechTalk.SpecRun.Framework.TaskExecutors.StaticOrInstanceMethodExecutor.ExecuteInternal(ITestThreadExecutionContext testThreadExecutionContext)&lt;BR /&gt;at TechTalk.SpecRun.Framework.TaskExecutors.StaticOrInstanceMethodExecutor.Execute(ITestThreadExecutionContext testThreadExecutionContext)&lt;BR /&gt;at TechTalk.SpecRun.Framework.TestAssemblyExecutor.ExecuteTestNodeTask(TestNode testNode, ITaskExecutor task, TraceEventType eventType)&lt;/P&gt;&lt;P&gt;stdout: Given the user is a DTA user with "legal" content&lt;BR /&gt;-&amp;gt; done: LDTAuserSteps.GivenTheUserIsADTAUserWithContent("legal") (0.0s)&lt;BR /&gt;-&amp;gt; [Fatal] Timed out after 30 seconds&lt;BR /&gt;-&amp;gt; [Fail] Current Web Driver URL: &lt;A href="https://cdc1-signin.lexisL.com/lnaccess/AuthzDenied?aci=la" target="_blank" rel="noopener"&gt;https://cdc1-signin.lexisL.com/lnaccess/AuthzDenied?aci=la&lt;/A&gt;&lt;BR /&gt;-&amp;gt; [Fail] Screen shot saved to: ScreenShots/LLDisableTransactional/DTAUserPowerSearchFilters_20210708_023332.png&lt;BR /&gt;-&amp;gt; [Fatal] Timed out after 30 seconds&lt;BR /&gt;-&amp;gt; [Fail] Current Web Driver URL: &lt;A href="https://cdc1-signin.lexisL.com/lnaccess/AuthzDenied?aci=la" target="_blank" rel="noopener"&gt;https://cdc1-signin.lexisL.com/lnaccess/AuthzDenied?aci=la&lt;/A&gt;&lt;BR /&gt;-&amp;gt; [Fail] Screen shot saved to: ScreenShots/LLDisableTransactional/TransactionalUserPowerSearchLegalContent_20210708_023333.png&lt;BR /&gt;-&amp;gt; [Fatal] Timed out after 30 seconds&lt;BR /&gt;-&amp;gt; [Fail] Current Web Driver URL: &lt;A href="https://cert1-advance.lexis.com/search/?pdmfid=1519360&amp;amp;crid=32014007-3588-4f08-ac9f-b1dea68bde86&amp;amp;pdsearchterms=crime&amp;amp;pdstartin=urn%3Ahlct%3A16&amp;amp;pdcaseshlctselectedbyuser=false&amp;amp;pdtypeofsearch=searchboxclick&amp;amp;pdsearchtype=SearchBox&amp;amp;pdoriginatingpage=BisLPowerSearch&amp;amp;pdqttype=or&amp;amp;pdpsf=urn%3Ahlct%3A16&amp;amp;pdquerytemplateid=&amp;amp;indexsearch=false&amp;amp;ecomp=_x7hkkk&amp;amp;earg=pdpsf&amp;amp;prid=4739fc21-707f-4e2f-a94f-8858f7c2363b" target="_blank" rel="noopener"&gt;https://cert1-advance.lexis.com/search/?pdmfid=1519360&amp;amp;crid=32014007-3588-4f08-ac9f-b1dea68bde86&amp;amp;pdsearchterms=crime&amp;amp;pdstartin=urn%3Ahlct%3A16&amp;amp;pdcaseshlctselectedbyuser=false&amp;amp;pdtypeofsearch=searchboxclick&amp;amp;pdsearchtype=SearchBox&amp;amp;pdoriginatingpage=BisLPowerSearch&amp;amp;pdqttype=or&amp;amp;pdpsf=urn%3Ahlct%3A16&amp;amp;pdquerytemplateid=&amp;amp;indexsearch=false&amp;amp;ecomp=_x7hkkk&amp;amp;earg=pdpsf&amp;amp;prid=4739fc21-707f-4e2f-a94f-8858f7c2363b&lt;/A&gt;&lt;BR /&gt;-&amp;gt; [Fail] Screen shot saved to: ScreenShots/LLNewsletter/CreatenewsletterAddtextblockCancelSave_20210708_023335.png&lt;/P&gt;&lt;P&gt;testname: DTA User-Power Search-Filters-Legal Content Results, Cases;Statutes and Legislation;Administrative and Agency Materials;Administrative Codes and Regulations;Law Reviews and Journals&lt;BR /&gt;uniquename: TestAutomation.Specs.L/LDsUsers.#()::TestAssembly:g.TestAutomation.L.DTA User-Power Search-Filter&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;tests: 25&lt;BR /&gt;time: 1800.8512&lt;BR /&gt;total: 25&lt;BR /&gt;}&lt;BR /&gt;user: (timer)&lt;BR /&gt;}&lt;/P&gt;</description>
    <pubDate>Thu, 08 Jul 2021 22:56:58 GMT</pubDate>
    <dc:creator>JP</dc:creator>
    <dc:date>2021-07-08T22:56:58Z</dc:date>
    <item>
      <title>Extracting field from JSON data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extracting-field-from-JSON-data/m-p/558764#M158756</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;New to Splunk, I am trying to create a Test Automation dashboard. I have the following JSON in my SPLUNK events which has come from Jenkins jobs. I would like parse&amp;nbsp; the following&amp;nbsp; fields from this JSON. I tried with spath but did not work. Can someone help?&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Classname&lt;/LI&gt;&lt;LI&gt;Testname&lt;/LI&gt;&lt;LI&gt;Status&lt;/LI&gt;&lt;LI&gt;stderr (only the first line)&lt;/LI&gt;&lt;LI&gt;Nexis.Auto.Environment&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;{ [-]&lt;BR /&gt;build_number: 232&lt;BR /&gt;build_url: job/Dev/job/gob/TestAutomation/job/Regression/232/&lt;BR /&gt;event_tag: build_report&lt;BR /&gt;job_name: Dev/TestAutomation/Regression&lt;BR /&gt;job_result: UNSTABLE&lt;BR /&gt;metadata: { Nexis.Auto.Browser: chrome headless&lt;BR /&gt;Nexis.Auto.Environment: CERT1&lt;BR /&gt;Nexis.Auto.IsRemote: false&lt;BR /&gt;Nexis.Auto.Platform:&lt;BR /&gt;Nexis.Auto.Version:&lt;BR /&gt;RELEASE_KEY: r1080&lt;BR /&gt;SPECFLOW_BUILD_NUMBER:&lt;BR /&gt;TEST_FILTER: TestCategory=regression&lt;BR /&gt;}&lt;BR /&gt;page_num: 13&lt;BR /&gt;testsuite: {&lt;BR /&gt;duration: 1800.8512&lt;BR /&gt;errors: 0&lt;BR /&gt;failures: 9&lt;BR /&gt;passes: 16&lt;BR /&gt;skips: 0&lt;BR /&gt;testcase: [&lt;BR /&gt;{&lt;BR /&gt;classname: HomePage.#()::TestAssembly:TestAutomation&lt;BR /&gt;duration: 80.61503&lt;BR /&gt;failedsince: 0&lt;BR /&gt;groupname: MSTestSuite&lt;BR /&gt;skipped: false&lt;BR /&gt;status: PASSED&lt;BR /&gt;stdout: Given the user is on the L landing page&lt;BR /&gt;-&amp;gt; done: GivenTheUserIsOnTheLLandingPage() (1.8s)&lt;/P&gt;&lt;P&gt;And selects the source "CNN Wire" from "Home" page&lt;BR /&gt;-&amp;gt; done: GivenSelectsTheSourceFromPage("CNN Wire", "Home") (8.3s)&lt;/P&gt;&lt;P&gt;When searches for "crime"&lt;BR /&gt;-&amp;gt; done: GivenSearchesFor("crime") (3.1s)&lt;/P&gt;&lt;P&gt;Then the results page is displayed&lt;BR /&gt;-&amp;gt; done: ThenTheResultsPageIsDisplayed() (0.1s)&lt;/P&gt;&lt;P&gt;And the Narrow by filter section is displayed with "CNN Wire"&lt;BR /&gt;-&amp;gt; done: ThenTheNarrowByFilterSectionIsDisplayedWith("CNN Wire") (1.0s)&lt;/P&gt;&lt;P&gt;testname: Search results with Source&lt;BR /&gt;uniquename: gHomePage.#()::TestAssembly:TestAutomationSearch results with Source and Segment Search, Wire&lt;BR /&gt;}&lt;BR /&gt;{&lt;BR /&gt;classname: TestAutomationSpecs/DisableTransactionalAccessUsers.#()::TestAssembly:g.TestAutomation&lt;BR /&gt;duration: 51.68238&lt;BR /&gt;errordetails: Timed out after 30 seconds -&amp;gt; no such element: Unable to locate element: {"method":"css selector","selector":"li[class='navitemselected']"}&lt;BR /&gt;(Session info: headless chrome=91.0.4472.124)&lt;BR /&gt;(Driver info: chromedriver=2.39.562718 (9a2698cba08cf5a471a29d30c8b3e12becabb0e9),platform=Windows NT 6.3.9600 x86_64)&lt;BR /&gt;errorstacktrace: OpenQA.Selenium.WebDriverTimeoutException: Timed out after 30 seconds ---&amp;gt; OpenQA.Selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"li[class='navitemselected']"}&lt;BR /&gt;(Session info: headless chrome=91.0.4472.124)&lt;BR /&gt;(Driver info: chromedriver=2.39.562718 (9a2698cba08cf5a471a29d30c8b3e12becabb0e9),platform=Windows NT 6.3.9600 x86_64)&lt;BR /&gt;at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)&lt;BR /&gt;at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)&lt;BR /&gt;at OpenQA.Selenium.Remote.RemoteWebDriver.FindElement(String mechanism, String value)&lt;BR /&gt;at OpenQA.Selenium.Remote.RemoteWebDriver.FindElementByCssSelector(String cssSelector)&lt;BR /&gt;at OpenQA.Selenium.By.&amp;lt;&amp;gt;c__DisplayClass23_0.&amp;lt;CssSelector&amp;gt;b__0(ISearchContext context)&lt;BR /&gt;at OpenQA.Selenium.By.FindElement(ISearchContext context)&lt;BR /&gt;at OpenQA.Selenium.Remote.RemoteWebDriver.FindElement(By by)&lt;BR /&gt;at OpenQA.Selenium.Support.UI.ExpectedConditions.&amp;lt;&amp;gt;c__DisplayClass19_0.&amp;lt;ElementToBeClickable&amp;gt;b__0(IWebDriver driver)&lt;BR /&gt;at OpenQA.Selenium.Support.UI.DefaultWait`1.Until[TResult](Func`2 condition)&lt;BR /&gt;--- End of inner exception stack trace ---&lt;BR /&gt;at OpenQA.Selenium.Support.UI.DefaultWait`1.ThrowTimeoutException(String exceptionMessage, Exception lastException)&lt;BR /&gt;at OpenQA.Selenium.Support.UI.DefaultWait`1.Until[TResult](Func`2 condition)&lt;BR /&gt;at LexisL.TestAutomation.Core.WebDriver.WaitUntil[T](Func`2 expectedCondition, Int32 timeoutInSeconds) in D:\BuildAgent\_work\16\s\Core\Originals\WebDriver.cs:line 338&lt;BR /&gt;at g.TestAutomation.PageObjects.PageObjects.L.LLandingPage.SelectSecondarySearch(String searchType) in c:\jenkins\workspace\Dev\g\TestAutomation\g_L_Specflow_Build\g.TestAutomation.PageObjects\PageObjects\L\LLandingPage.cs:line 707&lt;BR /&gt;at LexisL.TestAutomation.L.Spec.Specs.StepDefinition.NavigationSteps.GivenTheUserIsOnSecondLevelPage(String searchLevel) in c:\jenkins\workspace\Dev\g\TestAutomation\g_L_Specflow_Build\g.TestAutomation.L.Specs\Specs\L\StepDefinitions\LNavigationSteps.cs:line 23&lt;BR /&gt;at lambda_method(Closure , IContextManager , String )&lt;BR /&gt;at TechTalk.SpecFlow.Bindings.BindingInvoker.InvokeBinding(IBinding binding, IContextManager contextManager, Object[] arguments, ITestTracer testTracer, TimeSpan&amp;amp; duration)&lt;BR /&gt;at TechTalk.SpecFlow.Infrastructure.TestExecutionEngine.ExecuteStepMatch(BindingMatch match, Object[] arguments)&lt;BR /&gt;at TechTalk.SpecRun.SpecFlowPlugin.Runtime.RunnerTestExecutionEngine.ExecuteStepMatch(BindingMatch match, Object[] arguments)&lt;BR /&gt;at TechTalk.SpecFlow.Infrastructure.TestExecutionEngine.ExecuteStep(IContextManager contextManager, StepInstance stepInstance)&lt;BR /&gt;at TechTalk.SpecFlow.Infrastructure.TestExecutionEngine.OnAfterLastStep()&lt;BR /&gt;at TechTalk.SpecFlow.TestRunner.CollectScenarioErrors()&lt;BR /&gt;at g.TestAutomation.L.Specs.Specs.L.Features.LLDisableTransactionalAccessUsersFeature.ScenarioCleanup()&lt;BR /&gt;at g.TestAutomation.L.Specs.Specs.L.Features.LLDisableTransactionalAccessUsersFeature.DTAUser_PowerSearch_Filters_LegalContentResults(String hLCTList, String[] exampleTags) in c:\jenkins\workspace\Dev\g\TestAutomation\g_L_Specflow_Build\g.TestAutomation.L.Specs\Specs\L\Features\LDisableTransactionalAccess.feature:line 44&lt;BR /&gt;at g.TestAutomation.L.Specs.Specs.L.Features.LLDisableTransactionalAccessUsersFeature.DTAUser_PowerSearch_Filters_LegalContentResults_CasesStatutesAndLegislationAdministrativeAndAgencyMaterialsAdministrativeCodesAndRegulationsLawReviewsAndJournals() in c:\jenkins\workspace\Dev\g\TestAutomation\g_L_Specflow_Build\g.TestAutomation.L.Specs\Specs\L\Features\LDisableTransactionalAccess.feature:line 34&lt;BR /&gt;at TechTalk.SpecRun.Framework.TaskExecutors.StaticOrInstanceMethodExecutor.ExecuteInternal(ITestThreadExecutionContext testThreadExecutionContext)&lt;BR /&gt;at TechTalk.SpecRun.Framework.TaskExecutors.StaticOrInstanceMethodExecutor.Execute(ITestThreadExecutionContext testThreadExecutionContext)&lt;BR /&gt;at TechTalk.SpecRun.Framework.TestAssemblyExecutor.ExecuteTestNodeTask(TestNode testNode, ITaskExecutor task, TraceEventType eventType)&lt;BR /&gt;failedsince: 204&lt;BR /&gt;groupname: MSTestSuite&lt;BR /&gt;skipped: false&lt;BR /&gt;status: FAILURE&lt;BR /&gt;stderr: Timed out after 30 seconds -&amp;gt; no such element: Unable to locate element: {"method":"css selector","selector":"li[class='navitemselected']"}&lt;BR /&gt;(Session info: headless chrome=91.0.4472.124)&lt;BR /&gt;(Driver info: chromedriver=2.39.562718 (9a2698cba08cf5a471a29d30c8b3e12becabb0e9),platform=Windows NT 6.3.9600 x86_64)&lt;BR /&gt;OpenQA.Selenium.WebDriverTimeoutException: Timed out after 30 seconds ---&amp;gt; OpenQA.Selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"li[class='navitemselected']"}&lt;BR /&gt;(Session info: headless chrome=91.0.4472.124)&lt;BR /&gt;(Driver info: chromedriver=2.39.562718 (9a2698cba08cf5a471a29d30c8b3e12becabb0e9),platform=Windows NT 6.3.9600 x86_64)&lt;BR /&gt;at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)&lt;BR /&gt;at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)&lt;BR /&gt;at OpenQA.Selenium.Remote.RemoteWebDriver.FindElement(String mechanism, String value)&lt;BR /&gt;at OpenQA.Selenium.Remote.RemoteWebDriver.FindElementByCssSelector(String cssSelector)&lt;BR /&gt;at OpenQA.Selenium.By.&amp;lt;&amp;gt;c__DisplayClass23_0.&amp;lt;CssSelector&amp;gt;b__0(ISearchContext context)&lt;BR /&gt;at OpenQA.Selenium.By.FindElement(ISearchContext context)&lt;BR /&gt;at OpenQA.Selenium.Remote.RemoteWebDriver.FindElement(By by)&lt;BR /&gt;at OpenQA.Selenium.Support.UI.ExpectedConditions.&amp;lt;&amp;gt;c__DisplayClass19_0.&amp;lt;ElementToBeClickable&amp;gt;b__0(IWebDriver driver)&lt;BR /&gt;at OpenQA.Selenium.Support.UI.DefaultWait`1.Until[TResult](Func`2 condition)&lt;BR /&gt;--- End of inner exception stack trace ---&lt;BR /&gt;at OpenQA.Selenium.Support.UI.DefaultWait`1.ThrowTimeoutException(String exceptionMessage, Exception lastException)&lt;BR /&gt;at OpenQA.Selenium.Support.UI.DefaultWait`1.Until[TResult](Func`2 condition)&lt;BR /&gt;at LexisL.TestAutomation.Core.WebDriver.WaitUntil[T](Func`2 expectedCondition, Int32 timeoutInSeconds) in D:\BuildAgent\_work\16\s\Core\Originals\WebDriver.cs:line 338&lt;BR /&gt;at g.TestAutomation.PageObjects.PageObjects.L.LLandingPage.SelectSecondarySearch(String searchType) in c:\jenkins\workspace\Dev\g\TestAutomation\g_L_Specflow_Build\g.TestAutomation.PageObjects\PageObjects\L\LLandingPage.cs:line 707&lt;BR /&gt;at LexisL.TestAutomation.L.Spec.Specs.StepDefinition.NavigationSteps.GivenTheUserIsOnSecondLevelPage(String searchLevel) in c:\jenkins\workspace\Dev\g\TestAutomation\g_L_Specflow_Build\g.TestAutomation.L.Specs\Specs\L\StepDefinitions\LNavigationSteps.cs:line 23&lt;BR /&gt;at lambda_method(Closure , IContextManager , String )&lt;BR /&gt;at TechTalk.SpecFlow.Bindings.BindingInvoker.InvokeBinding(IBinding binding, IContextManager contextManager, Object[] arguments, ITestTracer testTracer, TimeSpan&amp;amp; duration)&lt;BR /&gt;at TechTalk.SpecFlow.Infrastructure.TestExecutionEngine.ExecuteStepMatch(BindingMatch match, Object[] arguments)&lt;BR /&gt;at TechTalk.SpecRun.SpecFlowPlugin.Runtime.RunnerTestExecutionEngine.ExecuteStepMatch(BindingMatch match, Object[] arguments)&lt;BR /&gt;at TechTalk.SpecFlow.Infrastructure.TestExecutionEngine.ExecuteStep(IContextManager contextManager, StepInstance stepInstance)&lt;BR /&gt;at TechTalk.SpecFlow.Infrastructure.TestExecutionEngine.OnAfterLastStep()&lt;BR /&gt;at TechTalk.SpecFlow.TestRunner.CollectScenarioErrors()&lt;BR /&gt;at g.TestAutomation.L.Specs.Specs.L.Features.LLDisableTransactionalAccessUsersFeature.ScenarioCleanup()&lt;BR /&gt;at g.TestAutomation.L.Specs.Specs.L.Features.LLDisableTransactionalAccessUsersFeature.DTAUser_PowerSearch_Filters_LegalContentResults(String hLCTList, String[] exampleTags) in c:\jenkins\workspace\Dev\g\TestAutomation\g_L_Specflow_Build\g.TestAutomation.L.Specs\Specs\L\Features\LDisableTransactionalAccess.feature:line 44&lt;BR /&gt;at g.TestAutomation.L.Specs.Specs.L.Features.LLDisableTransactionalAccessUsersFeature.DTAUser_PowerSearch_Filters_LegalContentResults_CasesStatutesAndLegislationAdministrativeAndAgencyMaterialsAdministrativeCodesAndRegulationsLawReviewsAndJournals() in c:\jenkins\workspace\Dev\g\TestAutomation\g_L_Specflow_Build\g.TestAutomation.L.Specs\Specs\L\Features\LDisableTransactionalAccess.feature:line 34&lt;BR /&gt;at TechTalk.SpecRun.Framework.TaskExecutors.StaticOrInstanceMethodExecutor.ExecuteInternal(ITestThreadExecutionContext testThreadExecutionContext)&lt;BR /&gt;at TechTalk.SpecRun.Framework.TaskExecutors.StaticOrInstanceMethodExecutor.Execute(ITestThreadExecutionContext testThreadExecutionContext)&lt;BR /&gt;at TechTalk.SpecRun.Framework.TestAssemblyExecutor.ExecuteTestNodeTask(TestNode testNode, ITaskExecutor task, TraceEventType eventType)&lt;/P&gt;&lt;P&gt;stdout: Given the user is a DTA user with "legal" content&lt;BR /&gt;-&amp;gt; done: LDTAuserSteps.GivenTheUserIsADTAUserWithContent("legal") (0.0s)&lt;BR /&gt;-&amp;gt; [Fatal] Timed out after 30 seconds&lt;BR /&gt;-&amp;gt; [Fail] Current Web Driver URL: &lt;A href="https://cdc1-signin.lexisL.com/lnaccess/AuthzDenied?aci=la" target="_blank" rel="noopener"&gt;https://cdc1-signin.lexisL.com/lnaccess/AuthzDenied?aci=la&lt;/A&gt;&lt;BR /&gt;-&amp;gt; [Fail] Screen shot saved to: ScreenShots/LLDisableTransactional/DTAUserPowerSearchFilters_20210708_023332.png&lt;BR /&gt;-&amp;gt; [Fatal] Timed out after 30 seconds&lt;BR /&gt;-&amp;gt; [Fail] Current Web Driver URL: &lt;A href="https://cdc1-signin.lexisL.com/lnaccess/AuthzDenied?aci=la" target="_blank" rel="noopener"&gt;https://cdc1-signin.lexisL.com/lnaccess/AuthzDenied?aci=la&lt;/A&gt;&lt;BR /&gt;-&amp;gt; [Fail] Screen shot saved to: ScreenShots/LLDisableTransactional/TransactionalUserPowerSearchLegalContent_20210708_023333.png&lt;BR /&gt;-&amp;gt; [Fatal] Timed out after 30 seconds&lt;BR /&gt;-&amp;gt; [Fail] Current Web Driver URL: &lt;A href="https://cert1-advance.lexis.com/search/?pdmfid=1519360&amp;amp;crid=32014007-3588-4f08-ac9f-b1dea68bde86&amp;amp;pdsearchterms=crime&amp;amp;pdstartin=urn%3Ahlct%3A16&amp;amp;pdcaseshlctselectedbyuser=false&amp;amp;pdtypeofsearch=searchboxclick&amp;amp;pdsearchtype=SearchBox&amp;amp;pdoriginatingpage=BisLPowerSearch&amp;amp;pdqttype=or&amp;amp;pdpsf=urn%3Ahlct%3A16&amp;amp;pdquerytemplateid=&amp;amp;indexsearch=false&amp;amp;ecomp=_x7hkkk&amp;amp;earg=pdpsf&amp;amp;prid=4739fc21-707f-4e2f-a94f-8858f7c2363b" target="_blank" rel="noopener"&gt;https://cert1-advance.lexis.com/search/?pdmfid=1519360&amp;amp;crid=32014007-3588-4f08-ac9f-b1dea68bde86&amp;amp;pdsearchterms=crime&amp;amp;pdstartin=urn%3Ahlct%3A16&amp;amp;pdcaseshlctselectedbyuser=false&amp;amp;pdtypeofsearch=searchboxclick&amp;amp;pdsearchtype=SearchBox&amp;amp;pdoriginatingpage=BisLPowerSearch&amp;amp;pdqttype=or&amp;amp;pdpsf=urn%3Ahlct%3A16&amp;amp;pdquerytemplateid=&amp;amp;indexsearch=false&amp;amp;ecomp=_x7hkkk&amp;amp;earg=pdpsf&amp;amp;prid=4739fc21-707f-4e2f-a94f-8858f7c2363b&lt;/A&gt;&lt;BR /&gt;-&amp;gt; [Fail] Screen shot saved to: ScreenShots/LLNewsletter/CreatenewsletterAddtextblockCancelSave_20210708_023335.png&lt;/P&gt;&lt;P&gt;testname: DTA User-Power Search-Filters-Legal Content Results, Cases;Statutes and Legislation;Administrative and Agency Materials;Administrative Codes and Regulations;Law Reviews and Journals&lt;BR /&gt;uniquename: TestAutomation.Specs.L/LDsUsers.#()::TestAssembly:g.TestAutomation.L.DTA User-Power Search-Filter&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;tests: 25&lt;BR /&gt;time: 1800.8512&lt;BR /&gt;total: 25&lt;BR /&gt;}&lt;BR /&gt;user: (timer)&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jul 2021 22:56:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extracting-field-from-JSON-data/m-p/558764#M158756</guid>
      <dc:creator>JP</dc:creator>
      <dc:date>2021-07-08T22:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting field from JSON data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extracting-field-from-JSON-data/m-p/558782#M158762</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/235872"&gt;@JP&lt;/a&gt;&amp;nbsp; Can you share the _raw&amp;nbsp; json event, what you have shared is UI well formatted version.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jul 2021 03:19:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extracting-field-from-JSON-data/m-p/558782#M158762</guid>
      <dc:creator>venkatasri</dc:creator>
      <dc:date>2021-07-09T03:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting field from JSON data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extracting-field-from-JSON-data/m-p/558852#M158777</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/15007iB7371235FE89D6AA/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot.png" alt="Screenshot.png" /&gt;&lt;/span&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/163730"&gt;@venkatasri&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is how the events look in my Splunk. The one I have is a huge file and I shown sample of a testcase that has failed.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jul 2021 15:05:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extracting-field-from-JSON-data/m-p/558852#M158777</guid>
      <dc:creator>JP</dc:creator>
      <dc:date>2021-07-09T15:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting field from JSON data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extracting-field-from-JSON-data/m-p/558854#M158778</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="This shows the case of a passed test case" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/15006i1969F0FA5616D505/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screesnhot2.png" alt="This shows the case of a passed test case" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;This shows the case of a passed test case&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to extract details like,&lt;/P&gt;&lt;P&gt;Classname&lt;/P&gt;&lt;P&gt;Testname&lt;/P&gt;&lt;P&gt;status&lt;/P&gt;&lt;P&gt;duration&lt;/P&gt;&lt;P&gt;failedsince&lt;/P&gt;&lt;P&gt;Errordetails etc&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jul 2021 15:03:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extracting-field-from-JSON-data/m-p/558854#M158778</guid>
      <dc:creator>JP</dc:creator>
      <dc:date>2021-07-09T15:03:59Z</dc:date>
    </item>
  </channel>
</rss>

