@inject('splunk_searches', '\App\Models\SplunkSearches')

{{ \App\Models\SplunkSearches::getNameForId(31) }}

{!! $splunk_searches::getCodeArray([31],$from,$to) !!}

{{ \App\Models\SplunkSearches::getNameForId(32) }}

{!! $splunk_searches::getCodeArray([32],$from,$to) !!}

{{ \App\Models\SplunkSearches::getNameForId(449) }}

{!! $splunk_searches::getCodeArray([449],$from,$to) !!}

Filters: Location and/or Division and/or Type

{{-- Filter --}}
{{-- EOF Filter --}}
@php $exportFilter = []; if (($assetType = request('type')) !== null) { $exportFilter['type'] = $assetType; } if (($assetDivision = request('division')) !== null) { $exportFilter['division'] = $assetDivision; } if (($assetLocation = request('location')) !== null) { $exportFilter['location'] = $assetLocation; } @endphp
@foreach ($assetsInventory as $assetInventory) @endforeach
Hostname IP OS Impact Asset Type Division Location Baselined Date Scanned
{!! \App\Models\AssetsInventory::formatHostNameColumn($assetInventory->host, "
") !!}
{{ $assetInventory->ip }} {{ $assetInventory->operating_system }} {{ $assetInventory->impact ?: 'n/a' }} {{ $assetInventory->typeName }} {{ $assetInventory->division }} {{ $assetInventory->location }} {{ $assetInventory->is_not_baselined?"No":"Yes" }} {{ $assetInventory->date_scanned !== null ? date('m/d/Y', strtotime($assetInventory->date_scanned)) : '' }}
@include('dashboards.ecsm.news_top')
@section('splunk') @if(!$splunkuser) @endif @endsection