mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
tweaking, json_batch transfer to hive
This commit is contained in:
parent
202246a3cd
commit
fb49a77180
2 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,7 @@ for i in $myYMLS;
|
||||||
do
|
do
|
||||||
myITEMS+="$i $(echo $i | cut -d "." -f1 | tr [:lower:] [:upper:]) "
|
myITEMS+="$i $(echo $i | cut -d "." -f1 | tr [:lower:] [:upper:]) "
|
||||||
done
|
done
|
||||||
myEDITION=$(dialog --backtitle "$myBACKTITLE" --menu "Select T-Pot Edition" 17 50 5 $myITEMS 3>&1 1>&2 2>&3 3>&-)
|
myEDITION=$(dialog --backtitle "$myBACKTITLE" --menu "Select T-Pot Edition" 17 50 10 $myITEMS 3>&1 1>&2 2>&3 3>&-)
|
||||||
if [ "$myEDITION" == "" ];
|
if [ "$myEDITION" == "" ];
|
||||||
then
|
then
|
||||||
echo "Have a nice day!"
|
echo "Have a nice day!"
|
||||||
|
|
1
docker/elk/logstash/dist/http_output.conf
vendored
1
docker/elk/logstash/dist/http_output.conf
vendored
|
@ -743,6 +743,7 @@ output {
|
||||||
http_compression => true
|
http_compression => true
|
||||||
id => "${MY_HOSTNAME}"
|
id => "${MY_HOSTNAME}"
|
||||||
codec => "json"
|
codec => "json"
|
||||||
|
format => "json_batch"
|
||||||
url => "http://127.0.0.1:64305"
|
url => "http://127.0.0.1:64305"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue