Skip to content

Commit

Permalink
Remove unused visualization
Browse files Browse the repository at this point in the history
  • Loading branch information
mejarrett committed Feb 28, 2020
1 parent 379f457 commit 2844415
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packaging/kibana.spec
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ ln -sf /usr/local/%{name}-%{kibana_version}-linux-x86_64 %{buildroot}/usr/local/
%post
/usr/bin/systemctl enable kibana.service

if [ -f "/usr/local/%{name}-%{kibana_version}-linux-x64/resources/visualization:Top-10-Dest-Ports-By-Flow-Count.json" ]
then
rm -rf "/usr/local/%{name}-%{kibana_version}-linux-x64/resources/visualization:Top-10-Dest-Ports-By-Flow-Count.json"
fi

%files
%defattr(-,nginx,nginx,-)
/usr/local/www/probe/
Expand Down

0 comments on commit 2844415

Please sign in to comment.