Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
input { | |
file { | |
path => "/home/abhishek/Documents/logstash_use/walmart_cleaned_2.csv" | |
start_position => "beginning" | |
} | |
} | |
filter { | |
csv{ | |
separator => "," |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "starting kibana" | |
gnome-terminal --tab --title="kibana" --command="bash -c 'cd;cd /home/abhishek/Downloads/kibana-7.17.4-linux-x86_64;echo running kibana in second tab; $SHELL'" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
running a refresh thread in background | |
''' | |
import threading | |
import logging | |
import os | |
import logging |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
push clients with refresh tokens function | |
''' | |
import os | |
import logging | |
import time | |
from datetime import datetime , timedelta |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# invoice info - 19,424 | |
print('iterate with index - steps of 100') | |
import mysql.connector | |
from mysql.connector import Error | |
import logging | |
import re | |
import time | |
from datetime import datetime , timedelta |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# invoice info - 19,424 | |
print('iterate with index - steps of 100') | |
import mysql.connector | |
from mysql.connector import Error | |
import logging | |
import re | |
import time | |
from datetime import datetime , timedelta |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
print('iterate with index - steps of 100') | |
import mysql.connector | |
from mysql.connector import Error | |
import logging | |
import re | |
import time | |
from datetime import datetime , timedelta | |
import json |