Elasticsearch Tutorial | basic concept| | Cluster, Shards, Index, Type, Document, Mapping |ELK Stack

Поделиться
HTML-код
  • Опубликовано: 12 дек 2024

Комментарии • 57

  • @RahulSingh-up8jo
    @RahulSingh-up8jo 5 лет назад +3

    Finally an organised series of tutorials on Elastic Search.
    Great Job!!!

  • @aishwaryas8283
    @aishwaryas8283 5 лет назад +2

    Hi,
    It was a great video!..Nice and clear explanation of concepts. I just have one thing to add - As per my understanding, the replicas of a given node will not hold the copy of the documents stored on that node, rather they will be stored in the replicas of other nodes in the cluster.And that's how elasticsearch will be able to recover lost data even if a node goes down.

  • @shreenidhihedaoo5173
    @shreenidhihedaoo5173 5 лет назад +1

    It is a really good video series, after going through a lot of videos I found this tutorial which explains perfectly what's needed for a beginner to start learning ELK and in a really simple and to the point manner with examples which I feel are really important rather than just the theory.

  • @RahulSingh-up8jo
    @RahulSingh-up8jo 5 лет назад +4

    3:42 mapping types are removed 6.0 onwards. One index can have only one type now.

    • @TechieLifestyle
      @TechieLifestyle  5 лет назад

      Correct I have made video on this
      ruclips.net/video/8bsxtst-_Bw/видео.html

    • @dharmaturtle
      @dharmaturtle 3 года назад

      A link to elasticsearch's justification: www.elastic.co/guide/en/elasticsearch/reference/7.0/removal-of-types.html

  • @devashishsingh1
    @devashishsingh1 3 года назад

    Great to find a slow and precise teaching. Please make one lecture on ELK implementation on kubernetes.

  • @DevelopingIndiaAfter2014
    @DevelopingIndiaAfter2014 4 года назад +2

    Great Video...... Mapping in ElasticSearch = Table Definition in RDBMS :)

  • @kshatriya5
    @kshatriya5 5 лет назад +1

    Please carry your great work till the time I get the job.

  • @hiteshrohilla
    @hiteshrohilla 6 лет назад +1

    please mention those links which you are referring here to watch saying "earlier videos". I am unable to find any such video in this playlist of in your channel.

    • @TechieLifestyle
      @TechieLifestyle  6 лет назад

      ruclips.net/video/Vija2TyBLiI/видео.html

    • @hiteshrohilla
      @hiteshrohilla 6 лет назад

      @@TechieLifestyle Thank you very much lady :)

  • @cavidxalilov2968
    @cavidxalilov2968 4 года назад +1

    Its hard to record such tutorials. Thank you for your work.

  • @ritali6582
    @ritali6582 3 года назад

    Thanks, it is very good for beginners.

  • @bhaveshkunbi2164
    @bhaveshkunbi2164 Год назад

    I am creating 4 index using es.index method to store different sub system real time data. And only 1 node is there. What is the best method to do it correctly so it stores a large amount of data without any problem.
    Because for 1 run it stores total 577 attributes for 4 index.

  • @RajKumar-mv6om
    @RajKumar-mv6om 4 года назад

    Which version of elastic search is this?

  • @anshumanupadhyaycodes
    @anshumanupadhyaycodes 6 лет назад +1

    Very well explained Amita, i have one question though..how should i maintain consistency of data between rdbms and es server?..eg: registration happened on rdbms and i want that it moves to es server..

    • @nareshvenkata9553
      @nareshvenkata9553 5 лет назад +1

      anshuman upadhyay you need export data into elastic search through scheduler by using logstash

  • @VijayKumarrider
    @VijayKumarrider 4 года назад

    It's a great video. I really like the way you explain from scratch. I have a question related to storing data persistently in ElasticSearch DB. Can I do that? , Are there any drawbacks in doing that?

  • @mohammadtameem4834
    @mohammadtameem4834 5 лет назад

    How can we create index using a sql query?? Can u help me with this info..

  • @pavanshinde2285
    @pavanshinde2285 5 лет назад

    i have one doubt in each nodes we have unique documents i.e 30k it may be unique suppose if node size is full and due to some reason node is down or we cannot read documents in that case what will happen in other nodes we may not be having same documents which present in node 1

    • @TechieLifestyle
      @TechieLifestyle  5 лет назад +1

      This is the reason we should always have master and slave node (or more than 2 nodes). Single node cluster is not recommended for big firm.

  • @Mehrandhn
    @Mehrandhn 5 лет назад

    Hi thanks for these useful series. I am new to elastic-search and I,m trying to create a cluster using nodes present in two different windows machines in a small LAN. I've created two separate nodes with the same cluster name . the first one has Master Role and the second one has Data role. but it seems both of them works independently in their own cluster. Can you please direct me to a basic tutorial? Thanks again.

    • @Mehrandhn
      @Mehrandhn 5 лет назад

      After some research I've found that my problem is related to network.host setting in elasticsearch.yml .

  • @Saurabhch27
    @Saurabhch27 5 лет назад

    Mam it seems you have change "_id" field...can you please tell me how you did so. I cant find it's method in this video lecture.

    • @TechieLifestyle
      @TechieLifestyle  5 лет назад

      _id is nothing but the location where you want to add data... you need to give this in url for more info watch part 3 ruclips.net/video/MPjily-rb1A/видео.html

  • @jagyandeepray2026
    @jagyandeepray2026 5 лет назад

    Is the mapping applicable to a particular type or to the whole index ?

    • @einfacherkerl3279
      @einfacherkerl3279 4 года назад

      Mapping is like the schema of the table in relational db. So yes it is different for each index

  • @amitbhardwaj7824
    @amitbhardwaj7824 5 лет назад

    nice explain 100 thumps up to you

  • @scienceisareligion2231
    @scienceisareligion2231 4 года назад

    Thanks for the information

  • @lakerfan4life308
    @lakerfan4life308 6 лет назад +1

    You mean JSON NOT "Jason " in the Elasticsearch Basic concept slide.

  • @rolikaseventysix
    @rolikaseventysix 4 года назад +1

    Calling the type of your document 'doc' is a bit misleading. It should be employees or something similar. Anyway, great video and thanks for your effort!

  • @sakthivelskv5996
    @sakthivelskv5996 5 лет назад +1

    i want autocomplete example

  • @ajithmoni1712
    @ajithmoni1712 3 года назад +1

    Too many ads for a 10 min video ...i think i understand what not to do when you upload a video

  • @gkmishra2009
    @gkmishra2009 5 лет назад

    one interface have 10 method and in class A we want to use 5 method and another 5 method in class B how we achieve

    • @rabindrakumar949
      @rabindrakumar949 3 года назад

      2 Abstract class should implement required methods and throw unsupported exception

  • @ChillinVibe
    @ChillinVibe 5 лет назад

    Hello amita i've got some questions about this part in elasticsearch, could i send you an email to ask you ?

    • @TechieLifestyle
      @TechieLifestyle  5 лет назад

      Sure i will check if i could help.

    • @ChillinVibe
      @ChillinVibe 5 лет назад

      @@TechieLifestyle great thanks, can you pass me your email please ?

    • @TechieLifestyle
      @TechieLifestyle  5 лет назад

      @@ChillinVibe check about in channel

  • @annasharma3895
    @annasharma3895 6 лет назад +1

    Wow😍

  • @bithub-Channel
    @bithub-Channel 4 года назад

    thank you are very smart , to passing the information

  • @anika_playtime
    @anika_playtime 5 лет назад

    Nice video

  • @pan.vaghole
    @pan.vaghole 3 года назад +1

    Too Many ads.

  • @10000Deepak
    @10000Deepak 4 года назад +1

    ads itni daal di h.. pdaya thik se h ni... waste

  • @daveghosh2697
    @daveghosh2697 4 года назад

    bapr. you are too confusing. .. you cant understandable. this is failover. same is happening in Hadoop. block replication. kya bol Raho mam. aramsa. you know the process i know. practically dikhao. its understandable.

  • @neilsukalikar4257
    @neilsukalikar4257 4 года назад +1

    I can't continue with her session. Very confusing videos and not at all fluent.

  • @abhijitpatil5503
    @abhijitpatil5503 2 года назад

    can we change filed name from "RequestBody.GetBannerOffersRequestBody.PageCode" to "PageCode" in kibana discover